Home
last modified time | relevance | path

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

/dpdk/drivers/net/axgbe/
H A Daxgbe_mdio.c1022 static int autoneg_time_out(unsigned long autoneg_start_time) in autoneg_time_out() argument
1027 autoneg_timeout = autoneg_start_time + (AXGBE_LINK_TIMEOUT * in autoneg_time_out()
1041 unsigned long autoneg_start_time; in axgbe_phy_status() local
1066 autoneg_start_time = rte_get_timer_cycles(); in axgbe_phy_status()
1070 autoneg_time_out(autoneg_start_time); in axgbe_phy_status()