| /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()
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_phy.c | 436 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 D | txgbe_hw.c | 2760 *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 D | qede_main.c | 540 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 D | qede_if.h | 97 bool autoneg; member 116 bool autoneg; member
|
| /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()
|
| /dpdk/drivers/net/e1000/ |
| H A D | em_ethdev.c | 366 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 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()
|
| /dpdk/drivers/raw/cnxk_bphy/ |
| H A D | rte_pmd_bphy.h | 91 bool autoneg; member 100 bool autoneg; member
|
| H A D | cnxk_bphy_cgx.c | 85 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 D | roc_nix_mac.c | 184 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 D | lio_struct.h | 528 uint64_t autoneg : 1; member 538 uint64_t autoneg : 1;
|
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_mdio.c | 894 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 D | axgbe_ethdev.h | 240 int autoneg; member 522 uint8_t autoneg; member
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_link.c | 78 link->autoneg = eth_link.link_autoneg; in cnxk_eth_dev_link_status_get_cb()
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_ethdev_os.c | 81 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 D | ngbe_hw.h | 31 bool *autoneg);
|
| H A D | ngbe_type.h | 282 u32 *speed, bool *autoneg); 339 bool autoneg; member
|
| /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()
|