Home
last modified time | relevance | path

Searched refs:fw_prot_opts (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_iocb.c145 qla24xx_configure_prot_mode(srb_t *sp, uint16_t *fw_prot_opts) in qla24xx_configure_prot_mode() argument
150 *fw_prot_opts = 0; in qla24xx_configure_prot_mode()
155 *fw_prot_opts |= PO_MODE_DIF_REMOVE; in qla24xx_configure_prot_mode()
158 *fw_prot_opts |= PO_MODE_DIF_INSERT; in qla24xx_configure_prot_mode()
161 *fw_prot_opts |= PO_MODE_DIF_INSERT; in qla24xx_configure_prot_mode()
164 *fw_prot_opts |= PO_MODE_DIF_REMOVE; in qla24xx_configure_prot_mode()
169 *fw_prot_opts |= PO_MODE_DIF_TCP_CKSUM; in qla24xx_configure_prot_mode()
171 *fw_prot_opts |= PO_MODE_DIF_PASS; in qla24xx_configure_prot_mode()
174 *fw_prot_opts |= PO_MODE_DIF_PASS; in qla24xx_configure_prot_mode()
179 *fw_prot_opts |= PO_DISABLE_GUARD_CHECK; in qla24xx_configure_prot_mode()
[all …]
Dqla_target.c3062 uint16_t fw_prot_opts = 0; in qlt_build_ctio_crc2_pkt() local
3109 fw_prot_opts |= 0x10; /* Disable Guard tag checking */ in qlt_build_ctio_crc2_pkt()
3114 fw_prot_opts |= PO_DIS_VALD_APP_ESC; in qlt_build_ctio_crc2_pkt()
3116 fw_prot_opts |= PO_DIS_VALD_APP_REF_ESC; in qlt_build_ctio_crc2_pkt()
3122 fw_prot_opts |= PO_MODE_DIF_INSERT; in qlt_build_ctio_crc2_pkt()
3126 fw_prot_opts |= PO_MODE_DIF_REMOVE; in qlt_build_ctio_crc2_pkt()
3130 fw_prot_opts |= PO_MODE_DIF_PASS; in qlt_build_ctio_crc2_pkt()
3134 fw_prot_opts |= PO_MODE_DIF_PASS; in qlt_build_ctio_crc2_pkt()
3195 qla_tgt_set_dif_tags(cmd, crc_ctx_pkt, &fw_prot_opts); in qlt_build_ctio_crc2_pkt()
3207 fw_prot_opts |= PO_ENABLE_DIF_BUNDLING; in qlt_build_ctio_crc2_pkt()
[all …]