Home
last modified time | relevance | path

Searched refs:fw_prot_opts (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_iocb.c151 *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()
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()
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()
1705 uint16_t fw_prot_opts = 0; in qla24xx_dif_start_scsi() local
[all …]
H A Dqla_target.c3055 uint16_t fw_prot_opts = 0; in qlt_build_ctio_crc2_pkt() local
3102 fw_prot_opts |= 0x10; /* Disable Guard tag checking */ in qlt_build_ctio_crc2_pkt()
3107 fw_prot_opts |= PO_DIS_VALD_APP_ESC; in qlt_build_ctio_crc2_pkt()
3109 fw_prot_opts |= PO_DIS_VALD_APP_REF_ESC; in qlt_build_ctio_crc2_pkt()
3115 fw_prot_opts |= PO_MODE_DIF_INSERT; in qlt_build_ctio_crc2_pkt()
3119 fw_prot_opts |= PO_MODE_DIF_REMOVE; in qlt_build_ctio_crc2_pkt()
3123 fw_prot_opts |= PO_MODE_DIF_PASS; in qlt_build_ctio_crc2_pkt()
3127 fw_prot_opts |= PO_MODE_DIF_PASS; in qlt_build_ctio_crc2_pkt()
3188 qla_tgt_set_dif_tags(cmd, crc_ctx_pkt, &fw_prot_opts); in qlt_build_ctio_crc2_pkt()
3200 fw_prot_opts |= PO_ENABLE_DIF_BUNDLING; in qlt_build_ctio_crc2_pkt()
[all …]