Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_mdio.c1054 static int autoneg_time_out(unsigned long autoneg_start_time) in autoneg_time_out() argument
1059 autoneg_timeout = autoneg_start_time + (AXGBE_LINK_TIMEOUT * in autoneg_time_out()
1073 unsigned long autoneg_start_time; in axgbe_phy_status() local
1098 autoneg_start_time = rte_get_timer_cycles(); in axgbe_phy_status()
1102 autoneg_time_out(autoneg_start_time); in axgbe_phy_status()