| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_phy.c | 439 bool autoneg = false; in txgbe_setup_phy_link() local 597 bool *autoneg) in txgbe_get_copper_link_capabilities() argument 603 *autoneg = true; in txgbe_get_copper_link_capabilities() 672 bool autoneg = false; in txgbe_setup_phy_link_tnx() local 1422 if (!autoneg) { in txgbe_set_link_to_kr() 1509 if (!autoneg) in txgbe_set_link_to_kx4() 1680 bool autoneg) in txgbe_set_link_to_kx() argument 1708 if (!autoneg) in txgbe_set_link_to_kx() 2201 bool autoneg; in txgbe_autoc_write() local 2211 if (!autoneg) { in txgbe_autoc_write() [all …]
|
| H A D | txgbe_hw.c | 2908 *autoneg = true; in txgbe_get_link_capabilities_raptor() 2925 *autoneg = false; in txgbe_get_link_capabilities_raptor() 2930 *autoneg = false; in txgbe_get_link_capabilities_raptor() 2935 *autoneg = true; in txgbe_get_link_capabilities_raptor() 2940 *autoneg = false; in txgbe_get_link_capabilities_raptor() 2952 *autoneg = true; in txgbe_get_link_capabilities_raptor() 2963 *autoneg = true; in txgbe_get_link_capabilities_raptor() 2970 *autoneg = false; in txgbe_get_link_capabilities_raptor() 2985 *autoneg = false; in txgbe_get_link_capabilities_raptor() 2987 *autoneg = true; in txgbe_get_link_capabilities_raptor() [all …]
|
| H A D | txgbe_hw.h | 89 u32 *speed, bool *autoneg);
|
| /f-stack/dpdk/examples/ethtool/lib/ |
| H A D | rte_ethtool.c | 249 pause_param->autoneg = (uint32_t)fc_conf.autoneg; in rte_ethtool_get_pauseparam() 276 fc_conf.autoneg = (uint8_t)pause_param->autoneg; in rte_ethtool_set_pauseparam()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_main.c | 549 if (params.speed.autoneg) in qed_fill_link() 552 if (params.pause.autoneg || params.pause.forced_rx || in qed_fill_link() 556 if (params.pause.autoneg) in qed_fill_link() 620 link_params->speed.autoneg = params->autoneg; in qed_set_link() 624 link_params->pause.autoneg = true; in qed_set_link() 626 link_params->pause.autoneg = false; in qed_set_link()
|
| H A D | qede_if.h | 97 bool autoneg; member 116 bool autoneg; member
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_82599.c | 402 *autoneg = true; in ixgbe_get_link_capabilities_82599() 419 *autoneg = false; in ixgbe_get_link_capabilities_82599() 424 *autoneg = false; in ixgbe_get_link_capabilities_82599() 429 *autoneg = true; in ixgbe_get_link_capabilities_82599() 434 *autoneg = false; in ixgbe_get_link_capabilities_82599() 446 *autoneg = true; in ixgbe_get_link_capabilities_82599() 457 *autoneg = true; in ixgbe_get_link_capabilities_82599() 462 *autoneg = false; in ixgbe_get_link_capabilities_82599() 479 *autoneg = false; in ixgbe_get_link_capabilities_82599() 481 *autoneg = true; in ixgbe_get_link_capabilities_82599() [all …]
|
| H A D | ixgbe_82598.c | 20 bool *autoneg); 268 bool *autoneg) in ixgbe_get_link_capabilities_82598() argument 288 *autoneg = false; in ixgbe_get_link_capabilities_82598() 293 *autoneg = false; in ixgbe_get_link_capabilities_82598() 298 *autoneg = true; in ixgbe_get_link_capabilities_82598() 308 *autoneg = true; in ixgbe_get_link_capabilities_82598() 705 bool autoneg = false; in ixgbe_setup_mac_link_82598() local 715 ixgbe_get_link_capabilities(hw, &link_capabilities, &autoneg); in ixgbe_setup_mac_link_82598()
|
| H A D | ixgbe_82599.h | 9 ixgbe_link_speed *speed, bool *autoneg);
|
| H A D | ixgbe_x540.h | 11 ixgbe_link_speed *speed, bool *autoneg);
|
| H A D | ixgbe_phy.h | 149 bool *autoneg);
|
| H A D | ixgbe_x550.h | 54 ixgbe_link_speed *speed, bool *autoneg);
|
| H A D | ixgbe_phy.c | 779 bool autoneg = false; in ixgbe_setup_phy_link_generic() local 784 ixgbe_get_copper_link_capabilities_generic(hw, &speed, &autoneg); in ixgbe_setup_phy_link_generic() 937 bool *autoneg) in ixgbe_get_copper_link_capabilities_generic() argument 943 *autoneg = true; in ixgbe_get_copper_link_capabilities_generic() 1012 bool autoneg = false; in ixgbe_setup_phy_link_tnx() local 1017 ixgbe_get_copper_link_capabilities_generic(hw, &speed, &autoneg); in ixgbe_setup_phy_link_tnx()
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | em_ethdev.c | 368 hw->mac.autoneg = 1; in em_hw_init() 533 bool autoneg; in eth_em_start() local 618 hw->mac.autoneg = 1; in eth_em_start() 621 autoneg = (*speeds & ETH_LINK_SPEED_FIXED) == 0; in eth_em_start() 652 if (num_speeds == 0 || (!autoneg && (num_speeds > 1))) in eth_em_start() 658 if (!autoneg) { in eth_em_start() 659 hw->mac.autoneg = 0; in eth_em_start() 663 hw->mac.autoneg = 1; in eth_em_start() 1671 fc_conf->autoneg = hw->mac.autoneg; in eth_em_flow_ctrl_get() 1716 if (fc_conf->autoneg != hw->mac.autoneg) in eth_em_flow_ctrl_set()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_ethdev.c | 864 fc_conf->autoneg = ethpause.autoneg; in mlx4_flow_ctrl_get() 901 ethpause.autoneg = fc_conf->autoneg; in mlx4_flow_ctrl_set()
|
| /f-stack/dpdk/drivers/net/liquidio/ |
| H A D | lio_struct.h | 528 uint64_t autoneg : 1; member 538 uint64_t autoneg : 1;
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_ethdev_os.c | 81 uint8_t autoneg; member 649 fc_conf->autoneg = ethpause.autoneg; in mlx5_dev_get_flow_ctrl() 682 ethpause.autoneg = fc_conf->autoneg; in mlx5_dev_set_flow_ctrl()
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 986 hw->mac.autoneg = 1; in eth_igc_start() 989 bool autoneg = (*speeds & ETH_LINK_SPEED_FIXED) == 0; in eth_igc_start() local 1025 if (num_speeds == 0 || (!autoneg && num_speeds > 1)) in eth_igc_start() 1031 if (!autoneg) { in eth_igc_start() 1032 hw->mac.autoneg = 0; in eth_igc_start() 1036 hw->mac.autoneg = 1; in eth_igc_start() 1272 hw->mac.autoneg = 1; in eth_igc_dev_init() 2150 fc_conf->autoneg = hw->mac.autoneg; in eth_igc_flow_ctrl_get() 2188 if (fc_conf->autoneg != hw->mac.autoneg) in eth_igc_flow_ctrl_set()
|
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_ethdev.h | 235 int autoneg; member 504 uint8_t autoneg; member
|
| H A D | axgbe_mdio.c | 926 if (pdata->phy.autoneg != AUTONEG_ENABLE) { in __axgbe_phy_config_aneg() 1023 if ((pdata->phy.autoneg != AUTONEG_ENABLE) || pdata->parallel_detect) in axgbe_phy_status_result() 1080 link_aneg = (pdata->phy.autoneg == AUTONEG_ENABLE); in axgbe_phy_status() 1248 pdata->phy.autoneg = AUTONEG_ENABLE; in axgbe_phy_init() 1252 pdata->phy.autoneg = AUTONEG_DISABLE; in axgbe_phy_init()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mac.c | 317 __in boolean_t autoneg) in efx_mac_fcntl_set() argument 340 autoneg = B_FALSE; in efx_mac_fcntl_set() 347 epp->ep_fcntl_autoneg = autoneg; in efx_mac_fcntl_set()
|
| /f-stack/freebsd/mips/conf/ |
| H A D | TP-MR3020.hints | 26 # arge0 - MII, autoneg, phy(4)
|
| H A D | TL-WR740Nv4.hints | 23 # arge0 - MII, autoneg, phy(4)
|
| H A D | TP-MR3040.hints | 26 # arge0 - MII, autoneg, phy(4)
|
| H A D | AP121.hints | 20 # arge0 - MII, autoneg, phy(4)
|