Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c1974 struct ocrdma_sge *sge, int num_sge, in ocrdma_build_sges()
2002 struct ocrdma_sge *sge, in ocrdma_build_inline_sges()
2026 wqe_size += sizeof(struct ocrdma_sge); in ocrdma_build_inline_sges()
2031 wqe_size += (wr->num_sge * sizeof(struct ocrdma_sge)); in ocrdma_build_inline_sges()
2033 wqe_size += sizeof(struct ocrdma_sge); in ocrdma_build_inline_sges()
2044 struct ocrdma_sge *sge; in ocrdma_build_send()
2049 sge = (struct ocrdma_sge *)(hdr + 2); in ocrdma_build_send()
2052 sge = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_send()
2063 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write()
2064 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write()
[all …]
Docrdma_sli.h1804 struct ocrdma_sge { struct
Docrdma_hw.c1211 sizeof(struct ocrdma_sge)); in ocrdma_get_attr()