Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c2704 u32 sge0_flags; in efct_els_hw_srrs_send() local
2727 sge0_flags = le32_to_cpu(sge[0].dw2_flags); in efct_els_hw_srrs_send()
2735 sge0_flags |= (SLI4_SGE_TYPE_DATA << SLI4_SGE_TYPE_SHIFT); in efct_els_hw_srrs_send()
2752 sge0_flags |= SLI4_SGE_LAST; in efct_els_hw_srrs_send()
2755 sge[0].dw2_flags = cpu_to_le32(sge0_flags); in efct_els_hw_srrs_send()