Lines Matching defs:pkt_count
761 uint16_t hdr_offset, pkt_count;
779 pkt_count = (uint16_t)(rx_hdr & 0xffff);
801 if (pkt_count > AXEN_MAX_PACKED_PACKET) {
803 device_xname(un->un_dev), pkt_count));
808 if (pkt_count)
809 rnd_add_uint32(usbnet_rndsrc(un), pkt_count);
811 while (pkt_count > 0) {
814 "invalid buffer(pkt#%d), continue\n", pkt_count);
815 if_statadd(ifp, if_ierrors, pkt_count);
823 device_xname(un->un_dev), pkt_count, pkt_hdr, pkt_len));
834 pkt_count));
844 pkt_count--;
858 if (pkt_count == 0)
860 pkt_count--;