Home
last modified time | relevance | path

Searched refs:pmcs_get_diag_report (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_proto.h218 int pmcs_get_diag_report(pmcs_hw_t *, uint32_t, uint8_t);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c3140 val = pmcs_get_diag_report(pwp, PMCS_INVALID_DWORD_CNT, pptr->phynum); in pmcs_update_phy_stats()
3145 val = pmcs_get_diag_report(pwp, PMCS_DISPARITY_ERR_CNT, pptr->phynum); in pmcs_update_phy_stats()
3150 val = pmcs_get_diag_report(pwp, PMCS_LOST_DWORD_SYNC_CNT, pptr->phynum); in pmcs_update_phy_stats()
3155 val = pmcs_get_diag_report(pwp, PMCS_RESET_FAILED_CNT, pptr->phynum); in pmcs_update_phy_stats()
H A Dpmcs_subr.c1022 pmcs_get_diag_report(pmcs_hw_t *pwp, uint32_t desc, uint8_t phynum) in pmcs_get_diag_report() function