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
152 *fw_prot_opts = 0; in qla24xx_configure_prot_mode()
157 *fw_prot_opts |= PO_MODE_DIF_REMOVE; in qla24xx_configure_prot_mode()
160 *fw_prot_opts |= PO_MODE_DIF_INSERT; in qla24xx_configure_prot_mode()
163 *fw_prot_opts |= PO_MODE_DIF_INSERT; in qla24xx_configure_prot_mode()
166 *fw_prot_opts |= PO_MODE_DIF_REMOVE; in qla24xx_configure_prot_mode()
171 *fw_prot_opts |= PO_MODE_DIF_TCP_CKSUM; in qla24xx_configure_prot_mode()
173 *fw_prot_opts |= PO_MODE_DIF_PASS; in qla24xx_configure_prot_mode()
176 *fw_prot_opts |= PO_MODE_DIF_PASS; in qla24xx_configure_prot_mode()
1389 uint16_t tot_dsds, uint16_t tot_prot_dsds, uint16_t fw_prot_opts) in qla24xx_build_scsi_crc_2_iocbs() argument
1515 fw_prot_opts |= 0x10; /* Disable Guard tag checking */ in qla24xx_build_scsi_crc_2_iocbs()
1521 fw_prot_opts |= BIT_10; in qla24xx_build_scsi_crc_2_iocbs()
1524 fw_prot_opts |= BIT_11; in qla24xx_build_scsi_crc_2_iocbs()
1534 fw_prot_opts |= PO_ENABLE_DIF_BUNDLING; in qla24xx_build_scsi_crc_2_iocbs()
1543 crc_ctx_pkt->prot_opts = cpu_to_le16(fw_prot_opts); in qla24xx_build_scsi_crc_2_iocbs()
1732 uint16_t fw_prot_opts = 0; in qla24xx_dif_start_scsi() local
1803 if (qla24xx_configure_prot_mode(sp, &fw_prot_opts)) { in qla24xx_dif_start_scsi()
1865 req->ring_ptr, tot_dsds, tot_prot_dsds, fw_prot_opts) != in qla24xx_dif_start_scsi()
2053 uint16_t fw_prot_opts = 0; in qla2xxx_dif_start_scsi_mq() local
2138 if (qla24xx_configure_prot_mode(sp, &fw_prot_opts)) { in qla2xxx_dif_start_scsi_mq()
2200 req->ring_ptr, tot_dsds, tot_prot_dsds, fw_prot_opts) != in qla2xxx_dif_start_scsi_mq()