Searched refs:prot_flags (Results 1 – 14 of 14) sorted by relevance
170 if (sc->prot_flags & SCSI_PROT_REF_INCREMENT) in iser_set_dif_domain()188 sig_attrs->mem.sig.dif.bg_type = sc->prot_flags & SCSI_PROT_IP_CHECKSUM ? in iser_set_sig_attrs()196 sig_attrs->mem.sig.dif.bg_type = sc->prot_flags & SCSI_PROT_IP_CHECKSUM ? in iser_set_sig_attrs()212 if (sc->prot_flags & SCSI_PROT_REF_CHECK) in iser_set_prot_checks()214 if (sc->prot_flags & SCSI_PROT_GUARD_CHECK) in iser_set_prot_checks()
97 unsigned char prot_flags; member394 if (scmd->prot_flags & SCSI_PROT_TRANSFER_PI) in scsi_transfer_length()
191 struct nvmetcp_dif_flags prot_flags; member
1345 struct iscsi_dif_flags prot_flags; member1369 struct iscsi_dif_flags prot_flags; member
788 scmd->prot_flags |= SCSI_PROT_IP_CHECKSUM; in sd_setup_protect_cmnd()791 scmd->prot_flags |= SCSI_PROT_GUARD_CHECK; in sd_setup_protect_cmnd()795 scmd->prot_flags |= SCSI_PROT_REF_INCREMENT; in sd_setup_protect_cmnd()798 scmd->prot_flags |= SCSI_PROT_REF_CHECK; in sd_setup_protect_cmnd()802 scmd->prot_flags |= SCSI_PROT_TRANSFER_PI; in sd_setup_protect_cmnd()812 scmd->prot_flags &= sd_prot_flag_mask(prot_op); in sd_setup_protect_cmnd()
3218 } else if (scp->prot_flags & SCSI_PROT_GUARD_CHECK) { in resp_read_dt0()3229 } else if (scp->prot_flags & SCSI_PROT_REF_CHECK) { in resp_read_dt0()3493 if (scp->prot_flags & SCSI_PROT_GUARD_CHECK) { in resp_write_dt0()3504 if (scp->prot_flags & SCSI_PROT_REF_CHECK) { in resp_write_dt0()
1439 if (sc->prot_flags & SCSI_PROT_IP_CHECKSUM) { in lpfc_sc_to_bg_opcodes()1518 if (sc->prot_flags & SCSI_PROT_IP_CHECKSUM) { in lpfc_bg_err_opcodes()1665 if (sc->prot_flags & SCSI_PROT_GUARD_CHECK) in lpfc_bg_setup_bpl()1670 if (sc->prot_flags & SCSI_PROT_REF_CHECK) in lpfc_bg_setup_bpl()1829 if (sc->prot_flags & SCSI_PROT_GUARD_CHECK) in lpfc_bg_setup_bpl_prot()1834 if (sc->prot_flags & SCSI_PROT_REF_CHECK) in lpfc_bg_setup_bpl_prot()2048 if (sc->prot_flags & SCSI_PROT_GUARD_CHECK) in lpfc_bg_setup_sgl()2053 if (sc->prot_flags & SCSI_PROT_REF_CHECK) in lpfc_bg_setup_sgl()2278 if (sc->prot_flags & SCSI_PROT_GUARD_CHECK) { in lpfc_bg_setup_sgl_prot()2296 if (sc->prot_flags & SCSI_PROT_REF_CHECK) in lpfc_bg_setup_sgl_prot()[all …]
1989 if (scmd->prot_flags & SCSI_PROT_IP_CHECKSUM) { in mpi3mr_setup_eedp()2002 if (scmd->prot_flags & SCSI_PROT_GUARD_CHECK) in mpi3mr_setup_eedp()2005 if (scmd->prot_flags & SCSI_PROT_IP_CHECKSUM) in mpi3mr_setup_eedp()2008 if (scmd->prot_flags & SCSI_PROT_REF_CHECK) { in mpi3mr_setup_eedp()2015 if (scmd->prot_flags & SCSI_PROT_REF_INCREMENT) in mpi3mr_setup_eedp()
937 uint16_t prot_flags; member
168 if (cmd->prot_flags & SCSI_PROT_IP_CHECKSUM) in qla24xx_configure_prot_mode()178 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()
115 init_dif_context_flags(&task_params->sqe->prot_flags, in init_sqe()
1147 unsigned char prot_flags = scsi_cmnd->prot_flags; in get_prot_chk_msk_v3_hw() local1149 if (prot_flags & SCSI_PROT_REF_CHECK) in get_prot_chk_msk_v3_hw()
3074 u32 prot_flags = TCA_CSUM_UPDATE_FLAG_IPV4HDR | TCA_CSUM_UPDATE_FLAG_TCP | in csum_offload_supported() local3086 if (update_flags & ~prot_flags) { in csum_offload_supported()
5065 if (scmd->prot_flags & SCSI_PROT_GUARD_CHECK) in _scsih_setup_eedp()5068 if (scmd->prot_flags & SCSI_PROT_REF_CHECK) in _scsih_setup_eedp()5071 if (scmd->prot_flags & SCSI_PROT_REF_INCREMENT) { in _scsih_setup_eedp()
Completed in 122 milliseconds