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

/openbsd-current/sys/dev/pci/
H A Dif_oce.c1488 int maxrx, ncqe = 0; local
1490 maxrx = IS_XE201(sc) ? 8 : OCE_MAX_RQ_COMPL;
1494 OCE_RING_FOREACH(cq->ring, cqe, RQ_CQE_VALID(cqe) && ncqe <= maxrx) {

Completed in 139 milliseconds