Home
last modified time | relevance | path

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

/titanic_44/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);
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c3142 val = pmcs_get_diag_report(pwp, PMCS_INVALID_DWORD_CNT, pptr->phynum); in pmcs_update_phy_stats()
3147 val = pmcs_get_diag_report(pwp, PMCS_DISPARITY_ERR_CNT, pptr->phynum); in pmcs_update_phy_stats()
3152 val = pmcs_get_diag_report(pwp, PMCS_LOST_DWORD_SYNC_CNT, pptr->phynum); in pmcs_update_phy_stats()
3157 val = pmcs_get_diag_report(pwp, PMCS_RESET_FAILED_CNT, pptr->phynum); in pmcs_update_phy_stats()
H A Dpmcs_subr.c1020 pmcs_get_diag_report(pmcs_hw_t *pwp, uint32_t desc, uint8_t phynum) in pmcs_get_diag_report() function