Home
last modified time | relevance | path

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

/Linux-v4.19/net/rds/
Dib.h27 #define RDS_IB_WC_MAX 32 macro
153 struct ib_wc i_send_wc[RDS_IB_WC_MAX];
154 struct ib_wc i_recv_wc[RDS_IB_WC_MAX];
Dib_cm.c290 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_scq()
335 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_rcq()