Home
last modified time | relevance | path

Searched refs:prot_flags (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dcsum.c14 u32 prot_flags = TCA_CSUM_UPDATE_FLAG_IPV4HDR | TCA_CSUM_UPDATE_FLAG_TCP | in csum_offload_supported() local
26 if (update_flags & ~prot_flags) { in csum_offload_supported()
/linux/drivers/infiniband/ulp/iser/
H A Diser_memory.c189 if (sc->prot_flags & SCSI_PROT_REF_INCREMENT) in iser_set_dif_domain()
207 sig_attrs->mem.sig.dif.bg_type = sc->prot_flags & SCSI_PROT_IP_CHECKSUM ? in iser_set_sig_attrs()
215 sig_attrs->mem.sig.dif.bg_type = sc->prot_flags & SCSI_PROT_IP_CHECKSUM ? in iser_set_sig_attrs()
230 if (sc->prot_flags & SCSI_PROT_REF_CHECK) in iser_set_prot_checks()
232 if (sc->prot_flags & SCSI_PROT_GUARD_CHECK) in iser_set_prot_checks()
/linux/include/scsi/
H A Dscsi_cmnd.h97 unsigned char prot_flags; member
388 if (scmd->prot_flags & SCSI_PROT_TRANSFER_PI) in scsi_transfer_length()
/linux/include/linux/qed/
H A Dnvmetcp_common.h191 struct nvmetcp_dif_flags prot_flags; member
H A Discsi_common.h1345 struct iscsi_dif_flags prot_flags; member
1369 struct iscsi_dif_flags prot_flags; member
/linux/drivers/scsi/qedi/
H A Dqedi_fw_api.c115 init_dif_context_flags(&task_params->sqe->prot_flags, in init_sqe()
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h958 uint16_t prot_flags; member
H A Dqla_iocb.c169 if (cmd->prot_flags & SCSI_PROT_IP_CHECKSUM) in qla24xx_configure_prot_mode()
179 if (!(cmd->prot_flags & SCSI_PROT_GUARD_CHECK)) in qla24xx_configure_prot_mode()
779 if (cmd->prot_flags & SCSI_PROT_REF_CHECK && in qla24xx_set_t10dif_tags()
1190 tc->prot_flags = DIF_BUNDL_DMA_VALID; in qla24xx_walk_and_build_prot_sglist()
/linux/drivers/scsi/
H A Dscsi_debug.c4656 } else if (scp->prot_flags & SCSI_PROT_GUARD_CHECK) { in resp_read_dt0()
4667 } else if (scp->prot_flags & SCSI_PROT_REF_CHECK) { in resp_read_dt0()
5014 if (scp->prot_flags & SCSI_PROT_GUARD_CHECK) { in resp_write_dt0()
5025 if (scp->prot_flags & SCSI_PROT_REF_CHECK) { in resp_write_dt0()