Home
last modified time | relevance | path

Searched refs:ext_rw (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c1981 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write() local
1982 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write()
1983 u32 wqe_size = sizeof(*hdr) + sizeof(*ext_rw); in ocrdma_build_write()
1988 ext_rw->addr_lo = rdma_wr(wr)->remote_addr; in ocrdma_build_write()
1989 ext_rw->addr_hi = upper_32_bits(rdma_wr(wr)->remote_addr); in ocrdma_build_write()
1990 ext_rw->lrkey = rdma_wr(wr)->rkey; in ocrdma_build_write()
1991 ext_rw->len = hdr->total_len; in ocrdma_build_write()
1998 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_read() local
1999 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_read()
2008 ext_rw in ocrdma_build_read()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c1979 struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1); in ocrdma_build_write() local
1980 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() local
1997 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_read()
2006 ext_rw in ocrdma_build_read()
[all...]

Completed in 7 milliseconds