Searched refs:ext_rw (Results 1 – 1 of 1) sorted by relevance
2063 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write() local2064 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write()2065 u32 wqe_size = sizeof(*hdr) + sizeof(*ext_rw); in ocrdma_build_write()2070 ext_rw->addr_lo = rdma_wr(wr)->remote_addr; in ocrdma_build_write()2071 ext_rw->addr_hi = upper_32_bits(rdma_wr(wr)->remote_addr); in ocrdma_build_write()2072 ext_rw->lrkey = rdma_wr(wr)->rkey; in ocrdma_build_write()2073 ext_rw->len = hdr->total_len; in ocrdma_build_write()2080 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_read() local2081 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_read()2090 ext_rw->addr_lo = rdma_wr(wr)->remote_addr; in ocrdma_build_read()[all …]