Home
last modified time | relevance | path

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

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