Searched refs:ext_rw (Results 1 – 1 of 1) sorted by relevance
1979 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write() local1980 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write()1981 u32 wqe_size = sizeof(*hdr) + sizeof(*ext_rw); in ocrdma_build_write()1986 ext_rw->addr_lo = rdma_wr(wr)->remote_addr; in ocrdma_build_write()1987 ext_rw->addr_hi = upper_32_bits(rdma_wr(wr)->remote_addr); in ocrdma_build_write()1988 ext_rw->lrkey = rdma_wr(wr)->rkey; in ocrdma_build_write()1989 ext_rw->len = hdr->total_len; in ocrdma_build_write()1996 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_read() local1997 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_read()2006 ext_rw->addr_lo = rdma_wr(wr)->remote_addr; in ocrdma_build_read()[all …]