Lines Matching refs:ocrdma_sge
2014 struct ocrdma_sge *sge, int num_sge, in ocrdma_build_sges()
2042 struct ocrdma_sge *sge, in ocrdma_build_inline_sges()
2066 wqe_size += sizeof(struct ocrdma_sge); in ocrdma_build_inline_sges()
2071 wqe_size += (wr->num_sge * sizeof(struct ocrdma_sge)); in ocrdma_build_inline_sges()
2073 wqe_size += sizeof(struct ocrdma_sge); in ocrdma_build_inline_sges()
2084 struct ocrdma_sge *sge; in ocrdma_build_send()
2089 sge = (struct ocrdma_sge *)(hdr + 2); in ocrdma_build_send()
2092 sge = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_send()
2103 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write()
2104 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write()
2120 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_read()
2121 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_read()
2122 u32 wqe_size = ((wr->num_sge + 1) * sizeof(struct ocrdma_sge)) + in ocrdma_build_read()
2277 sizeof(struct ocrdma_sge)) / in ocrdma_post_send()
2323 struct ocrdma_sge *sge; in ocrdma_build_rqe()
2335 sge = (struct ocrdma_sge *)(rqe + 1); in ocrdma_build_rqe()
2527 struct ocrdma_sge *rw; in ocrdma_update_wc()
2540 rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_update_wc()