Lines Matching refs:gtgtp

52 			gcmd_t *poll_gcmdp, gtgt_t *gtgtp, void *intr_status);
254 (*cccp->ccc_hba_reset_notify_callback)(rnp->gtgtp, in ghd_do_reset_notify_callbacks()
443 gtgt_t *gtgtp, in ghd_poll() argument
525 if (GDEV_NACTIVE(gtgtp->gt_gdevp) == 0) in ghd_poll()
573 ghd_tran_abort(ccc_t *cccp, gcmd_t *gcmdp, gtgt_t *gtgtp, void *intr_status) in ghd_tran_abort() argument
606 ghd_timer_newstate(cccp, gcmdp, gtgtp, action, GHD_TGTREQ); in ghd_tran_abort()
610 gcmdp, gtgtp, 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() argument
645 ghd_timer_newstate(cccp, NULL, gtgtp, GACTION_ABORT_DEV, GHD_TGTREQ); in ghd_tran_abort_lun()
649 NULL, gtgtp, 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() argument
679 ghd_timer_newstate(cccp, NULL, gtgtp, GACTION_RESET_TARGET, GHD_TGTREQ); in ghd_tran_reset_target()
683 NULL, gtgtp, 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() argument
711 ghd_timer_newstate(cccp, NULL, gtgtp, GACTION_RESET_BUS, GHD_TGTREQ); in ghd_tran_reset_bus()
732 gtgt_t *gtgtp, in ghd_transport() argument
737 gdev_t *gdevp = gtgtp->gt_gdevp; in ghd_transport()
751 (void *)cccp, (void *)gdevp, (void *)gtgtp, (void *)gcmdp)); in ghd_transport()
762 (void *)cccp, (void *)gdevp, (void *)gtgtp, (void *)gcmdp)); in ghd_transport()
822 (void) ghd_poll(cccp, GHD_POLL_REQUEST, 0, gcmdp, gtgtp, intr_status); in ghd_transport()
836 gtgt_t *gtgtp, in ghd_reset_notify() argument
850 rnp->gtgtp = gtgtp; in ghd_reset_notify()
870 if (rnp->gtgtp == gtgtp && in ghd_reset_notify()