Searched refs:IBLND_SEND_WRS (Results 1 – 2 of 2) sorted by relevance
176 #define IBLND_SEND_WRS(v) ((IBLND_RDMA_FRAGS(v) + 1) * IBLND_CONCURRENT_SENDS(v)) macro177 #define IBLND_CQ_ENTRIES(v) (IBLND_RECV_WRS(v) + IBLND_SEND_WRS(v))
765 init_qp_attr->cap.max_send_wr = IBLND_SEND_WRS(version); in kiblnd_create_conn()