/titanic_44/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_req.c | 735 usb_pipe_state_t pipe_state; in usba_req_normal_cb() local 741 pipe_state = usba_get_ph_state(ph_data); in usba_req_normal_cb() 746 (void *)ph_data, pipe_state, (void *)req_wrp, in usba_req_normal_cb() 749 ASSERT((pipe_state == USB_PIPE_STATE_ACTIVE) || in usba_req_normal_cb() 750 (pipe_state == USB_PIPE_STATE_CLOSING)); in usba_req_normal_cb() 1123 usb_pipe_state_t pipe_state; in usb_pipe_ctrl_xfer() local 1159 pipe_state = usba_get_ph_state(ph_data); in usb_pipe_ctrl_xfer() 1168 switch (pipe_state) { in usb_pipe_ctrl_xfer() 1215 "usb_pipe_ctrl_xfer: pipe state %d", pipe_state); in usb_pipe_ctrl_xfer() 1523 usb_pipe_state_t pipe_state; in usb_pipe_bulk_xfer() local [all …]
|
H A D | hcdi.c | 681 usb_pipe_state_t pipe_state; in hcdi_do_cb() local 692 pipe_state = usba_get_ph_state(ph_data); in hcdi_do_cb() 694 if (!USBA_PIPE_CLOSING(pipe_state)) { in hcdi_do_cb() 697 if (pipe_state == in hcdi_do_cb() 717 pipe_state = usba_get_ph_state(ph_data); in hcdi_do_cb() 722 (pipe_state == USB_PIPE_STATE_ERROR)) { in hcdi_do_cb()
|
H A D | usba10_calls.c | 142 usb_pipe_state_t *pipe_state, in usba10_usb_pipe_get_state() argument 145 return (usb_pipe_get_state(pipe_handle, pipe_state, flags)); in usba10_usb_pipe_get_state()
|
H A D | usbai_util.c | 1289 usb_pipe_state_t *pipe_state, in usb_pipe_get_state() argument 1298 if (pipe_state == NULL) { in usb_pipe_get_state() 1307 *pipe_state = USB_PIPE_STATE_CLOSED; in usb_pipe_get_state() 1313 *pipe_state = usba_get_ph_state(ph_data); in usb_pipe_get_state()
|
H A D | usbai_pipe_mgmt.c | 222 usb_pipe_state_t pipe_state; in usba_get_ph_state() local 226 pipe_state = ph_impl->usba_ph_state; in usba_get_ph_state() 229 return (pipe_state); in usba_get_ph_state()
|
H A D | hubdi.c | 3324 usb_pipe_state_t pipe_state; in hubd_start_polling() local 3359 rval = usb_pipe_get_state(hubd->h_ep1_ph, &pipe_state, in hubd_start_polling() 3361 if (pipe_state != USB_PIPE_STATE_ACTIVE) { in hubd_start_polling() 3363 "intr pipe state=%d, rval=%d", pipe_state, rval); in hubd_start_polling() 3381 usb_pipe_state_t pipe_state; in hubd_stop_polling() local 3390 rval = usb_pipe_get_state(hubd->h_ep1_ph, &pipe_state, in hubd_stop_polling() 3393 if (pipe_state != USB_PIPE_STATE_IDLE) { in hubd_stop_polling() 3395 "intr pipe state=%d, rval=%d", pipe_state, rval); in hubd_stop_polling()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
H A D | keyspan_pipe.c | 55 "pipe = %p, pipe_stat %x", (void *)pipe, pipe->pipe_state); in keyspan_init_one_pipe() 73 pipe->pipe_state = KEYSPAN_PIPE_CLOSED; in keyspan_init_one_pipe() 81 "keyspan_fini_one_pipe: pipe_stat %x", pipe->pipe_state); in keyspan_fini_one_pipe() 83 if (pipe->pipe_state != KEYSPAN_PIPE_NOT_INIT) { in keyspan_fini_one_pipe() 85 pipe->pipe_state = KEYSPAN_PIPE_NOT_INIT; in keyspan_fini_one_pipe() 444 ASSERT(pipe->pipe_state != KEYSPAN_PIPE_NOT_INIT); in keyspan_open_one_pipe() 445 if (pipe->pipe_state != KEYSPAN_PIPE_CLOSED) { in keyspan_open_one_pipe() 457 pipe->pipe_state = KEYSPAN_PIPE_OPEN; in keyspan_open_one_pipe() 474 ASSERT(pipe->pipe_state != KEYSPAN_PIPE_NOT_INIT); in keyspan_open_pipe_datain_usa49wg() 475 if (pipe->pipe_state != KEYSPAN_PIPE_CLOSED) { in keyspan_open_pipe_datain_usa49wg() [all …]
|
H A D | keyspan_dsd.c | 2200 statin->pipe_state = KEYSPAN_PIPE_CLOSED; in keyspan_pwrlvl0()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_hub.c | 1298 uint_t pipe_state; in ohci_handle_root_hub_pipe_start_intr_polling() local 1312 pipe_state = ohcip->ohci_root_hub.rh_intr_pipe_state; in ohci_handle_root_hub_pipe_start_intr_polling() 1314 switch (pipe_state) { in ohci_handle_root_hub_pipe_start_intr_polling() 1353 "Pipe is in error state 0x%x", pipe_state); in ohci_handle_root_hub_pipe_start_intr_polling() 1753 uint_t pipe_state = 0; in ohci_root_hub_hcdi_callback() local 1766 pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_root_hub_hcdi_callback() 1769 pipe_state = ohcip->ohci_root_hub.rh_intr_pipe_state; in ohci_root_hub_hcdi_callback() 1779 pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_root_hub_hcdi_callback() 1785 pipe_state = OHCI_PIPE_STATE_ERROR; in ohci_root_hub_hcdi_callback() 1795 ohcip->ohci_root_hub.rh_ctrl_pipe_state = pipe_state; in ohci_root_hub_hcdi_callback() [all …]
|
H A D | ohci.c | 10285 uint_t pipe_state = pp->pp_state; in ohci_pipe_cleanup() local 10293 switch (pipe_state) { in ohci_pipe_cleanup() 10356 switch (pipe_state) { in ohci_pipe_cleanup() 10363 completion_reason = (pipe_state == in ohci_pipe_cleanup() 10849 uint_t pipe_state = 0; in ohci_hcdi_callback() local 10860 pipe_state = pp->pp_state; in ohci_hcdi_callback() 10866 pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_hcdi_callback() 10876 pipe_state = OHCI_PIPE_STATE_ERROR; in ohci_hcdi_callback() 10883 pp->pp_state = pipe_state; in ohci_hcdi_callback()
|
/titanic_44/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | usb_ms_cbi.c | 351 usb_pipe_state_t pipe_state; in scsa2usb_cbi_start_intr_polling() local 393 &pipe_state, USB_FLAGS_SLEEP); in scsa2usb_cbi_start_intr_polling() 394 if (pipe_state != USB_PIPE_STATE_ACTIVE) { in scsa2usb_cbi_start_intr_polling() 396 "intr pipes state: %d, rval: %d", pipe_state, rval); in scsa2usb_cbi_start_intr_polling()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_hub.c | 1450 uint_t pipe_state; in ehci_handle_root_hub_pipe_start_intr_polling() local 1462 pipe_state = ehcip->ehci_root_hub.rh_intr_pipe_state; in ehci_handle_root_hub_pipe_start_intr_polling() 1464 switch (pipe_state) { in ehci_handle_root_hub_pipe_start_intr_polling() 1507 "Pipe is in error state 0x%x", pipe_state); in ehci_handle_root_hub_pipe_start_intr_polling() 2061 uint_t pipe_state = 0; in ehci_root_hub_hcdi_callback() local 2074 pipe_state = EHCI_PIPE_STATE_IDLE; in ehci_root_hub_hcdi_callback() 2077 pipe_state = ehcip->ehci_root_hub. in ehci_root_hub_hcdi_callback() 2088 pipe_state = EHCI_PIPE_STATE_IDLE; in ehci_root_hub_hcdi_callback() 2094 pipe_state = EHCI_PIPE_STATE_ERROR; in ehci_root_hub_hcdi_callback() 2104 ehcip->ehci_root_hub.rh_ctrl_pipe_state = pipe_state; in ehci_root_hub_hcdi_callback() [all …]
|
H A D | ehci_isoch.c | 208 uint_t pipe_state = pp->pp_state; in ehci_isoc_pipe_cleanup() local 228 switch (pipe_state) { in ehci_isoc_pipe_cleanup() 235 completion_reason = (pipe_state == in ehci_isoc_pipe_cleanup() 1407 uint_t pipe_state = 0; in ehci_hcdi_isoc_callback() local 1418 pipe_state = pp->pp_state; in ehci_hcdi_isoc_callback() 1424 pipe_state = EHCI_PIPE_STATE_IDLE; in ehci_hcdi_isoc_callback() 1430 pp->pp_state = pipe_state; in ehci_hcdi_isoc_callback()
|
H A D | ehci_xfer.c | 3652 uint_t pipe_state = pp->pp_state; in ehci_pipe_cleanup() local 3704 switch (pipe_state) { in ehci_pipe_cleanup() 3711 completion_reason = (pipe_state == in ehci_pipe_cleanup() 4117 uint_t pipe_state = 0; in ehci_hcdi_callback() local 4128 pipe_state = pp->pp_state; in ehci_hcdi_callback() 4134 pipe_state = EHCI_PIPE_STATE_IDLE; in ehci_hcdi_callback() 4140 pipe_state = EHCI_PIPE_STATE_ERROR; in ehci_hcdi_callback() 4146 pp->pp_state = pipe_state; in ehci_hcdi_callback()
|
/titanic_44/usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/ |
H A D | keyspan_pipe.h | 47 int pipe_state; /* pipe state */ member
|
/titanic_44/usr/src/uts/common/io/usb/usba10/ |
H A D | usba10.c | 170 usb_pipe_state_t *pipe_state, in usb_pipe_get_state() argument 173 return (usba10_usb_pipe_get_state(pipe_handle, pipe_state, flags)); in usb_pipe_get_state()
|
/titanic_44/usr/src/uts/common/sys/usb/usba/ |
H A D | usba10.h | 176 usb_pipe_state_t *pipe_state,
|
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcitgt.c | 980 uint_t pipe_state = uhcip->uhci_root_hub.rh_pipe_state; in uhci_start_periodic_pipe_polling() local 982 ASSERT(pipe_state == UHCI_PIPE_STATE_IDLE); in uhci_start_periodic_pipe_polling()
|
/titanic_44/usr/src/uts/common/sys/usb/ |
H A D | usbai.h | 972 usb_pipe_state_t *pipe_state,
|