Home
last modified time | relevance | path

Searched refs:autoneg (Results 1 – 25 of 82) sorted by relevance

1234

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c439 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 Dtxgbe_hw.c2908 *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 Dtxgbe_hw.h89 u32 *speed, bool *autoneg);
/f-stack/dpdk/examples/ethtool/lib/
H A Drte_ethtool.c249 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 Dqede_main.c549 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 Dqede_if.h97 bool autoneg; member
116 bool autoneg; member
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c402 *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 Dixgbe_82598.c20 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 Dixgbe_82599.h9 ixgbe_link_speed *speed, bool *autoneg);
H A Dixgbe_x540.h11 ixgbe_link_speed *speed, bool *autoneg);
H A Dixgbe_phy.h149 bool *autoneg);
H A Dixgbe_x550.h54 ixgbe_link_speed *speed, bool *autoneg);
H A Dixgbe_phy.c779 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 Dem_ethdev.c368 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 Dmlx4_ethdev.c864 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 Dlio_struct.h528 uint64_t autoneg : 1; member
538 uint64_t autoneg : 1;
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_ethdev_os.c81 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 Digc_ethdev.c986 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 Daxgbe_ethdev.h235 int autoneg; member
504 uint8_t autoneg; member
H A Daxgbe_mdio.c926 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 Defx_mac.c317 __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 DTP-MR3020.hints26 # arge0 - MII, autoneg, phy(4)
H A DTL-WR740Nv4.hints23 # arge0 - MII, autoneg, phy(4)
H A DTP-MR3040.hints26 # arge0 - MII, autoneg, phy(4)
H A DAP121.hints20 # arge0 - MII, autoneg, phy(4)

1234