Home
last modified time | relevance | path

Searched refs:lp_advertising (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/axgbe/
H A Daxgbe_phy_impl.c870 pdata->phy.lp_advertising |= ADVERTISED_Autoneg; in axgbe_phy_an73_redrv_outcome()
871 pdata->phy.lp_advertising |= ADVERTISED_Backplane; in axgbe_phy_an73_redrv_outcome()
930 pdata->phy.lp_advertising |= ADVERTISED_10000baseR_FEC; in axgbe_phy_an73_redrv_outcome()
940 pdata->phy.lp_advertising |= ADVERTISED_Autoneg; in axgbe_phy_an73_outcome()
941 pdata->phy.lp_advertising |= ADVERTISED_Backplane; in axgbe_phy_an73_outcome()
947 pdata->phy.lp_advertising |= ADVERTISED_Pause; in axgbe_phy_an73_outcome()
949 pdata->phy.lp_advertising |= ADVERTISED_Asym_Pause; in axgbe_phy_an73_outcome()
987 pdata->phy.lp_advertising |= ADVERTISED_10000baseR_FEC; in axgbe_phy_an73_outcome()
996 pdata->phy.lp_advertising |= ADVERTISED_Autoneg; in axgbe_phy_an37_sgmii_outcome()
997 pdata->phy.lp_advertising |= ADVERTISED_1000baseT_Full; in axgbe_phy_an37_sgmii_outcome()
[all …]
H A Daxgbe_ethdev.h236 uint32_t lp_advertising; member
H A Daxgbe_mdio.c989 pdata->phy.lp_advertising = 0; in axgbe_phy_status_result()
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c4183 mac->lp_advertising = rte_le_to_cpu_32(req->lp_advertising); in hns3_parse_copper_phy_params()
4237 mac->lp_advertising = mac_info.lp_advertising; in hns3_update_copper_link_info()
5264 uint32_t lp_advertising = mac->lp_advertising; in hns3_get_autoneg_rxtx_pause_copper() local
5268 if (advertising & lp_advertising & HNS3_PHY_LINK_MODE_PAUSE_BIT) { in hns3_get_autoneg_rxtx_pause_copper()
5271 } else if (advertising & lp_advertising & in hns3_get_autoneg_rxtx_pause_copper()
5275 else if (lp_advertising & HNS3_PHY_LINK_MODE_PAUSE_BIT) in hns3_get_autoneg_rxtx_pause_copper()
H A Dhns3_ethdev.h216 uint32_t lp_advertising; /* advertised capability in the link partner */ member
H A Dhns3_cmd.h713 uint32_t lp_advertising; member
H A Dhns3_ethdev_dump.c75 hw->mac.lp_advertising, in get_dev_mac_info()