Searched defs:ecppunit (Results 1 – 1 of 1) sorted by relevance
109 struct ecppunit { struct110 kmutex_t umutex; /* lock for this structure */111 int instance; /* instance number */112 dev_info_t *dip; /* device information */113 ddi_iblock_cookie_t ecpp_trap_cookie; /* interrupt cookie */114 ecpp_busy_t e_busy; /* ecpp busy flag */115 kcondvar_t pport_cv; /* cv to signal idle state */119 struct info_reg *i_reg; /* info registers */120 struct fifo_reg *f_reg; /* fifo register */121 ddi_acc_handle_t i_handle;[all …]