Home
last modified time | relevance | path

Searched refs:usbnet_enqueue (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/sys/dev/usb/
Dusbnet.h311 void usbnet_enqueue(struct usbnet * const, uint8_t *, size_t, int,
Dif_cdce.c279 usbnet_enqueue(un, c->unc_buf, total_len, 0, 0, 0); in cdce_uno_rx_loop()
Dif_axen.c840 usbnet_enqueue(un, buf + ETHER_ALIGN, pkt_len - 2, in axen_uno_rx_loop()
846 usbnet_enqueue(un, buf + ETHER_ALIGN, pkt_len - 6, in axen_uno_rx_loop()
Dif_ncm.c319 usbnet_enqueue(un, buf + data_start, data_len, 0, 0, 0); in ncm_uno_rx_loop()
Dif_kue.c559 usbnet_enqueue(un, buf + 2, pktlen, 0, 0, 0); in kue_uno_rx_loop()
Dif_cue.c579 usbnet_enqueue(un, buf + 2, len, 0, 0, 0); in cue_uno_rx_loop()
Dif_mos.c708 usbnet_enqueue(un, c->unc_buf, pktlen, 0, 0, 0); in mos_uno_rx_loop()
Dif_url.c527 usbnet_enqueue(un, c->unc_buf, total_len, 0, 0, 0); in url_uno_rx_loop()
Dif_udav.c689 usbnet_enqueue(un, buf, pkt_len, 0, 0, 0); in udav_uno_rx_loop()
Dif_smsc.c1007 usbnet_enqueue(un, pktbuf, buflen, csum_flags, csum_data, in smsc_uno_rx_loop()
Dif_aue.c907 usbnet_enqueue(un, buf, pktlen, 0, 0, 0); in aue_uno_rx_loop()
Dif_urndis.c831 usbnet_enqueue(un, in urndis_uno_rx_loop()
Dif_axe.c1117 usbnet_enqueue(un, buf, pktlen, flags, 0, 0); in axe_uno_rx_loop()
Dif_ure.c976 usbnet_enqueue(un, buf, pkt_len - ETHER_CRC_LEN, in ure_uno_rx_loop()
Dif_mue.c1219 usbnet_enqueue(un, buf + sizeof(*hdrp), pktlen, csum, in mue_uno_rx_loop()
Dusbnet.c289 usbnet_enqueue(struct usbnet * const un, uint8_t *buf, size_t buflen, in usbnet_enqueue() function