Searched refs:ghd_complete (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/sun/sys/dada/adapters/ghd/ |
H A D | ghd.h | 213 void ghd_complete(ccc_t *cccp, gcmd_t *cmdp); 309 #define GHD_COMPLETE(cccp, gcmpd) ghd_complete(cccp, gcmdp)
|
/titanic_41/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd.h | 246 void ghd_complete(ccc_t *cccp, gcmd_t *cmdp); 350 #define GHD_COMPLETE(cccp, gcmpd) ghd_complete(cccp, gcmdp)
|
H A D | ghd.c | 96 ghd_complete(ccc_t *cccp, gcmd_t *gcmdp) in ghd_complete() function
|
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_common.c | 930 ghd_complete(&ata_ctlp->ac_ccc, gcmdp); in ata_timeout_func() 938 ghd_complete(&ata_ctlp->ac_ccc, gcmdp); in ata_timeout_func() 2604 ghd_complete(&ata_ctlp->ac_ccc, APKT2GCMD(ata_pktp)); in ata_ctlr_fsm()
|