/titanic_44/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd.h | 113 gtgt_t *cmd_gtgtp; /* dev instance for this request */ 195 int (*ccc_timeout_func)(void *handle, gcmd_t *cmdp, gtgt_t *gtgtp, 197 void (*ccc_hba_reset_notify_callback)(gtgt_t *gtgtp, 232 gtgt_t *gtgtp; 252 int (*ccc_ccballoc)(gtgt_t *, gcmd_t *, int, int, 262 int (*timeout_func)(void *, gcmd_t *, gtgt_t *, 265 void (*hba_reset_notify_callback)(gtgt_t *, 269 int ghd_transport(ccc_t *cccp, gcmd_t *cmdp, gtgt_t *gtgtp, 272 int ghd_tran_abort(ccc_t *cccp, gcmd_t *cmdp, gtgt_t *gtgtp, 274 int ghd_tran_abort_lun(ccc_t *cccp, gtgt_t *gtgtp, void *intr_status); [all …]
|
H A D | ghd.c | 52 gcmd_t *poll_gcmdp, gtgt_t *gtgtp, void *intr_status); 294 int (*ccballoc)(gtgt_t *, gcmd_t *, int, int, int, int), in ghd_register() argument 302 int (*timeout_func)(void *, gcmd_t *, gtgt_t *, gact_t, int), in ghd_register() 304 void (*hba_reset_notify_callback)(gtgt_t *, in ghd_register() argument 443 gtgt_t *gtgtp, in ghd_poll() 573 ghd_tran_abort(ccc_t *cccp, gcmd_t *gcmdp, gtgt_t *gtgtp, void *intr_status) in ghd_tran_abort() 633 ghd_tran_abort_lun(ccc_t *cccp, gtgt_t *gtgtp, void *intr_status) in ghd_tran_abort_lun() 670 ghd_tran_reset_target(ccc_t *cccp, gtgt_t *gtgtp, void *intr_status) in ghd_tran_reset_target() 703 ghd_tran_reset_bus(ccc_t *cccp, gtgt_t *gtgtp, void *intr_status) in ghd_tran_reset_bus() 732 gtgt_t *gtgtp, in ghd_transport() [all …]
|
H A D | ghd_waitq.c | 38 gtgt_t * 48 gtgt_t *gtgtp; in ghd_target_init() 141 gtgt_t *gtgtp) in ghd_target_free() 252 gtgt_t *gtgtp = GCMDP2GTGTP(gcmdp); in ghd_waitq_delete()
|
H A D | ghd_waitq.h | 76 (gtgt_t *)((gdevp)->gd_ilist.l1_headp->le_datap) 110 } gtgt_t; typedef
|
H A D | ghd_gcmd.c | 64 ghd_gcmd_alloc(gtgt_t *gtgtp, in ghd_gcmd_alloc()
|
H A D | ghd_timer.c | 314 ghd_timer_newstate(ccc_t *cccp, gcmd_t *gcmdp, gtgt_t *gtgtp, in ghd_timer_newstate() 321 int (*func)(void *, gcmd_t *, gtgt_t *, gact_t, int); in ghd_timer_newstate() 776 int (*timeout_func)(void *, gcmd_t *, gtgt_t *, gact_t, int)) in ghd_timer_attach() argument
|
H A D | ghd_scsa.c | 95 gtgt_t *gtgtp = ADDR2GTGTP(ap); in ghd_pktalloc()
|
/titanic_44/usr/src/uts/sun/sys/dada/adapters/ghd/ |
H A D | ghd.h | 104 gtgt_t *cmd_gtgtp; /* dev instance for this request */ 180 int (*ccc_timeout_func)(void *handle, gcmd_t *cmdp, gtgt_t *gtgtp, 219 int (*ccc_ccballoc)(gtgt_t *, gcmd_t *, int, int, 229 int (*timeout_func)(void *, gcmd_t *, gtgt_t *, 236 int ghd_transport(ccc_t *cccp, gcmd_t *cmdp, gtgt_t *gtgtp, 239 int ghd_tran_abort(ccc_t *cccp, gcmd_t *cmdp, gtgt_t *gtgtp, 241 int ghd_tran_abort_lun(ccc_t *cccp, gtgt_t *gtgtp, void *intr_status); 242 int ghd_tran_reset_target(ccc_t *cccp, gtgt_t *gtgtp, void *intr_status); 243 int ghd_tran_reset_bus(ccc_t *cccp, gtgt_t *gtgtp, void *intr_status); 249 gcmd_t *ghd_gcmd_alloc(gtgt_t *gtgtp, int ccblen, int sleep); [all …]
|
H A D | ghd_waitq.h | 76 (gtgt_t *)((gdevp)->gd_ilist.l1_headp->le_datap) 106 } gtgt_t; typedef
|
/titanic_44/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_disk.c | 118 static int ata_disk_update_fw(gtgt_t *gtgtp, ata_ctl_t *ata_ctlp, 808 gtgt_t *gtgtp; in ata_disk_bus_ctl() 871 gtgt_t *gtgtp; in ata_disk_bus_ctl() 927 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_reset() 958 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_ioctl() 1238 gtgt_t *gtgtp, in ata_disk_do_ioctl() 1280 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_pktalloc() 1374 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_memsetup() 1478 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_iosetup() 1718 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_transport() [all …]
|
H A D | atapi.c | 329 gtgt_t *gtgtp; /* GHD's per-target-instance structure */ in atapi_tran_tgt_init() 478 gtgt_t *gtgtp = ADDR2GTGTP(ap); in atapi_tran_setcap() 519 gtgt_t *gtgtp; in atapi_tran_getcap() 609 gtgt_t *gtgtp = ADDR2GTGTP(ap); in atapi_tran_init_pkt() 815 gtgt_t *gtgtp, in atapi_ccballoc()
|
H A D | atapi.h | 115 int atapi_ccballoc(gtgt_t *gtgtp, gcmd_t *gcmdp, int cmdlen,
|
H A D | ata_common.h | 679 gtgt_t *gtgtp);
|
H A D | ata_common.c | 62 gtgt_t *gtgtp, gact_t action, int calltype); 907 gtgt_t *gtgtp, in ata_timeout_func() 3226 gtgt_t *gtgtp) in ata_queue_cmd()
|
/titanic_44/usr/src/uts/sun/sys/dada/adapters/ |
H A D | atapi.h | 108 int atapi_ccballoc(gtgt_t *gtgtp, gcmd_t *gcmdp, int cmdlen,
|