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

  /src/sys/dev/pci/igc/
igc_evcnt.h 168 } igc_mac_counters[] = { variable in typeref:typename:const struct igc_mac_counter[]
242 #define IGC_MAC_COUNTERS __arraycount(igc_mac_counters)
if_igc.c 1019 IGC_MAC_COUNTERS * sizeof(sc->sc_mac_evcnts[0]), KM_SLEEP);
1021 for (int cnt = 0; cnt < IGC_MAC_COUNTERS; cnt++) {
1023 NULL, sc->sc_mac_evname, igc_mac_counters[cnt].name);
1066 for (int cnt = 0; cnt < IGC_MAC_COUNTERS; cnt++)
1070 IGC_MAC_COUNTERS * sizeof(sc->sc_mac_evcnts[0]));
1120 for (int cnt = 0; cnt < IGC_MAC_COUNTERS; cnt++) {
1122 bus_size_t regaddr = igc_mac_counters[cnt].reg;
1125 igc_mac_counters[cnt].is64);
1180 for (int cnt = 0; cnt < IGC_MAC_COUNTERS; cnt++) {
1181 (void)igc_read_mac_counter(hw, igc_mac_counters[cnt].reg
    [all...]

Completed in 13 milliseconds