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

/freebsd-11-stable/sys/dev/e1000/
H A De1000_82540.c52 static void e1000_clear_hw_cntrs_82540(struct e1000_hw *hw);
243 mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82540;
386 e1000_clear_hw_cntrs_82540(hw);
641 * e1000_clear_hw_cntrs_82540 - Clear device specific hardware counters
646 static void e1000_clear_hw_cntrs_82540(struct e1000_hw *hw) function
648 DEBUGFUNC("e1000_clear_hw_cntrs_82540");

Completed in 137 milliseconds