Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1662 if (bulk_reqp->bulk_len > EHCI_MAX_BULK_XFER_SIZE) { in ehci_allocate_bulk_resources()
1666 "more than 0x%x", bulk_reqp->bulk_len, in ehci_allocate_bulk_resources()
1673 qtd_count = bulk_reqp->bulk_len / EHCI_MAX_QTD_XFER_SIZE; in ehci_allocate_bulk_resources()
1674 if (bulk_reqp->bulk_len % EHCI_MAX_QTD_XFER_SIZE || in ehci_allocate_bulk_resources()
1675 bulk_reqp->bulk_len == 0) { in ehci_allocate_bulk_resources()
1679 tw = ehci_allocate_tw_resources(ehcip, pp, bulk_reqp->bulk_len, in ehci_allocate_bulk_resources()
1716 bulk_pkt_size = min(bulk_reqp->bulk_len, EHCI_MAX_QTD_XFER_SIZE); in ehci_insert_bulk_req()
1744 if (bulk_reqp->bulk_len) { in ehci_insert_bulk_req()
1748 bulk_reqp->bulk_len); in ehci_insert_bulk_req()
1751 bulk_reqp->bulk_len); in ehci_insert_bulk_req()
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_bulkonly.c525 req->bulk_len = CSW_LEN; in scsa2usb_handle_status_start()
528 req->bulk_data = allocb_wait(req->bulk_len, in scsa2usb_handle_status_start()
H A Dscsa2usb.c4927 req->bulk_len = cmd->cmd_xfercount - 1; in scsa2usb_handle_data_start()
4931 req->bulk_data = allocb_wait(req->bulk_len, BPRI_LO, in scsa2usb_handle_data_start()
4944 req2->bulk_len = cmd->cmd_xfercount + 2; in scsa2usb_handle_data_start()
4977 req->bulk_len = cmd->cmd_xfercount; in scsa2usb_handle_data_start()
4985 req->bulk_len, BPRI_LO, &frnop); in scsa2usb_handle_data_start()
5003 req->bulk_len = CSW_LEN; in scsa2usb_handle_data_start()
5041 req->bulk_len = MBLKL(req->bulk_data); in scsa2usb_handle_data_start()
5288 req->bulk_len = (uint_t)length; /* xfer length */ in scsa2usb_init_bulk_req()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c540 send_req->bulk_len = (uint_t)len; in zyd_usb_bulk_pipe_send()
994 req->bulk_len = (uint_t)ZYD_RX_BUF_SIZE; in zyd_usb_data_in_start_request()
1055 send_req->bulk_len = msgdsize(mp); in zyd_usb_send_packet()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_pipe.c1606 br->bulk_len = len; in keyspan_receive_data()
1663 br->bulk_len = KEYSPAN_STATIN_MAX_LEN; in keyspan_receive_status()
1702 br->bulk_len = MBLKL(*mpp); in keyspan_send_data()
1711 "bulk_len = %d", br->bulk_len); in keyspan_send_data()
H A Dkeyspan_dsd.c1839 br->bulk_len = size; in keyspan_send_cmd_usa49()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c1170 br->bulk_len = data_len; in usbecm_rx_start()
1308 br->bulk_len = new_data_len; in usbecm_send_data()
1311 br->bulk_len = data_len; in usbecm_send_data()
1315 "usbecm_send_data: bulk_len = %d", br->bulk_len); in usbecm_send_data()
1397 br->bulk_len = 0; in usbecm_send_zero_data()
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c654 send_req->bulk_len = (int)len; in uath_fw_send()
689 req->bulk_len = len; in uath_fw_ack()
1239 send_req->bulk_len = (int)len; in uath_tx_cmd_xfer()
1463 req->bulk_len = UATH_MAX_CMDSZ; in uath_rx_cmd_xfer()
1536 req->bulk_len = msgdsize(mp); in uath_tx_data_xfer()
1708 req->bulk_len = IEEE80211_MAX_LEN; in uath_rx_data_xfer()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c674 if (bulk_reqp->bulk_len > UHCI_BULK_MAX_XFER_SIZE) { in uhci_hcdi_pipe_bulk_xfer()
677 bulk_reqp->bulk_len, UHCI_BULK_MAX_XFER_SIZE); in uhci_hcdi_pipe_bulk_xfer()
H A Duhciutil.c2806 if ((tw = uhci_create_transfer_wrapper(uhcip, pp, req->bulk_len, in uhci_insert_bulk_td()
2815 tw->tw_bytes_pending = req->bulk_len; in uhci_insert_bulk_td()
2831 if (req->bulk_len) { in uhci_insert_bulk_td()
2838 req->bulk_len, DDI_DEV_AUTOINCR); in uhci_insert_bulk_td()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c922 xt = xhci_transfer_alloc(xhcip, xep, ubrp->bulk_len, 0, usb_flags); in xhci_hcdi_pipe_bulk_xfer()
932 if (ubrp->bulk_len > 0 && datain == B_FALSE) { in xhci_hcdi_pipe_bulk_xfer()
933 xhci_transfer_copy(xt, ubrp->bulk_data->b_rptr, ubrp->bulk_len, in xhci_hcdi_pipe_bulk_xfer()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c1659 br->bulk_len = plp->pl_xfer_sz; in pl2303_rx_start()
1790 br->bulk_len = len; in pl2303_send_data()
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c687 req->bulk_len = ATU_RX_BUFSZ; in atu_rx_trigger()
719 req->bulk_len = msgdsize(mp); in atu_tx_trigger()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c1827 br->bulk_len = uf->uf_ibuf_sz; in uftdi_rx_start()
1941 br->bulk_len = len; in uftdi_send_data()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h1897 uint_t bulk_len; /* number of bytes to xfer */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c4940 if (bulk_reqp->bulk_len > OHCI_MAX_BULK_XFER_SIZE) { in ohci_allocate_bulk_resources()
4944 "more than 0x%x", bulk_reqp->bulk_len, in ohci_allocate_bulk_resources()
4951 td_count = bulk_reqp->bulk_len / OHCI_MAX_TD_XFER_SIZE; in ohci_allocate_bulk_resources()
4952 if (bulk_reqp->bulk_len % OHCI_MAX_TD_XFER_SIZE || in ohci_allocate_bulk_resources()
4953 bulk_reqp->bulk_len == 0) { in ohci_allocate_bulk_resources()
4957 tw = ohci_allocate_tw_resources(ohcip, pp, bulk_reqp->bulk_len, in ohci_allocate_bulk_resources()
4994 bulk_pkt_size = min(bulk_reqp->bulk_len, OHCI_MAX_TD_XFER_SIZE); in ohci_insert_bulk_req()
5019 if (tw->tw_direction == HC_TD_OUT && bulk_reqp->bulk_len) { in ohci_insert_bulk_req()
5026 bulk_reqp->bulk_len, DDI_DEV_AUTOINCR); in ohci_insert_bulk_req()
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c1555 req->bulk_len = (uintptr_t)mp->b_wptr - (uintptr_t)mp->b_rptr; in ural_tx_trigger()
1592 req->bulk_len = RAL_RXBUF_SIZE; in ural_rx_trigger()
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c1561 req->bulk_len = msgdsize(mp); in rum_tx_trigger()
1598 req->bulk_len = RAL_RXBUF_SIZE; in rum_rx_trigger()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c2391 br->bulk_len = data_len; in usbsacm_rx_start()
2539 br->bulk_len = data_len; in usbsacm_send_data()
/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c1329 ubrp->bulk_len = ccid->ccid_bufsize; in ccid_bulkin_cache_refresh()
1558 VERIFY3U(mlen, <=, cc->cc_ubrp->bulk_len); in ccid_command_bcopy()
1680 cc->cc_ubrp->bulk_len = allocsz; in ccid_command_alloc()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c256 if ((bulk_req->bulk_len) && (data == NULL)) { in _usba_check_req()
H A Dusba_ugen.c2644 reqp->bulk_len = bp->b_bcount; in ugen_epx_bulk_req()
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c386 req->bulk_len = dp->rx_buf_len; in usbgem_rx_start_unit()
593 req->bulk_len = (long)new->b_wptr - (long)new->b_rptr; in usbgem_send_common()
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c2294 req->bulk_len = (uint_t)xfer_count; in usbprn_send_async_bulk_data()
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c3851 req->bulk_len = MBLKL(mp); in urtw_tx_start()
3893 req->bulk_len = URTW_RXBUF_SIZE; in urtw_rx_start()