Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.h162 typedef struct cmd_ctl { struct
163 struct cmd_ctl *ccc_nextp; /* list of control structs */ argument
164 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 …]
/titanic_41/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h148 typedef struct cmd_ctl { struct
149 struct cmd_ctl *ccc_nextp; /* list of control structs */ argument
150 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 …]