Home
last modified time | relevance | path

Searched refs:MCLBYTES (Results 1 - 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axereg.h58 #ifndef MCLBYTES
59 #define MCLBYTES (1 << MCLSHIFT) /* size of an mbuf cluster */ macro
H A Dif_axe.c165 .bufsize = USB_AXE_MAX_FRAMES * MCLBYTES,
174 .bufsize = 16 * MCLBYTES, /* bytes */
896 #if ((AXE_BULK_BUF_SIZE >= 0x10000) || (AXE_BULK_BUF_SIZE < (MCLBYTES+4)))
936 usbd_xfer_set_frame_offset(xfer, nframes * MCLBYTES, nframes); in axe_bulk_write_callback()
H A Dif_axge.c91 .bufsize = 16 * MCLBYTES,
100 .bufsize = 16 * MCLBYTES, /* bytes */
602 usbd_xfer_set_frame_offset(xfer, nframes * MCLBYTES, nframes); in axge_bulk_write_callback()
H A Dusb_ethernet.h40 #define MCLBYTES (1 << MCLSHIFT) /* size of an mbuf cluster */ macro
H A Dif_urndisreg.h31 #define RNDIS_TX_MAXLEN MCLBYTES
H A Dif_cdce.c104 .bufsize = (CDCE_FRAMES_MAX * MCLBYTES),
117 .bufsize = (CDCE_FRAMES_MAX * MCLBYTES),
1386 (temp > (MCLBYTES - ETHER_ALIGN))) { in cdce_ncm_bulk_read_callback()
H A Dif_urndis.c902 } else if (msg.rm_datalen > (uint32_t)(MCLBYTES - ETHER_ALIGN)) { in urndis_bulk_read_callback()
905 msg.rm_datalen, (unsigned)MCLBYTES); in urndis_bulk_read_callback()

Completed in 8 milliseconds