Lines Matching refs:p_ep

2455 	usb_ep_descr_t		*epdt = &ph->p_ep;  in ohci_hcdi_pipe_open()
2668 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_hcdi_pipe_close()
2793 usba_hcdi_set_data_toggle(ph->p_usba_device, ph->p_ep.bEndpointAddress, in ohci_hcdi_pipe_reset_data_toggle()
2994 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_hcdi_pipe_intr_xfer()
3145 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_hcdi_pipe_isoc_xfer()
3246 usb_ep_descr_t *endpoint = &ph->p_ep; in ohci_allocate_bandwidth()
3404 usb_ep_descr_t *endpoint = &ph->p_ep; in ohci_deallocate_bandwidth()
3834 usb_ep_descr_t *endpoint = &ph->p_ep; in ohci_unpack_endpoint()
3901 switch (ph->p_ep.bmAttributes & USB_EP_ATTR_MASK) { in ohci_insert_ed()
4260 attributes = pp->pp_pipe_handle->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_remove_ed()
4403 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_remove_periodic_ed()
4991 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_insert_bulk_req()
5082 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_start_periodic_pipe_polling()
5087 ph->p_ep.bEndpointAddress & USB_EP_NUM_MASK); in ohci_start_periodic_pipe_polling()
5171 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_start_pipe_polling()
5301 usb_ep_descr_t *endpoint = &ph->p_ep; in ohci_set_periodic_pipe_polling()
5385 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_allocate_intr_resources()
5395 ph->p_ep.wMaxPacketSize; in ohci_allocate_intr_resources()
5498 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_stop_periodic_pipe_polling()
5550 uint_t max_pkt_size = ph->p_ep.wMaxPacketSize; in ohci_allocate_isoc_resources()
5576 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_allocate_isoc_resources()
5892 if ((pp->pp_pipe_handle->p_ep.bmAttributes & in ohci_insert_hc_td()
6014 if ((pp->pp_pipe_handle->p_ep.bmAttributes & in ohci_fill_in_td()
6864 if ((ph->p_ep.bmAttributes & USB_EP_ATTR_MASK) == in ohci_create_transfer_wrapper()
7021 if ((ph->p_ep.bmAttributes & USB_EP_ATTR_MASK) != in ohci_create_isoc_transfer_wrapper()
8444 eptd = &pp->pp_pipe_handle->p_ep; in ohci_parse_error()
8571 uchar_t ep_attrs = ph->p_ep.bmAttributes; in ohci_check_for_error()
8733 attributes = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_handle_error()
8742 if (((ph->p_ep.bmAttributes & in ohci_handle_error()
9028 ph->p_ep.bmAttributes, in ohci_handle_ctrl_td()
9029 ph->p_ep.bEndpointAddress); in ohci_handle_ctrl_td()
9057 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_bulk_td()
9120 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_intr_td()
9273 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_isoc_td()
9388 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ohci_tw_rebind_cookie()
9481 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ohci_sendup_td_message()
10020 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ohci_get_xfer_attrs()
10065 uchar_t ep_attr = ph->p_ep.bmAttributes; in ohci_allocate_periodic_in_resource()
10117 intr_len = ph->p_ep.wMaxPacketSize; in ohci_allocate_periodic_in_resource()
10263 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_pipe_cleanup()
10373 ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == in ohci_pipe_cleanup()
10544 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_save_data_toggle()
10614 usba_hcdi_set_data_toggle(ph->p_usba_device, ph->p_ep.bEndpointAddress, in ohci_save_data_toggle()
10631 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_restore_data_toggle()
10652 ph->p_ep.bEndpointAddress); in ohci_restore_data_toggle()
10653 usba_hcdi_set_data_toggle(ph->p_usba_device, ph->p_ep.bEndpointAddress, in ohci_restore_data_toggle()
10686 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_outstanding_requests()
10740 uchar_t ep_attr = ph->p_ep.bmAttributes; in ohci_deallocate_periodic_in_resource()
10825 uchar_t attributes = ph->p_ep.bmAttributes & in ohci_hcdi_callback()