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
153 *fw_prot_opts = 0; in qla24xx_configure_prot_mode()
158 *fw_prot_opts |= PO_MODE_DIF_REMOVE; 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_INSERT; in qla24xx_configure_prot_mode()
167 *fw_prot_opts |= PO_MODE_DIF_REMOVE; in qla24xx_configure_prot_mode()
172 *fw_prot_opts |= PO_MODE_DIF_TCP_CKSUM; in qla24xx_configure_prot_mode()
174 *fw_prot_opts |= PO_MODE_DIF_PASS; in qla24xx_configure_prot_mode()
177 *fw_prot_opts |= PO_MODE_DIF_PASS; in qla24xx_configure_prot_mode()
1203 uint16_t tot_dsds, uint16_t tot_prot_dsds, uint16_t fw_prot_opts) in qla24xx_build_scsi_crc_2_iocbs() argument
1331 fw_prot_opts |= 0x10; /* Disable Guard tag checking */ in qla24xx_build_scsi_crc_2_iocbs()
1337 fw_prot_opts |= BIT_10; in qla24xx_build_scsi_crc_2_iocbs()
1340 fw_prot_opts |= BIT_11; in qla24xx_build_scsi_crc_2_iocbs()
1350 fw_prot_opts |= PO_ENABLE_DIF_BUNDLING; in qla24xx_build_scsi_crc_2_iocbs()
1359 crc_ctx_pkt->prot_opts = cpu_to_le16(fw_prot_opts); in qla24xx_build_scsi_crc_2_iocbs()
1566 uint16_t fw_prot_opts = 0; in qla24xx_dif_start_scsi() local
1646 if (qla24xx_configure_prot_mode(sp, &fw_prot_opts)) { in qla24xx_dif_start_scsi()
1708 req->ring_ptr, tot_dsds, tot_prot_dsds, fw_prot_opts) != in qla24xx_dif_start_scsi()
1919 uint16_t fw_prot_opts = 0; in qla2xxx_dif_start_scsi_mq() local
2013 if (qla24xx_configure_prot_mode(sp, &fw_prot_opts)) { in qla2xxx_dif_start_scsi_mq()
2075 req->ring_ptr, tot_dsds, tot_prot_dsds, fw_prot_opts) != in qla2xxx_dif_start_scsi_mq()