RX_CLAIM_REQ_ALLOC
(RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC))
(RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC);
if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) {
RX_CLAIM_REQ_ALLOC;
if (rxq->used_count >= RX_CLAIM_REQ_ALLOC)
if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && !emergency) {
for (i = 0; i < RX_CLAIM_REQ_ALLOC;) {
for (i = 0; i < RX_CLAIM_REQ_ALLOC; i++) {
rxq->used_count -= RX_CLAIM_REQ_ALLOC;
rxq->free_count += RX_CLAIM_REQ_ALLOC;