Searched defs:egrindex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dlinda.c1175 unsigned int egrindex; local
1193 egrindex = BIT_GET ( rcvhdrflags, EgrIndex );
1218 qp->qpn, egrindex, ( useegrbfr ? "" : "(unused)" ),
1229 "len %d(%d+%d+4)\n", linda, qp->qpn, egrindex,
1265 * completing this egrindex, stop. We phrase the test
1267 * we receive the same egrindex twice in a row.
1270 ( ( egrindex + 1 ) & ( linda_wq->eager_entries - 1 ) )))
1282 if ( linda_wq->eager_cons == egrindex ) {
H A Dqib7322.c1418 unsigned int egrindex; local
1436 egrindex = BIT_GET ( rcvhdrflags, EgrIndex );
1460 egrindex, ( useegrbfr ? "" : "(unused)" ),
1501 * completing this egrindex, stop. We phrase the test
1503 * we receive the same egrindex twice in a row.
1506 ( ( egrindex + 1 ) & ( qib7322_wq->eager_entries - 1 ))))
1518 if ( qib7322_wq->eager_cons == egrindex ) {

Completed in 69 milliseconds