Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/elx/efct/
Defct_hw.c1722 sge_flags = le32_to_cpu(data->dw2_flags); in efct_hw_io_init_sges()
1730 data->dw2_flags = cpu_to_le32(sge_flags); in efct_hw_io_init_sges()
1757 sge_flags = le32_to_cpu(data->dw2_flags); in efct_hw_io_init_sges()
1760 data->dw2_flags = cpu_to_le32(sge_flags); in efct_hw_io_init_sges()
1769 sge_flags = le32_to_cpu(data->dw2_flags); in efct_hw_io_init_sges()
1771 data->dw2_flags = cpu_to_le32(sge_flags); in efct_hw_io_init_sges()
1800 sge_flags = le32_to_cpu(data->dw2_flags); in efct_hw_io_add_sge()
1816 data->dw2_flags = cpu_to_le32(sge_flags); in efct_hw_io_add_sge()
1819 sge_flags = le32_to_cpu(data[-1].dw2_flags); in efct_hw_io_add_sge()
1821 data[-1].dw2_flags = cpu_to_le32(sge_flags); in efct_hw_io_add_sge()
[all …]
/linux-5.19.10/drivers/scsi/elx/libefc_sli/
Dsli4.h377 __le32 dw2_flags; member
385 __le32 dw2_flags; member
449 __le32 dw2_flags; member
2741 __le16 dw2_flags; member
Dsli4.c1680 sge_flags = le32_to_cpu(sge[1].dw2_flags); in sli_fcp_iread64_wqe()
1683 sge[1].dw2_flags = cpu_to_le32(sge_flags); in sli_fcp_iread64_wqe()
1774 sge_flags = le32_to_cpu(sge[1].dw2_flags); in sli_fcp_iwrite64_wqe()
1777 sge[1].dw2_flags = cpu_to_le32(sge_flags); in sli_fcp_iwrite64_wqe()
3592 unreg_vfi->dw2_flags = cpu_to_le16(SLI4_UNREG_VFI_II_FCFI); in sli_cmd_unreg_vfi()