Lines Matching refs:fw_prot_opts
3045 uint16_t fw_prot_opts = 0; in qlt_build_ctio_crc2_pkt() local
3092 fw_prot_opts |= 0x10; /* Disable Guard tag checking */ in qlt_build_ctio_crc2_pkt()
3097 fw_prot_opts |= PO_DIS_VALD_APP_ESC; in qlt_build_ctio_crc2_pkt()
3099 fw_prot_opts |= PO_DIS_VALD_APP_REF_ESC; in qlt_build_ctio_crc2_pkt()
3105 fw_prot_opts |= PO_MODE_DIF_INSERT; in qlt_build_ctio_crc2_pkt()
3109 fw_prot_opts |= PO_MODE_DIF_REMOVE; in qlt_build_ctio_crc2_pkt()
3113 fw_prot_opts |= PO_MODE_DIF_PASS; in qlt_build_ctio_crc2_pkt()
3117 fw_prot_opts |= PO_MODE_DIF_PASS; in qlt_build_ctio_crc2_pkt()
3178 qla_tgt_set_dif_tags(cmd, crc_ctx_pkt, &fw_prot_opts); in qlt_build_ctio_crc2_pkt()
3190 fw_prot_opts |= PO_ENABLE_DIF_BUNDLING; in qlt_build_ctio_crc2_pkt()
3199 crc_ctx_pkt->prot_opts = cpu_to_le16(fw_prot_opts); in qlt_build_ctio_crc2_pkt()