Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h174 #define IBLND_RECV_WRS(v) IBLND_RX_MSGS(v) macro
176 #define IBLND_CQ_ENTRIES(v) (IBLND_RECV_WRS(v) + IBLND_SEND_WRS(v))
Do2iblnd.c769 init_qp_attr->cap.max_recv_wr = IBLND_RECV_WRS(version); in kiblnd_create_conn()