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