Searched refs:linkstat (Results 1 – 1 of 1) sorted by relevance
3002 u32 pcs_anadv_reg, pcs_lpab_reg, linkstat; in ixgbe_fc_autoneg_fiber() local3011 linkstat = IXGBE_READ_REG(hw, IXGBE_PCS1GLSTA); in ixgbe_fc_autoneg_fiber()3012 if ((!!(linkstat & IXGBE_PCS1GLSTA_AN_COMPLETE) == 0) || in ixgbe_fc_autoneg_fiber()3013 (!!(linkstat & IXGBE_PCS1GLSTA_AN_TIMED_OUT) == 1)) { in ixgbe_fc_autoneg_fiber()