Home
last modified time | relevance | path

Searched refs:RDS_IB_WC_MAX (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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.c299 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_scq()
344 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_rcq()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds