Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c2279 size_t max_xfer_count, xfer_count; in usbprn_send_async_bulk_data() local
2287 max_xfer_count = usbprnp->usbprn_bp->b_bcount; in usbprn_send_async_bulk_data()
2305 (void *)req, max_xfer_count, (void *)mp, xfer_count, timeout); in usbprn_send_async_bulk_data()
2307 ASSERT(xfer_count <= max_xfer_count); in usbprn_send_async_bulk_data()