Lines Matching refs:pptr

65 	pmcs_phy_t *pptr;  in pmcs_sata_special_work()  local
92 pptr = xp->phy; in pmcs_sata_special_work()
101 pmcs_prt(pwp, PMCS_PRT_DEBUG2, pptr, xp, in pmcs_sata_special_work()
116 retval = pmcs_sata_identify(pwp, pptr); in pmcs_sata_special_work()
123 pmcs_prt(pwp, PMCS_PRT_DEBUG2, pptr, xp, in pmcs_sata_special_work()
133 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, xp, in pmcs_sata_special_work()
172 pmcs_prt(pwp, PMCS_PRT_DEBUG_CONFIG, pptr, xp, in pmcs_sata_special_work()
184 pmcs_prt(pwp, PMCS_PRT_DEBUG_CONFIG, pptr, xp, in pmcs_sata_special_work()
327 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, xp, in pmcs_sata_special_work()
380 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, xp, in pmcs_sata_special_work()
412 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, xp, in pmcs_sata_special_work()
439 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, xp, in pmcs_sata_special_work()
494 pmcs_latch_status(pwp, sp, status, rp, 18, pptr->path); in pmcs_sata_special_work()
496 pmcs_latch_status(pwp, sp, status, NULL, 0, pptr->path); in pmcs_sata_special_work()
501 pmcs_prt(pwp, PMCS_PRT_DEBUG2, pptr, xp, in pmcs_sata_special_work()
511 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, xp, in pmcs_sata_special_work()
606 pmcs_sata_identify(pmcs_hw_t *pwp, pmcs_phy_t *pptr) in pmcs_sata_identify() argument
614 return (pmcs_run_sata_cmd(pwp, pptr, fis, SATA_PROTOCOL_PIO, in pmcs_sata_identify()
622 pmcs_run_sata_cmd(pmcs_hw_t *pwp, pmcs_phy_t *pptr, fis_t fis, uint32_t mode, in pmcs_run_sata_cmd() argument
630 pwrk = pmcs_gwork(pwp, PMCS_TAG_TYPE_WAIT, pptr); in pmcs_run_sata_cmd()
641 msg[2] = LE_32(pptr->device_id); in pmcs_run_sata_cmd()
648 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, NULL, in pmcs_run_sata_cmd()
668 GET_IO_IQ_ENTRY(pwp, ptr, pptr->device_id, iq); in pmcs_run_sata_cmd()
677 pmcs_unlock_phy(pptr); in pmcs_run_sata_cmd()
680 pmcs_lock_phy(pptr); in pmcs_run_sata_cmd()
684 if (pmcs_abort(pwp, pptr, htag, 0, 1)) { in pmcs_run_sata_cmd()
685 pptr->abort_pending = 1; in pmcs_run_sata_cmd()
695 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, pptr->target, in pmcs_run_sata_cmd()
697 __func__, pmcs_barray2wwn(pptr->sas_address)); in pmcs_run_sata_cmd()
699 pmcs_prt(pwp, PMCS_PRT_DEBUG2, pptr, pptr->target, in pmcs_run_sata_cmd()
719 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, NULL, in pmcs_run_sata_cmd()