Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c1939 if (!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS)) in ixgbe_check_link_t_X550em()
2623 *link_up = !!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS); in ixgbe_ext_phy_t_x550em_get_link()
Dixgbe_type.h881 #define IXGBE_MDIO_AUTO_NEG_LINK_STATUS 0x4 /* Indicates if link is up */ macro