Searched refs:USB_POOL_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/stand/usb/
H A Dusbcore.mk54 USB_POOL_SIZE?= 131072 macro
57 CFLAGS+= -DUSB_POOL_SIZE=${USB_POOL_SIZE}
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h533 #ifndef USB_POOL_SIZE
534 #define USB_POOL_SIZE (1024*1024) /* 1 MByte */ macro
H A Dbsd_kernel.c1381 static uint8_t usb_pool[USB_POOL_SIZE] __aligned(USB_POOL_ALIGN);
1382 static uint32_t usb_pool_rem = USB_POOL_SIZE;
1415 hdr = (void *)(usb_pool + USB_POOL_SIZE - usb_pool_rem);

Completed in 78 milliseconds