Searched refs:usbnet_enqueue (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | usbnet.h | 311 void usbnet_enqueue(struct usbnet * const, uint8_t *, size_t, int,
|
| D | if_cdce.c | 279 usbnet_enqueue(un, c->unc_buf, total_len, 0, 0, 0); in cdce_uno_rx_loop()
|
| D | if_axen.c | 840 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()
|
| D | if_ncm.c | 319 usbnet_enqueue(un, buf + data_start, data_len, 0, 0, 0); in ncm_uno_rx_loop()
|
| D | if_kue.c | 559 usbnet_enqueue(un, buf + 2, pktlen, 0, 0, 0); in kue_uno_rx_loop()
|
| D | if_cue.c | 579 usbnet_enqueue(un, buf + 2, len, 0, 0, 0); in cue_uno_rx_loop()
|
| D | if_mos.c | 708 usbnet_enqueue(un, c->unc_buf, pktlen, 0, 0, 0); in mos_uno_rx_loop()
|
| D | if_url.c | 527 usbnet_enqueue(un, c->unc_buf, total_len, 0, 0, 0); in url_uno_rx_loop()
|
| D | if_udav.c | 689 usbnet_enqueue(un, buf, pkt_len, 0, 0, 0); in udav_uno_rx_loop()
|
| D | if_smsc.c | 1007 usbnet_enqueue(un, pktbuf, buflen, csum_flags, csum_data, in smsc_uno_rx_loop()
|
| D | if_aue.c | 907 usbnet_enqueue(un, buf, pktlen, 0, 0, 0); in aue_uno_rx_loop()
|
| D | if_urndis.c | 831 usbnet_enqueue(un, in urndis_uno_rx_loop()
|
| D | if_axe.c | 1117 usbnet_enqueue(un, buf, pktlen, flags, 0, 0); in axe_uno_rx_loop()
|
| D | if_ure.c | 976 usbnet_enqueue(un, buf, pkt_len - ETHER_CRC_LEN, in ure_uno_rx_loop()
|
| D | if_mue.c | 1219 usbnet_enqueue(un, buf + sizeof(*hdrp), pktlen, csum, in mue_uno_rx_loop()
|
| D | usbnet.c | 289 usbnet_enqueue(struct usbnet * const un, uint8_t *buf, size_t buflen, in usbnet_enqueue() function
|