Searched refs:rs_iomap (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c186 struct rs_iomap { struct
328 struct rs_iomap *target_iomap;
734 rs->target_iomap = (struct rs_iomap *) (rs->target_sgl + RS_SGL_SIZE);
1784 static int rs_write_direct(struct rsocket *rs, struct rs_iomap *iom, uint64_t offset,
1806 rs->sbuf_bytes_avail -= sizeof(struct rs_iomap);
1808 addr = rs->remote_iomap.addr + iomr->index * sizeof(struct rs_iomap);
1962 rs->sbuf_bytes_avail += sizeof(struct rs_iomap);
2536 struct rs_iomap iom;
3849 static struct rs_iomap *rs_find_iomap(struct rsocket *rs, off_t offset)
3864 struct rs_iomap *io
[all...]

Completed in 69 milliseconds