Home
last modified time | relevance | path

Searched defs:uhci_pipe_private (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h278 typedef struct uhci_pipe_private { struct
279 usba_pipe_handle_data_t *pp_pipe_handle; /* Back ptr to pipe handle */
280 queue_head_t *pp_qh; /* Pipe's ept */
281 uint_t pp_state; /* See below */
282 usb_pipe_policy_t pp_policy; /* Copy of the pipe policy */
283 uint_t pp_node; /* Node in lattice */
307 } uhci_pipe_private_t; argument