Lines Matching refs:fw_prot_opts
146 qla24xx_configure_prot_mode(srb_t *sp, uint16_t *fw_prot_opts) in qla24xx_configure_prot_mode() argument
151 *fw_prot_opts = 0; in qla24xx_configure_prot_mode()
156 *fw_prot_opts |= PO_MODE_DIF_REMOVE; in qla24xx_configure_prot_mode()
159 *fw_prot_opts |= PO_MODE_DIF_INSERT; 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_REMOVE; in qla24xx_configure_prot_mode()
170 *fw_prot_opts |= PO_MODE_DIF_TCP_CKSUM; in qla24xx_configure_prot_mode()
172 *fw_prot_opts |= PO_MODE_DIF_PASS; in qla24xx_configure_prot_mode()
175 *fw_prot_opts |= PO_MODE_DIF_PASS; in qla24xx_configure_prot_mode()
180 *fw_prot_opts |= PO_DISABLE_GUARD_CHECK; in qla24xx_configure_prot_mode()
1337 uint16_t tot_dsds, uint16_t tot_prot_dsds, uint16_t fw_prot_opts) in qla24xx_build_scsi_crc_2_iocbs() argument
1463 fw_prot_opts |= 0x10; /* Disable Guard tag checking */ in qla24xx_build_scsi_crc_2_iocbs()
1469 fw_prot_opts |= BIT_10; in qla24xx_build_scsi_crc_2_iocbs()
1472 fw_prot_opts |= BIT_11; in qla24xx_build_scsi_crc_2_iocbs()
1482 fw_prot_opts |= PO_ENABLE_DIF_BUNDLING; in qla24xx_build_scsi_crc_2_iocbs()
1491 crc_ctx_pkt->prot_opts = cpu_to_le16(fw_prot_opts); in qla24xx_build_scsi_crc_2_iocbs()
1705 uint16_t fw_prot_opts = 0; in qla24xx_dif_start_scsi() local
1778 if (qla24xx_configure_prot_mode(sp, &fw_prot_opts)) { in qla24xx_dif_start_scsi()
1852 req->ring_ptr, tot_dsds, tot_prot_dsds, fw_prot_opts) != in qla24xx_dif_start_scsi()
2073 uint16_t fw_prot_opts = 0; in qla2xxx_dif_start_scsi_mq() local
2160 if (qla24xx_configure_prot_mode(sp, &fw_prot_opts)) { in qla2xxx_dif_start_scsi_mq()
2235 req->ring_ptr, tot_dsds, tot_prot_dsds, fw_prot_opts) != in qla2xxx_dif_start_scsi_mq()