Searched refs:ext_rw (Results 1 – 1 of 1) sorted by relevance
1983 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write() local1984 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write()1985 u32 wqe_size = sizeof(*hdr) + sizeof(*ext_rw); in ocrdma_build_write()1990 ext_rw->addr_lo = rdma_wr(wr)->remote_addr; in ocrdma_build_write()1991 ext_rw->addr_hi = upper_32_bits(rdma_wr(wr)->remote_addr); in ocrdma_build_write()1992 ext_rw->lrkey = rdma_wr(wr)->rkey; in ocrdma_build_write()1993 ext_rw->len = hdr->total_len; in ocrdma_build_write()2000 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_read() local2001 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_read()2010 ext_rw->addr_lo = rdma_wr(wr)->remote_addr; in ocrdma_build_read()[all …]