Lines Matching refs:numpkt
426 packet->numpkt = 0; in init_packet()
715 if ((packet->numpkt & (MAX_PKT_RECV_THREAD - 1)) == 0) in max_packet_exceeded()
730 if (unlikely((packet->numpkt & (MAX_PKT_RECV - 1)) == 0)) in check_max_packet()
745 packet->numpkt++; in skip_rcv_packet()
776 packet->numpkt++; in process_rcv_packet_napi()
822 packet->numpkt++; in process_rcv_packet()
846 if (!last && !(packet->numpkt & 0xf)) { in process_rcv_update()
863 packet->etail, rcv_intr_dynamic, packet->numpkt); in finish_packet()
883 while (packet.numpkt < budget) { in handle_receive_interrupt_napi_fp()
893 return packet.numpkt; in handle_receive_interrupt_napi_fp()
1163 while (last != RCV_PKT_DONE && packet.numpkt < budget) { in handle_receive_interrupt_napi_sp()
1197 return packet.numpkt; in handle_receive_interrupt_napi_sp()