Lines Matching refs:first_data_sge
1629 u32 first_data_sge, u32 xfer_len, u16 xri, u16 tag, in sli_fcp_iread64_wqe() argument
1717 (le32_to_cpu(sge[first_data_sge].buffer_length) & in sli_fcp_iread64_wqe()
1720 sge[first_data_sge].buffer_address_low; in sli_fcp_iread64_wqe()
1722 sge[first_data_sge].buffer_address_high; in sli_fcp_iread64_wqe()
1730 u32 first_data_sge, u32 xfer_len, in sli_fcp_iwrite64_wqe() argument
1812 (le32_to_cpu(sge[first_data_sge].buffer_length) & in sli_fcp_iwrite64_wqe()
1815 bptr->u.data.low = sge[first_data_sge].buffer_address_low; in sli_fcp_iwrite64_wqe()
1816 bptr->u.data.high = sge[first_data_sge].buffer_address_high; in sli_fcp_iwrite64_wqe()
1824 u32 first_data_sge, u16 cq_id, u8 dif, u8 bs, in sli_fcp_treceive64_wqe() argument
1919 (le32_to_cpu(sge[first_data_sge].buffer_length) & in sli_fcp_treceive64_wqe()
1921 bptr->u.data.low = sge[first_data_sge].buffer_address_low; in sli_fcp_treceive64_wqe()
1922 bptr->u.data.high = sge[first_data_sge].buffer_address_high; in sli_fcp_treceive64_wqe()
1942 struct efc_dma *sgl, u32 first_data_sge, in sli_fcp_cont_treceive64_wqe() argument
1948 rc = sli_fcp_treceive64_wqe(sli, buf, sgl, first_data_sge, in sli_fcp_cont_treceive64_wqe()
2027 u32 first_data_sge, u16 cq_id, u8 dif, u8 bs, in sli_fcp_tsend64_wqe() argument
2128 (le32_to_cpu(sge[first_data_sge].buffer_length) & in sli_fcp_tsend64_wqe()
2131 sge[first_data_sge].buffer_address_low; in sli_fcp_tsend64_wqe()
2133 sge[first_data_sge].buffer_address_high; in sli_fcp_tsend64_wqe()