Searched defs:ehci_pipe_private (Results 1 – 1 of 1) sorted by relevance
414 typedef struct ehci_pipe_private { struct415 usba_pipe_handle_data_t *pp_pipe_handle; /* Back ptr to handle */416 ehci_qh_t *pp_qh; /* Pipe's qh */419 uint_t pp_state; /* See below */422 usb_pipe_policy_t pp_policy;425 uint_t pp_pnode; /* periodic node */426 uchar_t pp_smask; /* Start split mask */427 uchar_t pp_cmask; /* Comp split mask */428 uint_t pp_cur_periodic_req_cnt; /* Curr req count */429 uint_t pp_max_periodic_req_cnt; /* Max req count */[all …]