Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dubt.c146 #define UBT_BUFSIZ_ACL (2048 - 1) macro
1029 error = usbd_create_xfer(sc->sc_aclrd_pipe, UBT_BUFSIZ_ACL, in ubt_enable()
1044 error = usbd_create_xfer(sc->sc_aclwr_pipe, UBT_BUFSIZ_ACL, in ubt_enable()
1278 if (len > UBT_BUFSIZ_ACL) { in ubt_xmit_acl_start()
1280 device_xname(sc->sc_dev), len, UBT_BUFSIZ_ACL); in ubt_xmit_acl_start()
1282 len = UBT_BUFSIZ_ACL; in ubt_xmit_acl_start()
1588 UBT_BUFSIZ_ACL, in ubt_recv_acl_start()