HomeSort by: relevance | last modified time | path
    Searched defs:pkt_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
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...]
if_ure.c 950 uint16_t pkt_count = 0; local in function:ure_uno_rx_loop
979 pkt_count++;
983 if (pkt_count)
984 rnd_add_uint32(usbnet_rndsrc(un), pkt_count);

Completed in 14 milliseconds