Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c2032 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write() local
2033 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write()
2034 u32 wqe_size = sizeof(*hdr) + sizeof(*ext_rw); in ocrdma_build_write()
2039 ext_rw->addr_lo = wr->wr.rdma.remote_addr; in ocrdma_build_write()
2040 ext_rw->addr_hi = upper_32_bits(wr->wr.rdma.remote_addr); in ocrdma_build_write()
2041 ext_rw->lrkey = wr->wr.rdma.rkey; in ocrdma_build_write()
2042 ext_rw->len = hdr->total_len; in ocrdma_build_write()
2049 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_read() local
2050 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_read()
2059 ext_rw->addr_lo = wr->wr.rdma.remote_addr; in ocrdma_build_read()
[all …]