Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x550.c2910 *link_up = !!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS); in ixgbe_ext_phy_t_x550em_get_link()
4488 if (!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS)) in ixgbe_check_link_t_X550em()
H A Dixgbe_type.h1717 #define IXGBE_MDIO_AUTO_NEG_LINK_STATUS 0x4 /* Indicates if link is up */ macro