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.c2492 cidp->statistic_type = BGE_STAT_BLK; in bge_chip_id_init()
2587 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2658 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2675 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2692 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2712 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2733 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2751 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2790 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
2805 cidp->statistic_type = BGE_STAT_REG; in bge_chip_id_init()
[all …]
H A Dbge_impl.h631 uint32_t statistic_type; member