Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_waitq.h112 #define GTGTP2TARGET(gtgtp) ((gtgtp)->gt_tgt_private) argument
113 #define GTGTP2HBA(gtgtp) ((gtgtp)->gt_hba_private) argument
114 #define GTGTP2GDEVP(gtgtp) ((gtgtp)->gt_gdevp) argument
116 #define GTGT_INIT(gtgtp) L1EL_INIT(&(gtgtp)->gt_ilist) argument
119 #define GTGT_ATTACH(gtgtp, gdevp) { \ argument
126 #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.c141 gtgt_t *gtgtp) in ghd_target_free()
252 gtgt_t *gtgtp = GCMDP2GTGTP(gcmdp); in ghd_waitq_delete() local
H A Dghd_gcmd.c64 ghd_gcmd_alloc(gtgt_t *gtgtp, in ghd_gcmd_alloc()
H A Dghd_scsa.c95 gtgt_t *gtgtp = ADDR2GTGTP(ap); in ghd_pktalloc() local
H A Dghd.h138 #define GHD_GCMD_INIT(gcmdp, cmdp, gtgtp) \ argument
232 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()
/titanic_41/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
/titanic_41/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.c808 gtgt_t *gtgtp; in ata_disk_bus_ctl() local
871 gtgt_t *gtgtp; in ata_disk_bus_ctl() local
927 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_reset() local
958 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_ioctl() local
1238 gtgt_t *gtgtp, in ata_disk_do_ioctl()
1280 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_pktalloc() local
1374 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_memsetup() local
1478 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_iosetup() local
1718 gtgt_t *gtgtp = (gtgt_t *)ctl_data; in ata_disk_transport() local
3208 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.c907 gtgt_t *gtgtp, in ata_timeout_func()
3226 gtgt_t *gtgtp) in ata_queue_cmd()