/titanic_51/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd_waitq.h | 112 #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 GTGT_DEATTACH(gtgtp,gdevp) global() argument [all...] |
H A D | ghd.c | 443 gtgt_t *gtgtp, in ghd_poll() argument 573 ghd_tran_abort(ccc_t *cccp, gcmd_t *gcmdp, gtgt_t *gtgtp, void *intr_status) in ghd_tran_abort() argument 633 ghd_tran_abort_lun(ccc_t *cccp, gtgt_t *gtgtp, void *intr_status) in ghd_tran_abort_lun() argument 670 ghd_tran_reset_target(ccc_t * cccp,gtgt_t * gtgtp,void * intr_status) ghd_tran_reset_target() argument 703 ghd_tran_reset_bus(ccc_t * cccp,gtgt_t * gtgtp,void * intr_status) ghd_tran_reset_bus() argument 732 ghd_transport(ccc_t * cccp,gcmd_t * gcmdp,gtgt_t * gtgtp,ulong_t timeout,int polled,void * intr_status) ghd_transport() argument 836 ghd_reset_notify(ccc_t * cccp,gtgt_t * gtgtp,int flag,void (* callback)(caddr_t),caddr_t arg) ghd_reset_notify() argument [all...] |
H A D | ghd_waitq.c | 141 ghd_target_free(dev_info_t * hba_dip,dev_info_t * tgt_dip,ccc_t * cccp,gtgt_t * gtgtp) ghd_target_free() argument 252 gtgt_t *gtgtp = GCMDP2GTGTP(gcmdp); ghd_waitq_delete() local [all...] |
H A D | ghd_gcmd.c | 64 ghd_gcmd_alloc(gtgt_t *gtgtp, in ghd_gcmd_alloc() argument
|
H A D | ghd_scsa.c | 95 gtgt_t *gtgtp = ADDR2GTGTP(ap); in ghd_pktalloc() local
|
H A D | ghd.h | 138 #define GHD_GCMD_INIT(gcmdp, cmdp, gtgtp) \ argument 232 gtgt_t *gtgtp; member [all...] |
H A D | ghd_timer.c | 314 ghd_timer_newstate(ccc_t *cccp, gcmd_t *gcmdp, gtgt_t *gtgtp, in ghd_timer_newstate() argument [all...] |
/titanic_51/usr/src/uts/sun/sys/dada/adapters/ghd/ |
H A D | ghd_waitq.h | 108 #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, gdev argument [all...] |
H A D | ghd.h | 121 #define GHD_GCMD_INIT(gcmdp, cmdp, gtgtp) \ argument [all...] |
/titanic_51/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | atapi.c | 329 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 in atapi_tran_init_pkt() local 815 atapi_ccballoc(gtgt_t * gtgtp,gcmd_t * gcmdp,int cmdlen,int statuslen,int tgtlen,int ccblen) atapi_ccballoc() argument [all...] |
H A D | ata_disk.c | 808 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; ata_disk_reset() local 958 gtgt_t *gtgtp = (gtgt_t *)ctl_data; ata_disk_ioctl() local 1238 ata_disk_do_ioctl(int (* func)(ata_ctl_t *,ata_drv_t *,ata_pkt_t *),void * arg,ata_ctl_t * ata_ctlp,gtgt_t * gtgtp,cmpkt_t * pktp) ata_disk_do_ioctl() argument 1280 gtgt_t *gtgtp = (gtgt_t *)ctl_data; ata_disk_pktalloc() local 1374 gtgt_t *gtgtp = (gtgt_t *)ctl_data; ata_disk_memsetup() local 1478 gtgt_t *gtgtp = (gtgt_t *)ctl_data; ata_disk_iosetup() local 1718 gtgt_t *gtgtp = (gtgt_t *)ctl_data; ata_disk_transport() local 3208 ata_disk_update_fw(gtgt_t * gtgtp,ata_ctl_t * ata_ctlp,ata_drv_t * ata_drvp,caddr_t fwfile,uint_t size,uint8_t type,int flag) ata_disk_update_fw() argument [all...] |
H A D | ata_common.h | 540 #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 D | ata_common.c | 907 gtgt_t *gtgtp, in ata_timeout_func() argument 3226 gtgt_t *gtgtp) in ata_queue_cmd() argument
|