Searched defs:cmd_ctl (Results 1 – 2 of 2) sorted by relevance
162 typedef struct cmd_ctl { struct163 struct cmd_ctl *ccc_nextp; /* list of control structs */ argument164 struct tmr_conf *ccc_tmrp; /* back ptr to config struct */165 char *ccc_label; /* name of this HBA driver */167 kmutex_t ccc_activel_mutex; /* mutex to protect list ... */168 L2el_t ccc_activel; /* ... list of active CMD/CCBs */170 dev_info_t *ccc_hba_dip;171 ddi_iblock_cookie_t ccc_iblock;172 ddi_softintr_t ccc_soft_id; /* ID for timeout softintr */174 kmutex_t ccc_hba_mutex; /* mutex for HBA soft-state */[all …]
148 typedef struct cmd_ctl { struct149 struct cmd_ctl *ccc_nextp; /* list of control structs */ argument150 struct tmr_conf *ccc_tmrp; /* back ptr to config struct */151 char *ccc_label; /* name of this HBA driver */152 int ccc_chno; /* Channle number */154 kmutex_t ccc_activel_mutex; /* mutex to protect list ... */155 L2el_t ccc_activel; /* ... list of active CMD/CCBs */157 dev_info_t *ccc_hba_dip;158 ddi_iblock_cookie_t ccc_iblock;159 ddi_softintr_t ccc_soft_id; /* ID for timeout softintr */[all …]