Home
last modified time | relevance | path

Searched refs:tw_ctrl_state (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1432 (void *)td, tw->tw_ctrl_state, tw->tw_length); in uhci_handle_ctrl_td()
1459 if ((tw->tw_ctrl_state == DATA) && in uhci_handle_ctrl_td()
1480 switch (tw->tw_ctrl_state) { in uhci_handle_ctrl_td()
1511 tw->tw_ctrl_state = STATUS; in uhci_handle_ctrl_td()
1565 tw->tw_ctrl_state = DATA; in uhci_handle_ctrl_td()
1637 tw->tw_ctrl_state = DATA; in uhci_handle_ctrl_td()
1656 tw->tw_ctrl_state = STATUS; in uhci_handle_ctrl_td()
H A Duhciutil.c2178 tw->tw_ctrl_state = 0; in uhci_insert_ctrl_td()
2186 tw->tw_ctrl_state = SETUP; in uhci_insert_ctrl_td()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h372 int tw_ctrl_state; /* See below */ member