Lines Matching refs:fw_prot_opts
148 qla24xx_configure_prot_mode(srb_t *sp, uint16_t *fw_prot_opts) in qla24xx_configure_prot_mode() argument
154 *fw_prot_opts = 0; in qla24xx_configure_prot_mode()
159 *fw_prot_opts |= PO_MODE_DIF_REMOVE; in qla24xx_configure_prot_mode()
162 *fw_prot_opts |= PO_MODE_DIF_INSERT; in qla24xx_configure_prot_mode()
165 *fw_prot_opts |= PO_MODE_DIF_INSERT; in qla24xx_configure_prot_mode()
168 *fw_prot_opts |= PO_MODE_DIF_REMOVE; in qla24xx_configure_prot_mode()
173 *fw_prot_opts |= PO_MODE_DIF_TCP_CKSUM; 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()
1229 uint16_t tot_dsds, uint16_t tot_prot_dsds, uint16_t fw_prot_opts) in qla24xx_build_scsi_crc_2_iocbs() argument
1365 fw_prot_opts |= 0x10; /* Disable Guard tag checking */ in qla24xx_build_scsi_crc_2_iocbs()
1371 fw_prot_opts |= BIT_10; in qla24xx_build_scsi_crc_2_iocbs()
1374 fw_prot_opts |= BIT_11; in qla24xx_build_scsi_crc_2_iocbs()
1384 fw_prot_opts |= PO_ENABLE_DIF_BUNDLING; in qla24xx_build_scsi_crc_2_iocbs()
1393 crc_ctx_pkt->prot_opts = cpu_to_le16(fw_prot_opts); in qla24xx_build_scsi_crc_2_iocbs()
1606 uint16_t fw_prot_opts = 0; in qla24xx_dif_start_scsi() local
1687 if (qla24xx_configure_prot_mode(sp, &fw_prot_opts)) { in qla24xx_dif_start_scsi()
1749 req->ring_ptr, tot_dsds, tot_prot_dsds, fw_prot_opts) != in qla24xx_dif_start_scsi()