Lines Matching refs:numpkt
426 packet->numpkt = 0;
715 if ((packet->numpkt & (MAX_PKT_RECV_THREAD - 1)) == 0)
730 if (unlikely((packet->numpkt & (MAX_PKT_RECV - 1)) == 0))
745 packet->numpkt++;
776 packet->numpkt++;
822 packet->numpkt++;
846 if (!last && !(packet->numpkt & 0xf)) {
863 packet->etail, rcv_intr_dynamic, packet->numpkt);
883 while (packet.numpkt < budget) {
893 return packet.numpkt;
1165 while (last != RCV_PKT_DONE && packet.numpkt < budget) {
1199 return packet.numpkt;