/src/sys/dev/pci/igc/ |
igc_i225.h | 31 int igc_set_eee_i225(struct igc_hw *, bool, bool, bool);
|
igc_i225.h | 31 int igc_set_eee_i225(struct igc_hw *, bool, bool, bool);
|
igc_i225.c | 1105 * igc_set_eee_i225 - Enable/disable EEE support 1115 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G, function in typeref:typename:int 1120 DEBUGFUNC("igc_set_eee_i225");
|
igc_i225.c | 1105 * igc_set_eee_i225 - Enable/disable EEE support 1115 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G, function in typeref:typename:int 1120 DEBUGFUNC("igc_set_eee_i225");
|
if_igc.c | 1558 igc_set_eee_i225(&sc->hw, true, true, true);
|
if_igc.c | 1558 igc_set_eee_i225(&sc->hw, true, true, true);
|