Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c468 if (itw->itw_port_status == USBA_HIGH_SPEED_DEV) { in ehci_insert_isoc_req()
921 if (curr_itw->itw_port_status == USBA_HIGH_SPEED_DEV) { in ehci_mark_reclaim_isoc()
1136 if (curr_itw->itw_port_status == USBA_HIGH_SPEED_DEV) { in ehci_traverse_active_isoc_list()
1228 if (itw->itw_port_status == USBA_HIGH_SPEED_DEV && in ehci_handle_itd()
H A Dehci_isoch_util.c738 if (itw->itw_port_status == USBA_HIGH_SPEED_DEV) { in ehci_calc_num_itds()
1119 if (itw->itw_port_status == USBA_HIGH_SPEED_DEV) { in ehci_insert_isoc_to_pfl()
1448 if (itw->itw_port_status == USBA_HIGH_SPEED_DEV) { in ehci_parse_isoc_error()
H A Dehci_util.c2171 if (ph->p_usba_device->usb_port_status != USBA_HIGH_SPEED_DEV) { in ehci_allocate_bandwidth()
2244 if (port_status == USBA_HIGH_SPEED_DEV) { in ehci_allocate_high_speed_bandwidth()
2452 if (ph->p_usba_device->usb_port_status != USBA_HIGH_SPEED_DEV) { in ehci_deallocate_bandwidth()
2511 if (port_status == USBA_HIGH_SPEED_DEV) { in ehci_deallocate_high_speed_bandwidth()
2678 if (port_status != USBA_HIGH_SPEED_DEV) { in ehci_compute_high_speed_bandwidth()
2884 case USBA_HIGH_SPEED_DEV: in ehci_adjust_polling_interval()
H A Dehci_xfer.c434 case USBA_HIGH_SPEED_DEV: in ehci_unpack_endpoint()
444 if (usb_port_status != USBA_HIGH_SPEED_DEV) { in ehci_unpack_endpoint()
452 if (usb_port_status == USBA_HIGH_SPEED_DEV) { in ehci_unpack_endpoint()
468 if (usb_port_status != USBA_HIGH_SPEED_DEV) { in ehci_unpack_endpoint()
499 if (usb_port_status != USBA_HIGH_SPEED_DEV) { in ehci_unpack_endpoint()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c151 case USBA_HIGH_SPEED_DEV: in xhci_endpoint_setup_default_context()
272 case USBA_HIGH_SPEED_DEV: in xhci_endpoint_determine_burst()
370 if (speed != USBA_HIGH_SPEED_DEV) in xhci_endpoint_interval()
390 case USBA_HIGH_SPEED_DEV: in xhci_endpoint_interval()
H A Dxhci_usba.c1568 if (ud->usb_port_status >= USBA_HIGH_SPEED_DEV) in xhci_hcdi_device_tt()
1673 case USBA_HIGH_SPEED_DEV: in xhci_hcdi_device_init()
1864 if (ud->usb_port_status == USBA_HIGH_SPEED_DEV) in xhci_hcdi_hub_update()
H A Dxhci_hub.c502 ps |= USBA_HIGH_SPEED_DEV << PORT_STATUS_SPSHIFT_SS; in xhci_root_hub_handle_port_get_status()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h214 #define USBA_HIGH_SPEED_DEV 0x3 macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c339 usba_device->usb_port_status = USBA_HIGH_SPEED_DEV; in usba_hubdi_bind_root_hub()
1900 (parent_port_status >= USBA_HIGH_SPEED_DEV) && in usba_hubdi_attach()
4510 (hub_port_status == USBA_HIGH_SPEED_DEV) && in hubd_handle_port_connect()
4511 (port_status != USBA_HIGH_SPEED_DEV)) { in hubd_handle_port_connect()
4795 *speed = USBA_HIGH_SPEED_DEV; in hubd_status_uniform()
6150 if (parent_port_status == USBA_HIGH_SPEED_DEV) { in hubd_create_child()
6516 if ((parent_port_status != USBA_HIGH_SPEED_DEV) && in hubd_create_child()
H A Dusba.c239 case USBA_HIGH_SPEED_DEV: in usba_bus_ctl()
2280 if (usba_device->usb_port_status == USBA_HIGH_SPEED_DEV) { in usba_ready_device_node()