Searched refs:hba_handle (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd_timer.c | 322 void *hba_handle; in ghd_timer_newstate() local 339 hba_handle = cccp->ccc_hba_handle; in ghd_timer_newstate() 389 (void *)hba_handle, (void *)gcmdp, (void *)gtgtp)); in ghd_timer_newstate() 449 if ((*func)(hba_handle, gcmdp, gtgtp, action, calltype)) { in ghd_timer_newstate()
|
H A D | ghd.c | 293 void *hba_handle, in ghd_register() argument 317 cccp->ccc_hba_handle = hba_handle; in ghd_register() 339 int_handler, (caddr_t)hba_handle) != DDI_SUCCESS) { in ghd_register()
|
H A D | ghd.h | 251 int ghd_register(char *, ccc_t *, dev_info_t *, int, void *hba_handle,
|
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_common.c | 57 static int ata_get_status(void *hba_handle, void *intr_status); 58 static void ata_process_intr(void *hba_handle, void *intr_status); 61 static int ata_timeout_func(void *hba_handle, gcmd_t *gcmdp, 884 void *hba_handle, in ata_hba_complete() argument 905 void *hba_handle, in ata_timeout_func() argument 917 ata_ctlp = (ata_ctl_t *)hba_handle; in ata_timeout_func() 2869 void *hba_handle, in ata_get_status() argument 2872 ata_ctl_t *ata_ctlp = (ata_ctl_t *)hba_handle; in ata_get_status() 3000 void *hba_handle, in ata_process_intr() argument 3003 ata_ctl_t *ata_ctlp = (ata_ctl_t *)hba_handle; in ata_process_intr() [all …]
|
/titanic_41/usr/src/uts/sun/sys/dada/adapters/ghd/ |
H A D | ghd.h | 218 int ghd_register(char *, ccc_t *, dev_info_t *, int, void *hba_handle,
|