Searched refs:ext_rw (Results 1 – 1 of 1) sorted by relevance
2032 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write() local2033 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() local2050 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 …]