Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c2705 u32 sge1_flags; in efct_els_hw_srrs_send() local
2728 sge1_flags = le32_to_cpu(sge[1].dw2_flags); in efct_els_hw_srrs_send()
2747 sge1_flags |= (SLI4_SGE_TYPE_DATA << SLI4_SGE_TYPE_SHIFT); in efct_els_hw_srrs_send()
2748 sge1_flags |= SLI4_SGE_LAST; in efct_els_hw_srrs_send()
2756 sge[1].dw2_flags = cpu_to_le32(sge1_flags); in efct_els_hw_srrs_send()