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

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_82543.c66 static void e1000_clear_hw_cntrs_82543(struct e1000_hw *hw);
254 mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82543;
1002 e1000_clear_hw_cntrs_82543(hw);
1533 * e1000_clear_hw_cntrs_82543 - Clear device specific hardware counters
1538 static void e1000_clear_hw_cntrs_82543(struct e1000_hw *hw) function
1540 DEBUGFUNC("e1000_clear_hw_cntrs_82543");

Completed in 87 milliseconds