Lines Matching refs:numpkt
379 packet->numpkt = 0;
668 if ((packet->numpkt & (MAX_PKT_RECV_THREAD - 1)) == 0)
683 if (unlikely((packet->numpkt & (MAX_PKT_RECV - 1)) == 0))
698 packet->numpkt++;
729 packet->numpkt++;
775 packet->numpkt++;
799 if (!last && !(packet->numpkt & 0xf)) {
816 packet->etail, rcv_intr_dynamic, packet->numpkt);
836 while (packet.numpkt < budget) {
846 return packet.numpkt;
1118 while (last != RCV_PKT_DONE && packet.numpkt < budget) {
1152 return packet.numpkt;