Searched defs:gcmd_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h112 } gcmd_t; typedef in typeref:struct:ghd_cmd
118 * Initialize the gcmd_t structure
176 int (*ccc_hba_start)(void *handle, gcmd_t *);
177 void (*ccc_hba_complete)(void *handle, gcmd_t *, int);
180 int (*ccc_timeout_func)(void *handle, gcmd_t *cmdp, gtgt_t *gtgtp,
213 void ghd_complete(ccc_t *cccp, gcmd_t *cmdp);
214 void ghd_async_complete(ccc_t *cccp, gcmd_t *cmdp);
215 void ghd_doneq_put(ccc_t *cccp, gcmd_t *cmdp);
219 int (*ccc_ccballoc)(gtgt_t *, gcmd_t *, int, int,
221 void (*ccc_ccbfree)(gcmd_t *),
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.h128 } gcmd_t; typedef in typeref:struct:ghd_cmd
135 * Initialize the gcmd_t structure
191 int (*ccc_hba_start)(void *handle, gcmd_t *);
192 void (*ccc_hba_complete)(void *handle, gcmd_t *, int);
195 int (*ccc_timeout_func)(void *handle, gcmd_t *cmdp, gtgt_t *gtgtp,
246 void ghd_complete(ccc_t *cccp, gcmd_t *cmdp);
247 void ghd_doneq_put_head(ccc_t *cccp, gcmd_t *cmdp);
248 void ghd_doneq_put_tail(ccc_t *cccp, gcmd_t *cmdp);
252 int (*ccc_ccballoc)(gtgt_t *, gcmd_t *, int, int,
254 void (*ccc_ccbfree)(gcmd_t *),
[all...]

Completed in 58 milliseconds