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

/freebsd-13-stable/sys/dev/e1000/
H A De1000_82542.c52 static void e1000_clear_hw_cntrs_82542(struct e1000_hw *hw);
146 mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82542;
303 e1000_clear_hw_cntrs_82542(hw);
538 * e1000_clear_hw_cntrs_82542 - Clear device specific hardware counters
543 static void e1000_clear_hw_cntrs_82542(struct e1000_hw *hw) function
545 DEBUGFUNC("e1000_clear_hw_cntrs_82542");

Completed in 99 milliseconds