/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd.h | 111 gtgt_t *cmd_gtgtp; /* dev instance for this request */ 193 int (*ccc_timeout_func)(void *handle, gcmd_t *cmdp, gtgt_t *gtgtp, 195 void (*ccc_hba_reset_notify_callback)(gtgt_t *gtgtp, 230 gtgt_t *gtgtp; 250 int (*ccc_ccballoc)(gtgt_t *, gcmd_t *, int, int, 260 int (*timeout_func)(void *, gcmd_t *, gtgt_t *, 263 void (*hba_reset_notify_callback)(gtgt_t *, 267 int ghd_transport(ccc_t *cccp, gcmd_t *cmdp, gtgt_t *gtgtp, 270 int ghd_tran_abort(ccc_t *cccp, gcmd_t *cmdp, gtgt_t *gtgtp, 272 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 | 36 gtgt_t * 46 gtgt_t *gtgtp; in ghd_target_init() 139 gtgt_t *gtgtp) in ghd_target_free() 250 gtgt_t *gtgtp = GCMDP2GTGTP(gcmdp); in ghd_waitq_delete()
|
H A D | ghd_waitq.h | 74 (gtgt_t *)((gdevp)->gd_ilist.l1_headp->le_datap) 108 } gtgt_t; typedef
|
H A D | ghd_gcmd.c | 62 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() 777 int (*timeout_func)(void *, gcmd_t *, gtgt_t *, gact_t, int)) in ghd_timer_attach() argument
|
H A D | ghd_scsa.c | 93 gtgt_t *gtgtp = ADDR2GTGTP(ap); in ghd_pktalloc()
|
/illumos-gate/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
|
/illumos-gate/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, 802 gtgt_t *gtgtp; in ata_disk_bus_ctl() 864 gtgt_t *gtgtp; in ata_disk_bus_ctl() 920 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_reset() 956 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_ioctl() 1234 void *arg, ata_ctl_t *ata_ctlp, gtgt_t *gtgtp, cmpkt_t *pktp) in ata_disk_do_ioctl() 1275 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_pktalloc() 1369 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_memsetup() 1473 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_iosetup() 1713 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 | 113 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 | 64 gtgt_t *gtgtp, gact_t action, int calltype); 909 gtgt_t *gtgtp, in ata_timeout_func() 3228 gtgt_t *gtgtp) in ata_queue_cmd()
|
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ |
H A D | atapi.h | 108 int atapi_ccballoc(gtgt_t *gtgtp, gcmd_t *gcmdp, int cmdlen,
|