Home
last modified time | relevance | path

Searched refs:target_sgl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c210 struct rs_sge target_sgl; member
327 volatile struct rs_sge *target_sgl; member
721 len = sizeof(*rs->target_sgl) * RS_SGL_SIZE + in rs_init_bufs()
732 rs->target_sgl = rs->target_buffer_list; in rs_init_bufs()
734 rs->target_iomap = (struct rs_iomap *) (rs->target_sgl + RS_SGL_SIZE); in rs_init_bufs()
1050 conn->target_sgl.addr = (__force uint64_t)htobe64((uintptr_t) rs->target_sgl); in rs_format_conn_data()
1051 conn->target_sgl.length = (__force uint32_t)htobe32(RS_SGL_SIZE); in rs_format_conn_data()
1052 conn->target_sgl.key = (__force uint32_t)htobe32(rs->target_mr->rkey); in rs_format_conn_data()
1061 rs->remote_sgl.addr = be64toh((__force __be64)conn->target_sgl.addr); in rs_save_conn_data()
1062 rs->remote_sgl.length = be32toh((__force __be32)conn->target_sgl.length); in rs_save_conn_data()
[all …]