Home
last modified time | relevance | path

Searched refs:pkt_count (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_axen.c900 u_int16_t hdr_offset, pkt_count; in axen_rxeof() local
947 pkt_count = (u_int16_t)(rx_hdr & 0xffff); in axen_rxeof()
971 if (pkt_count > AXEN_MAX_PACKED_PACKET) { in axen_rxeof()
973 pkt_count)); in axen_rxeof()
989 pkt_count, pkt_hdr, pkt_len)); in axen_rxeof()
997 sc->axen_dev.dv_xname, pkt_count); in axen_rxeof()
998 ifp->if_ierrors += pkt_count; in axen_rxeof()
1006 DPRINTF(("crc err(pkt#%d)\n", pkt_count)); in axen_rxeof()
1025 sc->axen_dev.dv_xname, pkt_count); in axen_rxeof()
1054 pkt_count--; in axen_rxeof()
[all …]
H A Dif_ugl.c101 uDWord pkt_count; member
444 packet_count = UGETDW(c->ugl_buf->pkt_count); in ugl_rxeof()
547 USETDW(c->ugl_buf->pkt_count, UGL_TX_FRAMES); in ugl_send()
/openbsd/sys/dev/pci/
H A Dif_iwxreg.h4108 uint32_t pkt_count[IWX_MAC_INDEX_AUX]; member