Home
last modified time | relevance | path

Searched defs:gtgtp (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_waitq.h110 #define GTGTP2TARGET(gtgtp) ((gtgtp)->gt_tgt_private) argument
111 #define GTGTP2HBA(gtgtp) ((gtgtp)->gt_hba_private) argument
112 #define GTGTP2GDEVP(gtgtp) ((gtgtp)->gt_gdevp) argument
114 #define GTGT_INIT(gtgtp) L1EL_INIT(&(gtgtp)->gt_ilist) argument
117 #define GTGT_ATTACH(gtgtp, gdevp) { \ argument
124 #define GTGT_DEATTACH(gtgtp, gdevp) { \ argument
H A Dghd.c443 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()
836 gtgt_t *gtgtp, in ghd_reset_notify()
H A Dghd_waitq.c139 gtgt_t *gtgtp) in ghd_target_free()
250 gtgt_t *gtgtp = GCMDP2GTGTP(gcmdp); in ghd_waitq_delete() local
H A Dghd_gcmd.c62 ghd_gcmd_alloc(gtgt_t *gtgtp, in ghd_gcmd_alloc()
H A Dghd_scsa.c93 gtgt_t *gtgtp = ADDR2GTGTP(ap); in ghd_pktalloc() local
H A Dghd.h136 #define GHD_GCMD_INIT(gcmdp, cmdp, gtgtp) \ argument
230 gtgt_t *gtgtp; member
H A Dghd_timer.c314 ghd_timer_newstate(ccc_t *cccp, gcmd_t *gcmdp, gtgt_t *gtgtp, in ghd_timer_newstate()
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd_waitq.h108 #define GTGTP2TARGET(gtgtp) ((gtgtp)->gt_tgt_private) argument
109 #define GTGTP2HBA(gtgtp) ((gtgtp)->gt_hba_private) argument
111 #define GTGT_INIT(gtgtp) L1EL_INIT(&(gtgtp)->gt_ilist) argument
114 #define GTGT_ATTACH(gtgtp, gdevp) { \ argument
121 #define GTGT_DEATTACH(gtgtp, gdevp) { \ argument
H A Dghd.h121 #define GHD_GCMD_INIT(gcmdp, cmdp, gtgtp) \ argument
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c329 gtgt_t *gtgtp; /* GHD's per-target-instance structure */ in atapi_tran_tgt_init() local
478 gtgt_t *gtgtp = ADDR2GTGTP(ap); in atapi_tran_setcap() local
519 gtgt_t *gtgtp; in atapi_tran_getcap() local
609 gtgt_t *gtgtp = ADDR2GTGTP(ap); in atapi_tran_init_pkt() local
815 gtgt_t *gtgtp, in atapi_ccballoc()
H A Data_disk.c802 gtgt_t *gtgtp; in ata_disk_bus_ctl() local
864 gtgt_t *gtgtp; in ata_disk_bus_ctl() local
920 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_reset() local
956 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_ioctl() local
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() local
1369 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_memsetup() local
1473 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_iosetup() local
1713 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_transport() local
3147 ata_disk_update_fw(gtgt_t *gtgtp, ata_ctl_t *ata_ctlp, in ata_disk_update_fw()
H A Data_common.h540 #define GTGTP2ATAP(gtgtp) ((ata_ctl_t *)GTGTP2HBA(gtgtp)) argument
545 #define GTGTP2ATATGTP(gtgtp) ((ata_tgt_t *)GTGTP2TARGET(gtgtp)) argument
550 #define GTGTP2ATADRVP(gtgtp) (GTGTP2ATATGTP(gtgtp)->at_drvp) argument
H A Data_common.c909 gtgt_t *gtgtp, in ata_timeout_func()
3228 gtgt_t *gtgtp) in ata_queue_cmd()