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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82541.c61 static void e1000_clear_hw_cntrs_82541(struct e1000_hw *hw);
270 mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82541;
430 e1000_clear_hw_cntrs_82541(hw);
1238 * e1000_clear_hw_cntrs_82541 - Clear device specific hardware counters
1243 static void e1000_clear_hw_cntrs_82541(struct e1000_hw *hw) function
1245 DEBUGFUNC("e1000_clear_hw_cntrs_82541");

Completed in 257 milliseconds