Home
last modified time | relevance | path

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

1234

/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()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c436 bool autoneg = false; in txgbe_setup_phy_link() local
602 bool *autoneg) in txgbe_get_copper_link_capabilities() argument
606 *autoneg = true; in txgbe_get_copper_link_capabilities()
673 bool autoneg = false; in txgbe_setup_phy_link_tnx() local
1404 if (!autoneg) { in txgbe_set_link_to_kr()
1518 if (!autoneg) in txgbe_set_link_to_kx4()
1700 bool autoneg) in txgbe_set_link_to_kx() argument
1732 if (!autoneg) in txgbe_set_link_to_kx()
2240 bool autoneg; in txgbe_autoc_write() local
2251 if (!autoneg) { in txgbe_autoc_write()
[all …]
H A Dtxgbe_hw.c2760 *autoneg = true; in txgbe_get_link_capabilities_raptor()
2777 *autoneg = false; in txgbe_get_link_capabilities_raptor()
2782 *autoneg = false; in txgbe_get_link_capabilities_raptor()
2787 *autoneg = true; in txgbe_get_link_capabilities_raptor()
2792 *autoneg = false; in txgbe_get_link_capabilities_raptor()
2804 *autoneg = true; in txgbe_get_link_capabilities_raptor()
2815 *autoneg = true; in txgbe_get_link_capabilities_raptor()
2822 *autoneg = false; in txgbe_get_link_capabilities_raptor()
2837 *autoneg = false; in txgbe_get_link_capabilities_raptor()
2839 *autoneg = true; in txgbe_get_link_capabilities_raptor()
[all …]
/dpdk/drivers/net/qede/
H A Dqede_main.c540 if (params.speed.autoneg) in qed_fill_link()
543 if (params.pause.autoneg || params.pause.forced_rx || in qed_fill_link()
547 if (params.pause.autoneg) in qed_fill_link()
611 link_params->speed.autoneg = params->autoneg; in qed_set_link()
615 link_params->pause.autoneg = true; in qed_set_link()
617 link_params->pause.autoneg = false; in qed_set_link()
H A Dqede_if.h97 bool autoneg; member
116 bool autoneg; member
/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()
/dpdk/drivers/net/e1000/
H A Dem_ethdev.c366 hw->mac.autoneg = 1; in em_hw_init()
531 bool autoneg; in eth_em_start() local
614 hw->mac.autoneg = 1; in eth_em_start()
617 autoneg = (*speeds & RTE_ETH_LINK_SPEED_FIXED) == 0; in eth_em_start()
648 if (num_speeds == 0 || (!autoneg && (num_speeds > 1))) in eth_em_start()
654 if (!autoneg) { in eth_em_start()
655 hw->mac.autoneg = 0; in eth_em_start()
659 hw->mac.autoneg = 1; in eth_em_start()
1665 fc_conf->autoneg = hw->mac.autoneg; in eth_em_flow_ctrl_get()
1710 if (fc_conf->autoneg != hw->mac.autoneg) in eth_em_flow_ctrl_set()
/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()
/dpdk/drivers/raw/cnxk_bphy/
H A Drte_pmd_bphy.h91 bool autoneg; member
100 bool autoneg; member
H A Dcnxk_bphy_cgx.c85 link_info->autoneg = rlink_info.an; in cnxk_bphy_cgx_process_buf()
108 rlink_mode.an = link_mode->autoneg; in cnxk_bphy_cgx_process_buf()
/dpdk/drivers/common/cnxk/
H A Droc_nix_mac.c184 link_info->autoneg = rsp->link_info.an; in roc_nix_mac_link_info_get()
224 req->args.an = link_info->autoneg; in roc_nix_mac_link_info_set()
/dpdk/drivers/net/liquidio/
H A Dlio_struct.h528 uint64_t autoneg : 1; member
538 uint64_t autoneg : 1;
/dpdk/drivers/net/axgbe/
H A Daxgbe_mdio.c894 if (pdata->phy.autoneg != AUTONEG_ENABLE) { in __axgbe_phy_config_aneg()
991 if ((pdata->phy.autoneg != AUTONEG_ENABLE) || pdata->parallel_detect) in axgbe_phy_status_result()
1048 link_aneg = (pdata->phy.autoneg == AUTONEG_ENABLE); in axgbe_phy_status()
1216 pdata->phy.autoneg = AUTONEG_ENABLE; in axgbe_phy_init()
1220 pdata->phy.autoneg = AUTONEG_DISABLE; in axgbe_phy_init()
H A Daxgbe_ethdev.h240 int autoneg; member
522 uint8_t autoneg; member
/dpdk/drivers/net/cnxk/
H A Dcnxk_link.c78 link->autoneg = eth_link.link_autoneg; in cnxk_eth_dev_link_status_get_cb()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_ethdev_os.c81 uint8_t autoneg; member
679 fc_conf->autoneg = ethpause.autoneg; in mlx5_dev_get_flow_ctrl()
712 ethpause.autoneg = fc_conf->autoneg; in mlx5_dev_set_flow_ctrl()
/dpdk/drivers/net/ngbe/base/
H A Dngbe_hw.h31 bool *autoneg);
H A Dngbe_type.h282 u32 *speed, bool *autoneg);
339 bool autoneg; member
/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()

1234