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

/freebsd-11-stable/sys/dev/e1000/
H A De1000_82543.c66 static void e1000_clear_hw_cntrs_82543(struct e1000_hw *hw);
253 mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82543;
1001 e1000_clear_hw_cntrs_82543(hw);
1528 * e1000_clear_hw_cntrs_82543 - Clear device specific hardware counters
1533 static void e1000_clear_hw_cntrs_82543(struct e1000_hw *hw) function
1535 DEBUGFUNC("e1000_clear_hw_cntrs_82543");

Completed in 51 milliseconds