Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Dib.h30 #define RDS_IB_WC_MAX 32 macro
129 struct ib_wc i_send_wc[RDS_IB_WC_MAX];
130 struct ib_wc i_recv_wc[RDS_IB_WC_MAX];
Dib_cm.c247 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_cq()