if_axen.c | 761 uint16_t hdr_offset, pkt_count; local in function:axen_uno_rx_loop 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)) [all...] |