Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h175 #define IBLND_RECV_WRS(v) IBLND_RX_MSGS(v) macro
177 #define IBLND_CQ_ENTRIES(v) (IBLND_RECV_WRS(v) + IBLND_SEND_WRS(v))
Do2iblnd.c766 init_qp_attr->cap.max_recv_wr = IBLND_RECV_WRS(version); in kiblnd_create_conn()