Searched refs:ocrdma_sge (Results 1 – 3 of 3) sorted by relevance
1906 struct ocrdma_sge *sge, int num_sge, in ocrdma_build_sges()1934 struct ocrdma_sge *sge, in ocrdma_build_inline_sges()1958 wqe_size += sizeof(struct ocrdma_sge); in ocrdma_build_inline_sges()1963 wqe_size += (wr->num_sge * sizeof(struct ocrdma_sge)); in ocrdma_build_inline_sges()1965 wqe_size += sizeof(struct ocrdma_sge); in ocrdma_build_inline_sges()1976 struct ocrdma_sge *sge; in ocrdma_build_send()1981 sge = (struct ocrdma_sge *)(hdr + 2); in ocrdma_build_send()1984 sge = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_send()1995 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write()1996 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write()[all …]
1804 struct ocrdma_sge { struct
1211 sizeof(struct ocrdma_sge)); in ocrdma_get_attr()