HomeSort by: relevance | last modified time | path
    Searched defs:igc_mac_counter (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/igc/
igc_evcnt.h 164 static const struct igc_mac_counter { struct
281 #define IGC_MAC_COUNTER(sc, cnt) \
284 IGC_ATOMIC_ADD(&IGC_MAC_COUNTER(sc, cnt), delta)
286 IGC_ATOMIC_STORE(&IGC_MAC_COUNTER(sc, cnt), val)

Completed in 11 milliseconds