Home
last modified time | relevance | path

Searched refs:phy_link (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/ngbe/base/
H A Dngbe_phy_rtl.c307 u16 phy_link = 0; in ngbe_check_phy_link_rtl() local
324 phy_link = phy_data & RTL_PHYSR_RTLS; in ngbe_check_phy_link_rtl()
326 if (phy_link == RTL_PHYSR_RTLS) { in ngbe_check_phy_link_rtl()
H A Dngbe_phy_mvl.c325 u16 phy_link = 0; in ngbe_check_phy_link_mvl() local
342 phy_link = phy_data & MVL_PHYSR_LINK; in ngbe_check_phy_link_mvl()
345 if (phy_link == MVL_PHYSR_LINK) { in ngbe_check_phy_link_mvl()
H A Dngbe_phy_yt.c407 u16 phy_link = 0; in ngbe_check_phy_link_yt() local
420 phy_link = phy_data & YT_SPST_LINK; in ngbe_check_phy_link_yt()
423 if (phy_link) { in ngbe_check_phy_link_yt()
/dpdk/drivers/net/axgbe/
H A Daxgbe_mdio.c841 if (pdata->phy_link != pdata->phy.link) in axgbe_phy_adjust_link()
842 pdata->phy_link = pdata->phy.link; in axgbe_phy_adjust_link()
843 } else if (pdata->phy_link) { in axgbe_phy_adjust_link()
844 pdata->phy_link = 0; in axgbe_phy_adjust_link()
H A Daxgbe_ethdev.h601 int phy_link; member
H A Daxgbe_ethdev.c279 pdata->phy_link = -1; in axgbe_phy_reset()
769 link.link_status = pdata->phy_link; in axgbe_dev_link_update()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_phy.c966 u16 phy_link = 0; in ixgbe_check_phy_link_tnx() local
987 phy_link = phy_data & IXGBE_MDIO_VENDOR_SPECIFIC_1_LINK_STATUS; in ixgbe_check_phy_link_tnx()
990 if (phy_link == IXGBE_MDIO_VENDOR_SPECIFIC_1_LINK_STATUS) { in ixgbe_check_phy_link_tnx()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c629 u16 phy_link = 0; in txgbe_check_phy_link_tnx() local
648 phy_link = phy_data & TXGBE_MD_VENDOR_SPECIFIC_1_LINK_STATUS; in txgbe_check_phy_link_tnx()
651 if (phy_link == TXGBE_MD_VENDOR_SPECIFIC_1_LINK_STATUS) { in txgbe_check_phy_link_tnx()