Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_kstats.c207 if (bgep->chipid.statistic_type == BGE_STAT_BLK) in bge_statistics_update()
220 if (bgep->chipid.statistic_type == BGE_STAT_BLK) in bge_statistics_update()
635 if (bgep->chipid.statistic_type == BGE_STAT_BLK) { in bge_init_kstats()
697 if (bgep->chipid.statistic_type == BGE_STAT_BLK) in bge_m_stat()
770 if (bgep->chipid.statistic_type == BGE_STAT_BLK) in bge_m_stat()
777 if (bgep->chipid.statistic_type == BGE_STAT_BLK) in bge_m_stat()
784 if (bgep->chipid.statistic_type == BGE_STAT_BLK) in bge_m_stat()
791 if (bgep->chipid.statistic_type == BGE_STAT_BLK) in bge_m_stat()
798 if (bgep->chipid.statistic_type == BGE_STAT_BLK) in bge_m_stat()
805 if (bgep->chipid.statistic_type == BGE_STAT_BLK) { in bge_m_stat()
[all …]
H A Dbge_chip2.c2613 cidp->statistic_type = BGE_STAT_BLK; in bge_chip_id_init()
2708 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2779 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2796 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2813 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2833 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2854 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2872 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2911 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2926 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
[all …]
H A Dbge_impl.h631 uint32_t statistic_type; member