Searched refs:e1000_clear_hw_cntrs_82541 (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/e1000/
H A De1000_82541.c62 static void e1000_clear_hw_cntrs_82541(struct e1000_hw *hw);
271 mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82541;
431 e1000_clear_hw_cntrs_82541(hw);
1239 * e1000_clear_hw_cntrs_82541 - Clear device specific hardware counters
1244 static void e1000_clear_hw_cntrs_82541(struct e1000_hw *hw) function
1246 DEBUGFUNC("e1000_clear_hw_cntrs_82541");

Completed in 103 milliseconds