Searched refs:ext_rw (Results 1 – 1 of 1) sorted by relevance
1995 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write() local1996 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write()1997 u32 wqe_size = sizeof(*hdr) + sizeof(*ext_rw); in ocrdma_build_write()2002 ext_rw->addr_lo = rdma_wr(wr)->remote_addr; in ocrdma_build_write()2003 ext_rw->addr_hi = upper_32_bits(rdma_wr(wr)->remote_addr); in ocrdma_build_write()2004 ext_rw->lrkey = rdma_wr(wr)->rkey; in ocrdma_build_write()2005 ext_rw->len = hdr->total_len; in ocrdma_build_write()2012 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_read() local2013 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_read()2022 ext_rw->addr_lo = rdma_wr(wr)->remote_addr; in ocrdma_build_read()[all …]