Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c147 #define RS_MSG_SIZE sizeof(uint32_t) macro
738 total_rbuf_size += rs->rq_size * RS_MSG_SIZE; in rs_init_bufs()
824 (rs->rbuf_msg_index * RS_MSG_SIZE); in rs_post_recv()
825 sge.length = RS_MSG_SIZE; in rs_post_recv()
886 if ((rs->opts & RS_OPT_MSG_SEND) && (rs->sq_inline < RS_MSG_SIZE)) in rs_create_ep()