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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82571.c72 static void e1000_clear_hw_cntrs_82571(struct e1000_hw *hw);
364 mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82571;
1259 e1000_clear_hw_cntrs_82571(hw);
1986 * e1000_clear_hw_cntrs_82571 - Clear device specific hardware counters
1991 static void e1000_clear_hw_cntrs_82571(struct e1000_hw *hw) function
1993 DEBUGFUNC("e1000_clear_hw_cntrs_82571");

Completed in 47 milliseconds