/titanic_50/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehcid.h | 359 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) ||\ 361 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH)) 364 USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) ||\ 366 USB_EP_ATTR_MASK) == USB_EP_ATTR_BULK)) 369 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH)) 372 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR))
|
/titanic_50/usr/src/uts/common/sys/usb/usba/ |
H A D | whcdi.h | 192 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) ||\ 194 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH)) 197 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH)) 200 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR))
|
H A D | usba_ugend.h | 208 #define UGEN_XFER_TYPE(epp) ((epp)->ep_descr.bmAttributes & USB_EP_ATTR_MASK)
|
/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhcid.h | 501 #define UHCI_XFER_TYPE(ept) ((ept)->bmAttributes & USB_EP_ATTR_MASK) 541 (((((ept)->bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) || \ 542 ((((ept)->bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH))
|
/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohcid.h | 392 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) ||\ 394 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH)) 397 USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) ||\ 399 USB_EP_ATTR_MASK) == USB_EP_ATTR_BULK))
|
/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_intr.c | 660 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_check_for_short_xfer() 805 attributes = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_handle_error() 828 USB_EP_ATTR_MASK) == in ehci_handle_error() 1272 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) { in ehci_sendup_qtd_message() 1290 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_sendup_qtd_message() 1315 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_sendup_qtd_message()
|
H A D | ehci_xfer.c | 439 switch (endpoint->bmAttributes & USB_EP_ATTR_MASK) { in ehci_unpack_endpoint() 544 switch (ph->p_ep.bmAttributes & USB_EP_ATTR_MASK) { in ehci_insert_qh() 960 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_clear_tt_buffer() 1130 attributes = pp->pp_pipe_handle->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_remove_qh() 1811 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_start_periodic_pipe_polling() 1847 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_periodic_pipe_polling() 1928 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_pipe_polling() 2030 if (((ep_attr & USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) && in ehci_set_periodic_pipe_polling() 2216 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_stop_periodic_pipe_polling() 2870 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_allocate_tds_for_tw() [all …]
|
H A D | ehci_polled.c | 256 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_hcdi_polled_input_enter() 327 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_hcdi_polled_input_exit() 344 switch (pipe_attr & USB_EP_ATTR_MASK) { in ehci_hcdi_polled_input_exit() 404 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_hcdi_polled_read() 815 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_polled_init() 1374 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_polled_process_active_intr_qtd_list()
|
H A D | ehci_hub.c | 322 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_open() 385 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_close() 455 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_reset() 2059 USB_EP_ATTR_MASK; in ehci_root_hub_hcdi_callback()
|
H A D | ehci_util.c | 2225 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) == in ehci_allocate_high_speed_bandwidth() 2237 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) == in ehci_allocate_high_speed_bandwidth() 2495 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) == in ehci_deallocate_high_speed_bandwidth() 2645 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) { in ehci_compute_high_speed_bandwidth() 2671 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH) { in ehci_compute_high_speed_bandwidth() 2763 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) { in ehci_compute_classic_bandwidth() 3859 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_get_xfer_attrs() 4643 uint8_t type = attr & USB_EP_ATTR_MASK; in ehci_do_byte_stats()
|
H A D | ehci_isoch_util.c | 1346 ASSERT((ep_attr & USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH); in ehci_deallocate_isoc_in_resource()
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_req.c | 121 USB_EP_ATTR_MASK; in _usba_check_req() 419 uchar_t ep_attr = ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK; in usba_flags_attr_check() 505 USB_EP_ATTR_MASK; in usba_start_next_req() 758 USB_EP_ATTR_MASK) { in usba_req_normal_cb() 794 USB_EP_ATTR_MASK) { in usba_req_normal_cb() 862 USB_EP_ATTR_MASK) { in usba_req_exc_cb() 902 USB_EP_ATTR_MASK) { in usba_req_exc_cb() 973 USB_EP_ATTR_MASK) { in usba_req_set_cb_flags() 2077 USB_EP_ATTR_MASK) != USB_EP_ATTR_INTR) { in usb_pipe_stop_intr_polling() 2577 if ((ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK) != in usb_pipe_stop_isoc_polling()
|
H A D | usbai_pipe_mgmt.c | 472 ((ep->bmAttributes & USB_EP_ATTR_MASK) == in usba_init_pipe_handle() 518 if ((ep->bmAttributes & USB_EP_ATTR_MASK) == in usba_init_pipe_handle() 829 if (((ep->bmAttributes & USB_EP_ATTR_MASK) == in usb_pipe_open() 831 ((ep->bmAttributes & USB_EP_ATTR_MASK) == in usb_pipe_open() 1091 attribute = ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK; in usba_pipe_sync_close()
|
H A D | hcdi.c | 497 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in usba_hcdi_cb() 650 USB_EP_ATTR_MASK) { in hcdi_do_cb()
|
H A D | usbai_util.c | 217 uint8_t ept_type = ept->bmAttributes & USB_EP_ATTR_MASK; in usb_lookup_ep_data() 1646 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in usba_sync_clear_feature() 1648 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) in usba_sync_clear_feature()
|
H A D | usba_ugen.c | 1361 switch (bmAttribute & USB_EP_ATTR_MASK) { in ugen_check_open_flags() 1595 ep_descr->bmAttributes & USB_EP_ATTR_MASK; in ugen_epxs_minor_nodes_create() 2320 switch (epp->ep_descr.bmAttributes & USB_EP_ATTR_MASK) { in ugen_epx_req()
|
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 3528 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) { in ohci_compute_total_bandwidth() 3868 USB_EP_ATTR_MASK) != USB_EP_ATTR_CONTROL) { in ohci_unpack_endpoint() 3887 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH) { in ohci_unpack_endpoint() 3917 switch (ph->p_ep.bmAttributes & USB_EP_ATTR_MASK) { in ohci_insert_ed() 4276 attributes = pp->pp_pipe_handle->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_remove_ed() 4419 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_remove_periodic_ed() 5113 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ohci_start_periodic_pipe_polling() 5219 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_start_pipe_polling() 5259 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_start_pipe_polling() 5334 if (((ep_attr & USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) && in ohci_set_periodic_pipe_polling() [all …]
|
H A D | ohci_hub.c | 338 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_open() 401 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_close() 471 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_reset() 1751 USB_EP_ATTR_MASK; in ohci_root_hub_hcdi_callback()
|
H A D | ohci_polled.c | 170 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_hcdi_polled_input_init() 714 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_polled_init() 1911 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_polled_insert_td()
|
/titanic_50/usr/src/cmd/mdb/common/modules/usba/ |
H A D | usb.c | 363 switch (ept_descr.bmAttributes & USB_EP_ATTR_MASK) { in usb_pipe_handle()
|
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcitgt.c | 276 if (((ph->p_ep.bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR || in uhci_hcdi_pipe_open() 277 ((ph->p_ep.bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_BULK) { in uhci_hcdi_pipe_open()
|
H A D | uhciutil.c | 2415 uint8_t type = attr & USB_EP_ATTR_MASK; in uhci_do_byte_stats()
|
/titanic_50/usr/src/uts/common/io/zyd/ |
H A D | zyd_usb.c | 354 (endpoint->ep_descr.bmAttributes & USB_EP_ATTR_MASK) != attr) { in zyd_usb_open_pipe() 664 type = uc->ep_cmd_out.ep_descr.bmAttributes & USB_EP_ATTR_MASK; in zyd_usb_cmd_pipe_send()
|
/titanic_50/usr/src/uts/common/sys/usb/ |
H A D | usbai.h | 377 #define USB_EP_ATTR_MASK 0x03 /* transfer type mask */ macro
|
/titanic_50/usr/src/uts/common/io/uath/ |
H A D | uath.c | 404 uint8_t ept_type = ept->bmAttributes & USB_EP_ATTR_MASK; in uath_lookup_ep_data()
|