Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c330 max_ep_pkt_size = (ph->p_ep.wMaxPacketSize & in ehci_allocate_isoc_resources()
332 CalculateITDMultiField(ph->p_ep.wMaxPacketSize); in ehci_allocate_isoc_resources()
583 multi = CalculateITDMultiField(ph->p_ep.wMaxPacketSize); in ehci_insert_itd_req()
659 buf[1] |= ph->p_ep.wMaxPacketSize & in ehci_insert_itd_req()
771 xfer_state |= (ph->p_ep.wMaxPacketSize << in ehci_insert_sitd_req()
H A Dehci_xfer.c477 xactions = (endpoint->wMaxPacketSize & in ehci_unpack_endpoint()
516 maxpacketsize = endpoint->wMaxPacketSize & USB_EP_MAX_PKTSZ_MASK; in ehci_unpack_endpoint()
2109 ph->p_ep.wMaxPacketSize; in ehci_allocate_intr_resources()
3622 curr_intr_reqp->intr_len = ph->p_ep.wMaxPacketSize; in ehci_allocate_intr_in_resource()
H A Dehci_hub.c1991 length = eptd->wMaxPacketSize; in ehci_handle_root_hub_status_change()
H A Dehci_util.c2626 ushort_t maxpacketsize = endpoint->wMaxPacketSize; in ehci_compute_high_speed_bandwidth()
2734 ushort_t maxpacketsize = endpoint->wMaxPacketSize; in ehci_compute_classic_bandwidth()
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c1522 if (in_data->ep_descr.wMaxPacketSize) in uftdi_open_pipes()
1523 uf->uf_ibuf_sz = in_data->ep_descr.wMaxPacketSize; in uftdi_open_pipes()
1526 if (out_data->ep_descr.wMaxPacketSize) in uftdi_open_pipes()
1527 uf->uf_obuf_sz = out_data->ep_descr.wMaxPacketSize; in uftdi_open_pipes()
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_cbi.c366 req->intr_len = scsa2usbp->scsa2usb_intr_ept.wMaxPacketSize; in scsa2usb_cbi_start_intr_polling()
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c156 if (ph->p_ep.wMaxPacketSize == 0) { in uhci_hcdi_pipe_open()
1179 max_isoc_xfer_sz = UHCI_MAX_ISOC_PKTS * ph->p_ep.wMaxPacketSize; in uhci_pipe_send_isoc_data()
H A Duhciutil.c1254 ushort_t MaxPacketSize = endpoint->wMaxPacketSize; in uhci_compute_total_bandwidth()
1560 ph->p_ep.wMaxPacketSize; in uhci_insert_intr_td()
1653 mps = ph->p_ep.wMaxPacketSize; in uhci_insert_intr_td()
2843 length = mps = pp->pp_pipe_handle->p_ep.wMaxPacketSize; in uhci_insert_bulk_td()
3347 MaxPacketSize = pp->pp_pipe_handle->p_ep.wMaxPacketSize; in uhci_handle_bulk_td()
4463 max_isoc_xfer_size = ph->p_ep.wMaxPacketSize * UHCI_MAX_ISOC_PKTS; in uhci_start_isoc_receive_polling()
H A Duhci.c1527 MaxPacketSize = eptd->wMaxPacketSize; in uhci_handle_ctrl_td()
1575 MaxPacketSize = eptd->wMaxPacketSize; in uhci_handle_ctrl_td()
/titanic_50/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2303 if_alt_data->altif_ep[j].ep_descr.wMaxPacketSize; in usbvc_parse_stream_if()
3091 pkt_size = HS_PKT_SIZE(strm_if->curr_ep->wMaxPacketSize); in usbvc_start_isoc_polling()
3100 strm_if->curr_ep->wMaxPacketSize, in usbvc_start_isoc_polling()
3101 (1 + ((strm_if->curr_ep->wMaxPacketSize>> 11) & 3)), in usbvc_start_isoc_polling()
3355 alt->altif_ep[j].ep_descr.wMaxPacketSize; in usbvc_set_alt()
/titanic_50/usr/src/uts/common/sys/usb/usba/
H A Dwa.h58 uint16_t wMaxPacketSize; member
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c530 ph_data->p_ep.wMaxPacketSize, maxpktsize); in usba_init_pipe_handle()
532 ph_data->p_ep.wMaxPacketSize = maxpktsize; in usba_init_pipe_handle()
H A Dusbai_register.c1812 ep_descr->bmAttributes, ep_descr->wMaxPacketSize, in usba_dump_ep()
H A Dusba_ugen.c2122 epp->ep_descr.wMaxPacketSize; in ugen_epx_open_pipe()
2133 UGEN_PKT_SIZE(epp->ep_descr.wMaxPacketSize); in ugen_epx_open_pipe()
2851 reqp->intr_len = epp->ep_descr.wMaxPacketSize; in ugen_epx_intr_IN_start_polling()
H A Dhubdi.c3348 reqp->intr_len = hubd->h_ep1_descr.wMaxPacketSize; in hubd_start_polling()
/titanic_50/usr/src/uts/common/sys/usb/
H A Dusbai.h362 uint16_t wMaxPacketSize; /* maximum packet size */ member
/titanic_50/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c1358 max_pkt_size = ecmp->ecm_bulk_out_ep->ep_descr.wMaxPacketSize; in usbecm_send_data()
1519 intr->intr_len = ecmp->ecm_intr_ep->ep_descr.wMaxPacketSize; in usbecm_pipe_start_polling()
2998 ecmp->ecm_bulkin_sz = in_data->ep_descr.wMaxPacketSize; in usbecm_open_pipes()
/titanic_50/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c869 uasp->usb_as_record_pkt_size = ep->wMaxPacketSize; in usb_as_setup()
2135 ep->bmAttributes, ep->wMaxPacketSize, ep->bInterval); in usb_as_handle_descriptors()
/titanic_50/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c855 intr_req->intr_len = uc->ep_cmd_in.ep_descr.wMaxPacketSize; in zyd_usb_cmd_in_start_polling()
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c2069 acm_port->acm_bulkin_size = in_data->ep_descr.wMaxPacketSize; in usbsacm_open_port_pipes()
3067 intr->intr_len = acm_port->acm_intr_ep_descr.wMaxPacketSize; in usbsacm_pipe_start_polling()
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c1683 length = eptd->wMaxPacketSize; in ohci_handle_root_hub_status_change()
H A Dohci.c3501 ushort_t maxpacketsize = endpoint->wMaxPacketSize; in ohci_compute_total_bandwidth()
3891 maxpacketsize = endpoint->wMaxPacketSize; in ohci_unpack_endpoint()
5413 ph->p_ep.wMaxPacketSize; in ohci_allocate_intr_resources()
5568 uint_t max_pkt_size = ph->p_ep.wMaxPacketSize; in ohci_allocate_isoc_resources()
10137 intr_len = ph->p_ep.wMaxPacketSize; in ohci_allocate_periodic_in_resource()
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_pipe.c1939 br->intr_len = intr->pipe_ep_descr.wMaxPacketSize; in keyspan_pipe_start_polling()