Home
last modified time | relevance | path

Searched refs:autoneg_advertised (Results 1 - 25 of 82) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_ethtool.c33 advertising |= hw->autoneg_advertised; in atl1c_get_link_ksettings()
64 u16 autoneg_advertised; in atl1c_set_link_ksettings() local
70 autoneg_advertised = ADVERTISED_Autoneg; in atl1c_set_link_ksettings()
81 autoneg_advertised = ADVERTISED_1000baseT_Full; in atl1c_set_link_ksettings()
84 autoneg_advertised = ADVERTISED_100baseT_Full; in atl1c_set_link_ksettings()
86 autoneg_advertised = ADVERTISED_100baseT_Half; in atl1c_set_link_ksettings()
89 autoneg_advertised = ADVERTISED_10baseT_Full; in atl1c_set_link_ksettings()
91 autoneg_advertised = ADVERTISED_10baseT_Half; in atl1c_set_link_ksettings()
95 if (hw->autoneg_advertised != autoneg_advertised) { in atl1c_set_link_ksettings()
[all...]
H A Datl1c_hw.c462 if (hw->autoneg_advertised & ADVERTISED_10baseT_Half) in atl1c_phy_setup_adv()
464 if (hw->autoneg_advertised & ADVERTISED_10baseT_Full) in atl1c_phy_setup_adv()
466 if (hw->autoneg_advertised & ADVERTISED_100baseT_Half) in atl1c_phy_setup_adv()
468 if (hw->autoneg_advertised & ADVERTISED_100baseT_Full) in atl1c_phy_setup_adv()
471 if (hw->autoneg_advertised & ADVERTISED_Autoneg) in atl1c_phy_setup_adv()
476 if (hw->autoneg_advertised & ADVERTISED_1000baseT_Half) in atl1c_phy_setup_adv()
478 if (hw->autoneg_advertised & ADVERTISED_1000baseT_Full) in atl1c_phy_setup_adv()
480 if (hw->autoneg_advertised & ADVERTISED_Autoneg) in atl1c_phy_setup_adv()
687 u16 autoneg_advertised = ADVERTISED_10baseT_Half; in atl1c_phy_to_ps_link() local
700 autoneg_advertised in atl1c_phy_to_ps_link()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_ethtool.c33 advertising |= hw->autoneg_advertised; in atl1c_get_link_ksettings()
64 u16 autoneg_advertised; in atl1c_set_link_ksettings() local
70 autoneg_advertised = ADVERTISED_Autoneg; in atl1c_set_link_ksettings()
81 autoneg_advertised = ADVERTISED_1000baseT_Full; in atl1c_set_link_ksettings()
84 autoneg_advertised = ADVERTISED_100baseT_Full; in atl1c_set_link_ksettings()
86 autoneg_advertised = ADVERTISED_100baseT_Half; in atl1c_set_link_ksettings()
89 autoneg_advertised = ADVERTISED_10baseT_Full; in atl1c_set_link_ksettings()
91 autoneg_advertised = ADVERTISED_10baseT_Half; in atl1c_set_link_ksettings()
95 if (hw->autoneg_advertised != autoneg_advertised) { in atl1c_set_link_ksettings()
[all...]
H A Datl1c_hw.c462 if (hw->autoneg_advertised & ADVERTISED_10baseT_Half) in atl1c_phy_setup_adv()
464 if (hw->autoneg_advertised & ADVERTISED_10baseT_Full) in atl1c_phy_setup_adv()
466 if (hw->autoneg_advertised & ADVERTISED_100baseT_Half) in atl1c_phy_setup_adv()
468 if (hw->autoneg_advertised & ADVERTISED_100baseT_Full) in atl1c_phy_setup_adv()
471 if (hw->autoneg_advertised & ADVERTISED_Autoneg) in atl1c_phy_setup_adv()
476 if (hw->autoneg_advertised & ADVERTISED_1000baseT_Half) in atl1c_phy_setup_adv()
478 if (hw->autoneg_advertised & ADVERTISED_1000baseT_Full) in atl1c_phy_setup_adv()
480 if (hw->autoneg_advertised & ADVERTISED_Autoneg) in atl1c_phy_setup_adv()
718 u16 autoneg_advertised = ADVERTISED_10baseT_Half; in atl1c_phy_to_ps_link() local
728 autoneg_advertised in atl1c_phy_to_ps_link()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A Digc_phy.c237 phy->autoneg_advertised &= phy->autoneg_mask; in igc_phy_setup_autoneg()
263 /* Need to parse both autoneg_advertised and fc and set up in igc_phy_setup_autoneg()
265 * autoneg_advertised software override. Since we can advertise in igc_phy_setup_autoneg()
280 hw_dbg("autoneg_advertised %x\n", phy->autoneg_advertised); in igc_phy_setup_autoneg()
283 if (phy->autoneg_advertised & ADVERTISE_10_HALF) { in igc_phy_setup_autoneg()
289 if (phy->autoneg_advertised & ADVERTISE_10_FULL) { in igc_phy_setup_autoneg()
295 if (phy->autoneg_advertised & ADVERTISE_100_HALF) { in igc_phy_setup_autoneg()
301 if (phy->autoneg_advertised & ADVERTISE_100_FULL) { in igc_phy_setup_autoneg()
307 if (phy->autoneg_advertised in igc_phy_setup_autoneg()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_phy.c227 phy->autoneg_advertised &= phy->autoneg_mask; in igc_phy_setup_autoneg()
253 /* Need to parse both autoneg_advertised and fc and set up in igc_phy_setup_autoneg()
255 * autoneg_advertised software override. Since we can advertise in igc_phy_setup_autoneg()
270 hw_dbg("autoneg_advertised %x\n", phy->autoneg_advertised); in igc_phy_setup_autoneg()
273 if (phy->autoneg_advertised & ADVERTISE_10_HALF) { in igc_phy_setup_autoneg()
279 if (phy->autoneg_advertised & ADVERTISE_10_FULL) { in igc_phy_setup_autoneg()
285 if (phy->autoneg_advertised & ADVERTISE_100_HALF) { in igc_phy_setup_autoneg()
291 if (phy->autoneg_advertised & ADVERTISE_100_FULL) { in igc_phy_setup_autoneg()
297 if (phy->autoneg_advertised in igc_phy_setup_autoneg()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_param.c592 adapter->hw.autoneg_advertised = AUTONEG_ADV_DEFAULT; in e1000_check_copper_options()
643 adapter->hw.autoneg_advertised = an; in e1000_check_copper_options()
657 adapter->hw.autoneg_advertised = ADVERTISE_10_HALF | in e1000_check_copper_options()
664 adapter->hw.autoneg_advertised = ADVERTISE_10_FULL | in e1000_check_copper_options()
672 adapter->hw.autoneg_advertised = ADVERTISE_10_HALF | in e1000_check_copper_options()
679 adapter->hw.autoneg_advertised = 0; in e1000_check_copper_options()
685 adapter->hw.autoneg_advertised = 0; in e1000_check_copper_options()
691 adapter->hw.autoneg_advertised = ADVERTISE_100_HALF | in e1000_check_copper_options()
698 adapter->hw.autoneg_advertised = 0; in e1000_check_copper_options()
704 adapter->hw.autoneg_advertised in e1000_check_copper_options()
[all...]
H A De1000_hw.c1141 if (hw->autoneg_advertised == ADVERTISE_1000_FULL) { in e1000_copper_link_igp_setup()
1312 /* Perform some bounds checking on the hw->autoneg_advertised in e1000_copper_link_autoneg()
1315 hw->autoneg_advertised &= AUTONEG_ADVERTISE_SPEED_DEFAULT; in e1000_copper_link_autoneg()
1317 /* If autoneg_advertised is zero, we assume it was not defaulted in e1000_copper_link_autoneg()
1320 if (hw->autoneg_advertised == 0) in e1000_copper_link_autoneg()
1321 hw->autoneg_advertised = AUTONEG_ADVERTISE_SPEED_DEFAULT; in e1000_copper_link_autoneg()
1325 hw->autoneg_advertised &= AUTONEG_ADVERTISE_10_100_ALL; in e1000_copper_link_autoneg()
1511 /* Need to parse both autoneg_advertised and fc and set up in e1000_phy_setup_autoneg()
1513 * autoneg_advertised software override. Since we can advertise in e1000_phy_setup_autoneg()
1525 e_dbg("autoneg_advertised in e1000_phy_setup_autoneg()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c313 hw->phy.autoneg_advertised = opt.def; in pch_gbe_check_copper_options()
318 hw->phy.autoneg_advertised = tmp; in pch_gbe_check_copper_options()
337 hw->phy.autoneg_advertised = PHY_ADVERTISE_10_HALF | in pch_gbe_check_copper_options()
348 hw->phy.autoneg_advertised = PHY_ADVERTISE_10_FULL | in pch_gbe_check_copper_options()
360 hw->phy.autoneg_advertised = PHY_ADVERTISE_10_HALF | in pch_gbe_check_copper_options()
368 hw->phy.autoneg_advertised = 0; in pch_gbe_check_copper_options()
375 hw->phy.autoneg_advertised = 0; in pch_gbe_check_copper_options()
385 hw->phy.autoneg_advertised = PHY_ADVERTISE_100_HALF | in pch_gbe_check_copper_options()
394 hw->phy.autoneg_advertised = 0; in pch_gbe_check_copper_options()
402 hw->phy.autoneg_advertised in pch_gbe_check_copper_options()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_param.c590 adapter->hw.autoneg_advertised = AUTONEG_ADV_DEFAULT; in e1000_check_copper_options()
641 adapter->hw.autoneg_advertised = an; in e1000_check_copper_options()
655 adapter->hw.autoneg_advertised = ADVERTISE_10_HALF | in e1000_check_copper_options()
662 adapter->hw.autoneg_advertised = ADVERTISE_10_FULL | in e1000_check_copper_options()
670 adapter->hw.autoneg_advertised = ADVERTISE_10_HALF | in e1000_check_copper_options()
677 adapter->hw.autoneg_advertised = 0; in e1000_check_copper_options()
683 adapter->hw.autoneg_advertised = 0; in e1000_check_copper_options()
689 adapter->hw.autoneg_advertised = ADVERTISE_100_HALF | in e1000_check_copper_options()
696 adapter->hw.autoneg_advertised = 0; in e1000_check_copper_options()
702 adapter->hw.autoneg_advertised in e1000_check_copper_options()
[all...]
H A De1000_hw.c1141 if (hw->autoneg_advertised == ADVERTISE_1000_FULL) { in e1000_copper_link_igp_setup()
1313 /* Perform some bounds checking on the hw->autoneg_advertised in e1000_copper_link_autoneg()
1316 hw->autoneg_advertised &= AUTONEG_ADVERTISE_SPEED_DEFAULT; in e1000_copper_link_autoneg()
1318 /* If autoneg_advertised is zero, we assume it was not defaulted in e1000_copper_link_autoneg()
1321 if (hw->autoneg_advertised == 0) in e1000_copper_link_autoneg()
1322 hw->autoneg_advertised = AUTONEG_ADVERTISE_SPEED_DEFAULT; in e1000_copper_link_autoneg()
1326 hw->autoneg_advertised &= AUTONEG_ADVERTISE_10_100_ALL; in e1000_copper_link_autoneg()
1512 /* Need to parse both autoneg_advertised and fc and set up in e1000_phy_setup_autoneg()
1514 * autoneg_advertised software override. Since we can advertise in e1000_phy_setup_autoneg()
1526 e_dbg("autoneg_advertised in e1000_phy_setup_autoneg()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c313 hw->phy.autoneg_advertised = opt.def; in pch_gbe_check_copper_options()
318 hw->phy.autoneg_advertised = tmp; in pch_gbe_check_copper_options()
337 hw->phy.autoneg_advertised = PHY_ADVERTISE_10_HALF | in pch_gbe_check_copper_options()
348 hw->phy.autoneg_advertised = PHY_ADVERTISE_10_FULL | in pch_gbe_check_copper_options()
360 hw->phy.autoneg_advertised = PHY_ADVERTISE_10_HALF | in pch_gbe_check_copper_options()
368 hw->phy.autoneg_advertised = 0; in pch_gbe_check_copper_options()
375 hw->phy.autoneg_advertised = 0; in pch_gbe_check_copper_options()
385 hw->phy.autoneg_advertised = PHY_ADVERTISE_100_HALF | in pch_gbe_check_copper_options()
394 hw->phy.autoneg_advertised = 0; in pch_gbe_check_copper_options()
402 hw->phy.autoneg_advertised in pch_gbe_check_copper_options()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_ethtool.c34 advertising |= hw->autoneg_advertised; in atl1e_get_link_ksettings()
78 hw->autoneg_advertised = in atl1e_set_link_ksettings()
88 hw->autoneg_advertised = in atl1e_set_link_ksettings()
91 advertising = hw->autoneg_advertised | in atl1e_set_link_ksettings()
96 if (hw->autoneg_advertised & ADVERTISE_10_HALF) in atl1e_set_link_ksettings()
98 if (hw->autoneg_advertised & ADVERTISE_10_FULL) in atl1e_set_link_ksettings()
100 if (hw->autoneg_advertised & ADVERTISE_100_HALF) in atl1e_set_link_ksettings()
102 if (hw->autoneg_advertised & ADVERTISE_100_FULL) in atl1e_set_link_ksettings()
104 if (hw->autoneg_advertised & ADVERTISE_1000_FULL) in atl1e_set_link_ksettings()
H A Datl1e_hw.c296 * Need to parse autoneg_advertised and set up in atl1e_phy_setup_autoneg_adv()
298 * autoneg_advertised software override. Since we can advertise in atl1e_phy_setup_autoneg_adv()
318 hw->autoneg_advertised = ADVERTISE_ALL; in atl1e_phy_setup_autoneg_adv()
321 hw->autoneg_advertised |= ADVERTISE_1000_FULL; in atl1e_phy_setup_autoneg_adv()
327 hw->autoneg_advertised = ADVERTISE_100_FULL; in atl1e_phy_setup_autoneg_adv()
332 hw->autoneg_advertised = ADVERTISE_100_HALF; in atl1e_phy_setup_autoneg_adv()
337 hw->autoneg_advertised = ADVERTISE_10_FULL; in atl1e_phy_setup_autoneg_adv()
342 hw->autoneg_advertised = ADVERTISE_10_HALF; in atl1e_phy_setup_autoneg_adv()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_ethtool.c34 advertising |= hw->autoneg_advertised; in atl1e_get_link_ksettings()
78 hw->autoneg_advertised = in atl1e_set_link_ksettings()
88 hw->autoneg_advertised = in atl1e_set_link_ksettings()
91 advertising = hw->autoneg_advertised | in atl1e_set_link_ksettings()
96 if (hw->autoneg_advertised & ADVERTISE_10_HALF) in atl1e_set_link_ksettings()
98 if (hw->autoneg_advertised & ADVERTISE_10_FULL) in atl1e_set_link_ksettings()
100 if (hw->autoneg_advertised & ADVERTISE_100_HALF) in atl1e_set_link_ksettings()
102 if (hw->autoneg_advertised & ADVERTISE_100_FULL) in atl1e_set_link_ksettings()
104 if (hw->autoneg_advertised & ADVERTISE_1000_FULL) in atl1e_set_link_ksettings()
H A Datl1e_hw.c296 * Need to parse autoneg_advertised and set up in atl1e_phy_setup_autoneg_adv()
298 * autoneg_advertised software override. Since we can advertise in atl1e_phy_setup_autoneg_adv()
318 hw->autoneg_advertised = ADVERTISE_ALL; in atl1e_phy_setup_autoneg_adv()
321 hw->autoneg_advertised |= ADVERTISE_1000_FULL; in atl1e_phy_setup_autoneg_adv()
327 hw->autoneg_advertised = ADVERTISE_100_FULL; in atl1e_phy_setup_autoneg_adv()
332 hw->autoneg_advertised = ADVERTISE_100_HALF; in atl1e_phy_setup_autoneg_adv()
337 hw->autoneg_advertised = ADVERTISE_10_FULL; in atl1e_phy_setup_autoneg_adv()
342 hw->autoneg_advertised = ADVERTISE_10_HALF; in atl1e_phy_setup_autoneg_adv()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dphy.c879 if (phy->autoneg_advertised == ADVERTISE_1000_FULL) { in e1000e_copper_link_setup_igp()
925 phy->autoneg_advertised &= phy->autoneg_mask; in e1000_phy_setup_autoneg()
939 /* Need to parse both autoneg_advertised and fc and set up in e1000_phy_setup_autoneg()
941 * autoneg_advertised software override. Since we can advertise in e1000_phy_setup_autoneg()
955 e_dbg("autoneg_advertised %x\n", phy->autoneg_advertised); in e1000_phy_setup_autoneg()
958 if (phy->autoneg_advertised & ADVERTISE_10_HALF) { in e1000_phy_setup_autoneg()
964 if (phy->autoneg_advertised & ADVERTISE_10_FULL) { in e1000_phy_setup_autoneg()
970 if (phy->autoneg_advertised & ADVERTISE_100_HALF) { in e1000_phy_setup_autoneg()
976 if (phy->autoneg_advertised in e1000_phy_setup_autoneg()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A De1000_phy.c792 if (phy->autoneg_advertised == ADVERTISE_1000_FULL) { in igb_copper_link_setup_igp()
869 phy->autoneg_advertised &= phy->autoneg_mask; in igb_copper_link_autoneg()
871 /* If autoneg_advertised is zero, we assume it was not defaulted in igb_copper_link_autoneg()
874 if (phy->autoneg_advertised == 0) in igb_copper_link_autoneg()
875 phy->autoneg_advertised = phy->autoneg_mask; in igb_copper_link_autoneg()
930 phy->autoneg_advertised &= phy->autoneg_mask; in igb_phy_setup_autoneg()
945 /* Need to parse both autoneg_advertised and fc and set up in igb_phy_setup_autoneg()
947 * autoneg_advertised software override. Since we can advertise in igb_phy_setup_autoneg()
962 hw_dbg("autoneg_advertised %x\n", phy->autoneg_advertised); in igb_phy_setup_autoneg()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dphy.c878 if (phy->autoneg_advertised == ADVERTISE_1000_FULL) { in e1000e_copper_link_setup_igp()
924 phy->autoneg_advertised &= phy->autoneg_mask; in e1000_phy_setup_autoneg()
938 /* Need to parse both autoneg_advertised and fc and set up in e1000_phy_setup_autoneg()
940 * autoneg_advertised software override. Since we can advertise in e1000_phy_setup_autoneg()
954 e_dbg("autoneg_advertised %x\n", phy->autoneg_advertised); in e1000_phy_setup_autoneg()
957 if (phy->autoneg_advertised & ADVERTISE_10_HALF) { in e1000_phy_setup_autoneg()
963 if (phy->autoneg_advertised & ADVERTISE_10_FULL) { in e1000_phy_setup_autoneg()
969 if (phy->autoneg_advertised & ADVERTISE_100_HALF) { in e1000_phy_setup_autoneg()
975 if (phy->autoneg_advertised in e1000_phy_setup_autoneg()
[all...]
H A Dethtool.c132 advertising |= hw->phy.autoneg_advertised; in e1000_get_link_ksettings()
237 adapter->hw.phy.autoneg_advertised = in e1000_set_spd_dplx()
305 hw->phy.autoneg_advertised = ADVERTISED_1000baseT_Full | in e1000_set_link_ksettings()
308 hw->phy.autoneg_advertised = advertising | in e1000_set_link_ksettings()
310 advertising = hw->phy.autoneg_advertised; in e1000_set_link_ksettings()
1797 u16 autoneg_advertised; in e1000_diag_test() local
1822 autoneg_advertised = adapter->hw.phy.autoneg_advertised; in e1000_diag_test()
1856 adapter->hw.phy.autoneg_advertised = autoneg_advertised; in e1000_diag_test()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c981 if ((hw->phy.autoneg_advertised & IXGBE_LINK_SPEED_10GB_FULL) && in ixgbe_setup_phy_link_generic()
993 if ((hw->phy.autoneg_advertised & IXGBE_LINK_SPEED_5GB_FULL) && in ixgbe_setup_phy_link_generic()
999 if ((hw->phy.autoneg_advertised & in ixgbe_setup_phy_link_generic()
1007 if ((hw->phy.autoneg_advertised & IXGBE_LINK_SPEED_1GB_FULL) && in ixgbe_setup_phy_link_generic()
1018 if ((hw->phy.autoneg_advertised & IXGBE_LINK_SPEED_100_FULL) && in ixgbe_setup_phy_link_generic()
1050 /* Clear autoneg_advertised and set new values based on input link in ixgbe_setup_phy_link_speed_generic()
1053 hw->phy.autoneg_advertised = 0; in ixgbe_setup_phy_link_speed_generic()
1056 hw->phy.autoneg_advertised |= IXGBE_LINK_SPEED_10GB_FULL; in ixgbe_setup_phy_link_speed_generic()
1059 hw->phy.autoneg_advertised |= IXGBE_LINK_SPEED_5GB_FULL; in ixgbe_setup_phy_link_speed_generic()
1062 hw->phy.autoneg_advertised | in ixgbe_setup_phy_link_speed_generic()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A De1000_phy.c792 if (phy->autoneg_advertised == ADVERTISE_1000_FULL) { in igb_copper_link_setup_igp()
870 phy->autoneg_advertised &= phy->autoneg_mask; in igb_copper_link_autoneg()
872 /* If autoneg_advertised is zero, we assume it was not defaulted in igb_copper_link_autoneg()
875 if (phy->autoneg_advertised == 0) in igb_copper_link_autoneg()
876 phy->autoneg_advertised = phy->autoneg_mask; in igb_copper_link_autoneg()
931 phy->autoneg_advertised &= phy->autoneg_mask; in igb_phy_setup_autoneg()
946 /* Need to parse both autoneg_advertised and fc and set up in igb_phy_setup_autoneg()
948 * autoneg_advertised software override. Since we can advertise in igb_phy_setup_autoneg()
963 hw_dbg("autoneg_advertised %x\n", phy->autoneg_advertised); in igb_phy_setup_autoneg()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c1112 if ((hw->phy.autoneg_advertised & IXGBE_LINK_SPEED_10GB_FULL) && in ixgbe_setup_phy_link_generic()
1124 if ((hw->phy.autoneg_advertised & IXGBE_LINK_SPEED_5GB_FULL) && in ixgbe_setup_phy_link_generic()
1130 if ((hw->phy.autoneg_advertised & in ixgbe_setup_phy_link_generic()
1138 if ((hw->phy.autoneg_advertised & IXGBE_LINK_SPEED_1GB_FULL) && in ixgbe_setup_phy_link_generic()
1149 if ((hw->phy.autoneg_advertised & IXGBE_LINK_SPEED_100_FULL) && in ixgbe_setup_phy_link_generic()
1181 /* Clear autoneg_advertised and set new values based on input link in ixgbe_setup_phy_link_speed_generic()
1184 hw->phy.autoneg_advertised = 0; in ixgbe_setup_phy_link_speed_generic()
1187 hw->phy.autoneg_advertised |= IXGBE_LINK_SPEED_10GB_FULL; in ixgbe_setup_phy_link_speed_generic()
1190 hw->phy.autoneg_advertised |= IXGBE_LINK_SPEED_5GB_FULL; in ixgbe_setup_phy_link_speed_generic()
1193 hw->phy.autoneg_advertised | in ixgbe_setup_phy_link_speed_generic()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H A Datl2.c1730 advertising |= hw->autoneg_advertised; in atl2_get_link_ksettings()
1777 hw->autoneg_advertised = MY_ADV_MASK; in atl2_set_link_ksettings()
1780 hw->autoneg_advertised = ADVERTISE_100_FULL; in atl2_set_link_ksettings()
1783 hw->autoneg_advertised = ADVERTISE_100_HALF; in atl2_set_link_ksettings()
1786 hw->autoneg_advertised = ADVERTISE_10_FULL; in atl2_set_link_ksettings()
1789 hw->autoneg_advertised = ADVERTISE_10_HALF; in atl2_set_link_ksettings()
1794 advertising = hw->autoneg_advertised | in atl2_set_link_ksettings()
2558 /* Need to parse autoneg_advertised and set up in atl2_phy_setup_autoneg_adv()
2560 * autoneg_advertised software override. Since we can advertise in atl2_phy_setup_autoneg_adv()
2579 hw->autoneg_advertised in atl2_phy_setup_autoneg_adv()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H A Datl2.c1708 advertising |= hw->autoneg_advertised; in atl2_get_link_ksettings()
1755 hw->autoneg_advertised = MY_ADV_MASK; in atl2_set_link_ksettings()
1758 hw->autoneg_advertised = ADVERTISE_100_FULL; in atl2_set_link_ksettings()
1761 hw->autoneg_advertised = ADVERTISE_100_HALF; in atl2_set_link_ksettings()
1764 hw->autoneg_advertised = ADVERTISE_10_FULL; in atl2_set_link_ksettings()
1767 hw->autoneg_advertised = ADVERTISE_10_HALF; in atl2_set_link_ksettings()
1772 advertising = hw->autoneg_advertised | in atl2_set_link_ksettings()
2535 /* Need to parse autoneg_advertised and set up in atl2_phy_setup_autoneg_adv()
2537 * autoneg_advertised software override. Since we can advertise in atl2_phy_setup_autoneg_adv()
2556 hw->autoneg_advertised in atl2_phy_setup_autoneg_adv()
[all...]

Completed in 33 milliseconds

1234