Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_mdio.c636 if (pdata->an_int & AXGBE_AN_CL37_INT_CMPLT) { in axgbe_an37_state_machine()
638 pdata->an_int &= ~AXGBE_AN_CL37_INT_CMPLT; in axgbe_an37_state_machine()
1100 while (!(reg & AXGBE_AN_CL37_INT_CMPLT)) { in axgbe_phy_status()
1108 if (reg & AXGBE_AN_CL37_INT_CMPLT) { in axgbe_phy_status()
H A Daxgbe_common.h1323 #define AXGBE_AN_CL37_INT_CMPLT BIT(0) macro