Home
last modified time | relevance | path

Searched refs:igc_set_eee_i225 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_i225.h29 s32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G,
H A Digc_i225.c1161 s32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G, in igc_set_eee_i225() function
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c1383 if ((ret = igc_set_eee_i225(hw, false, false, false)) != IGC_SUCCESS) { in igc_hw_common_init()