Lines Matching refs:fw_prot_opts
147 qla24xx_configure_prot_mode(srb_t *sp, uint16_t *fw_prot_opts) in qla24xx_configure_prot_mode() argument
158 *fw_prot_opts = 0; in qla24xx_configure_prot_mode()
163 *fw_prot_opts |= PO_MODE_DIF_REMOVE; in qla24xx_configure_prot_mode()
166 *fw_prot_opts |= PO_MODE_DIF_INSERT; in qla24xx_configure_prot_mode()
169 *fw_prot_opts |= PO_MODE_DIF_INSERT; in qla24xx_configure_prot_mode()
172 *fw_prot_opts |= PO_MODE_DIF_REMOVE; in qla24xx_configure_prot_mode()
175 *fw_prot_opts |= PO_MODE_DIF_PASS; in qla24xx_configure_prot_mode()
178 *fw_prot_opts |= PO_MODE_DIF_PASS; in qla24xx_configure_prot_mode()
181 *fw_prot_opts |= PO_MODE_DIF_PASS; in qla24xx_configure_prot_mode()
971 uint16_t tot_dsds, uint16_t tot_prot_dsds, uint16_t fw_prot_opts) in qla24xx_build_scsi_crc_2_iocbs() argument
1126 fw_prot_opts |= 0x10; /* Disable Guard tag checking */ in qla24xx_build_scsi_crc_2_iocbs()
1135 fw_prot_opts |= PO_ENABLE_DIF_BUNDLING; in qla24xx_build_scsi_crc_2_iocbs()
1144 crc_ctx_pkt->prot_opts = cpu_to_le16(fw_prot_opts); in qla24xx_build_scsi_crc_2_iocbs()
1376 uint16_t fw_prot_opts = 0; in qla24xx_dif_start_scsi() local
1441 if (qla24xx_configure_prot_mode(sp, &fw_prot_opts)) { in qla24xx_dif_start_scsi()
1498 req->ring_ptr, tot_dsds, tot_prot_dsds, fw_prot_opts) != in qla24xx_dif_start_scsi()