Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c1892 struct ocrdma_sge *sge, int num_sge, in ocrdma_build_sges()
1920 struct ocrdma_sge *sge, in ocrdma_build_inline_sges()
1944 wqe_size += sizeof(struct ocrdma_sge); in ocrdma_build_inline_sges()
1949 wqe_size += (wr->num_sge * sizeof(struct ocrdma_sge)); in ocrdma_build_inline_sges()
1951 wqe_size += sizeof(struct ocrdma_sge); in ocrdma_build_inline_sges()
1961 struct ocrdma_sge *sge; in ocrdma_build_send()
1966 sge = (struct ocrdma_sge *)(hdr + 2); in ocrdma_build_send()
1969 sge = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_send()
1979 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write()
1980 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write()
[all …]
H A Docrdma_sli.h1804 struct ocrdma_sge { struct
H A Docrdma_hw.c1210 sizeof(struct ocrdma_sge)); in ocrdma_get_attr()