Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dulpt.c56 #define ULPT_BSIZE 16384 macro
607 bufp = usbd_alloc_buffer(xfer, ULPT_BSIZE); in ulpt_do_write()
612 while ((n = ulmin(ULPT_BSIZE, uio->uio_resid)) != 0) { in ulpt_do_write()
679 bufp = usbd_alloc_buffer(xfer, ULPT_BSIZE); in ulpt_ucode_loader_hp()
686 len = min(remain, ULPT_BSIZE); in ulpt_ucode_loader_hp()