Home
last modified time | relevance | path

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

/openbmc/linux/net/rds/
H A Dib.h26 #define RDS_IB_WC_MAX 32 macro
154 struct ib_wc i_send_wc[RDS_IB_WC_MAX];
155 struct ib_wc i_recv_wc[RDS_IB_WC_MAX];
H A Dib_cm.c265 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_scq()
310 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_rcq()