Lines Matching refs:numpkt
384 packet->numpkt = 0; in init_packet()
673 if ((packet->numpkt & (MAX_PKT_RECV_THREAD - 1)) == 0) in max_packet_exceeded()
688 if (unlikely((packet->numpkt & (MAX_PKT_RECV - 1)) == 0)) in check_max_packet()
703 packet->numpkt++; in skip_rcv_packet()
734 packet->numpkt++; in process_rcv_packet_napi()
780 packet->numpkt++; in process_rcv_packet()
804 if (!last && !(packet->numpkt & 0xf)) { in process_rcv_update()
821 packet->etail, rcv_intr_dynamic, packet->numpkt); in finish_packet()
841 while (packet.numpkt < budget) { in handle_receive_interrupt_napi_fp()
851 return packet.numpkt; in handle_receive_interrupt_napi_fp()
1121 while (last != RCV_PKT_DONE && packet.numpkt < budget) { in handle_receive_interrupt_napi_sp()
1155 return packet.numpkt; in handle_receive_interrupt_napi_sp()