Searched refs:MCLBYTES (Results 1 - 7 of 7) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | if_axereg.h | 58 #ifndef MCLBYTES 59 #define MCLBYTES (1 << MCLSHIFT) /* size of an mbuf cluster */ macro
|
H A D | if_axe.c | 165 .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 D | if_axge.c | 91 .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 D | usb_ethernet.h | 40 #define MCLBYTES (1 << MCLSHIFT) /* size of an mbuf cluster */ macro
|
H A D | if_urndisreg.h | 31 #define RNDIS_TX_MAXLEN MCLBYTES
|
H A D | if_cdce.c | 104 .bufsize = (CDCE_FRAMES_MAX * MCLBYTES), 117 .bufsize = (CDCE_FRAMES_MAX * MCLBYTES), 1386 (temp > (MCLBYTES - ETHER_ALIGN))) { in cdce_ncm_bulk_read_callback()
|
H A D | if_urndis.c | 902 } 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