Lines Matching refs:ocrdma_sge
1943 struct ocrdma_sge *sge, int num_sge, in ocrdma_build_sges()
1971 struct ocrdma_sge *sge, in ocrdma_build_inline_sges()
1995 wqe_size += sizeof(struct ocrdma_sge); in ocrdma_build_inline_sges()
2000 wqe_size += (wr->num_sge * sizeof(struct ocrdma_sge)); in ocrdma_build_inline_sges()
2002 wqe_size += sizeof(struct ocrdma_sge); in ocrdma_build_inline_sges()
2013 struct ocrdma_sge *sge; in ocrdma_build_send()
2018 sge = (struct ocrdma_sge *)(hdr + 2); in ocrdma_build_send()
2021 sge = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_send()
2032 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write()
2033 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write()
2049 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_read()
2050 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_read()
2051 u32 wqe_size = ((wr->num_sge + 1) * sizeof(struct ocrdma_sge)) + in ocrdma_build_read()
2229 sizeof(struct ocrdma_sge)) / in ocrdma_post_send()
2275 struct ocrdma_sge *sge; in ocrdma_build_rqe()
2287 sge = (struct ocrdma_sge *)(rqe + 1); in ocrdma_build_rqe()
2479 struct ocrdma_sge *rw; in ocrdma_update_wc()
2492 rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_update_wc()