Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h176 #define IBLND_SEND_WRS(v) ((IBLND_RDMA_FRAGS(v) + 1) * IBLND_CONCURRENT_SENDS(v)) macro
177 #define IBLND_CQ_ENTRIES(v) (IBLND_RECV_WRS(v) + IBLND_SEND_WRS(v))
Do2iblnd.c765 init_qp_attr->cap.max_send_wr = IBLND_SEND_WRS(version); in kiblnd_create_conn()