HomeSort by: relevance | last modified time | path
    Searched refs:IGC_GLOBAL_COUNTERS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/igc/
igc_evcnt.h 66 static const struct igc_counter igc_global_counters[] = { variable in typeref:typename:const struct igc_counter[]
71 #define IGC_GLOBAL_COUNTERS __arraycount(igc_global_counters)
72 CTASSERT(IGC_GLOBAL_COUNTERS == igcge_count);
if_igc.c 971 IGC_GLOBAL_COUNTERS * sizeof(sc->sc_global_evcnts[0]), KM_SLEEP);
973 for (int cnt = 0; cnt < IGC_GLOBAL_COUNTERS; cnt++) {
975 igc_global_counters[cnt].type, NULL,
976 device_xname(sc->sc_dev), igc_global_counters[cnt].name);
1035 for (int cnt = 0; cnt < IGC_GLOBAL_COUNTERS; cnt++)
1039 IGC_GLOBAL_COUNTERS * sizeof(sc->sc_global_evcnts[0]));
1156 for (int cnt = 0; cnt < IGC_GLOBAL_COUNTERS; cnt++)

Completed in 15 milliseconds