Searched refs:ext_rw (Results 1 – 1 of 1) sorted by relevance
2103 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write() local2104 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write()2105 u32 wqe_size = sizeof(*hdr) + sizeof(*ext_rw); in ocrdma_build_write()2110 ext_rw->addr_lo = rdma_wr(wr)->remote_addr; in ocrdma_build_write()2111 ext_rw->addr_hi = upper_32_bits(rdma_wr(wr)->remote_addr); in ocrdma_build_write()2112 ext_rw->lrkey = rdma_wr(wr)->rkey; in ocrdma_build_write()2113 ext_rw->len = hdr->total_len; in ocrdma_build_write()2120 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_read() local2121 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_read()2130 ext_rw->addr_lo = rdma_wr(wr)->remote_addr; in ocrdma_build_read()[all …]