Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/axgbe/
HDxgbe-mdio.c1067 case SPEED_UNKNOWN: in xgbe_phy_speed_string()
1132 pdata->phy_speed = SPEED_UNKNOWN; in xgbe_phy_adjust_link()
1347 pdata->phy.speed = SPEED_UNKNOWN; in xgbe_phy_status_result()
1546 return (SPEED_UNKNOWN); in xgbe_phy_best_advertised_speed()
1583 pdata->phy.speed = SPEED_UNKNOWN; in xgbe_phy_init()
HDxgbe_osdep.h139 #define SPEED_UNKNOWN 1 macro
HDxgbe-phy-v1.c215 pdata->phy.speed = SPEED_UNKNOWN; in xgbe_phy_an_outcome()
HDif_axgbe.c511 sc->prv.phy_speed = SPEED_UNKNOWN; in axgbe_attach()
HDxgbe-phy-v2.c742 pdata->phy.speed = SPEED_UNKNOWN; in xgbe_phy_sfp_phy_settings()
763 pdata->phy.speed = SPEED_UNKNOWN; in xgbe_phy_sfp_phy_settings()
812 pdata->phy.speed = SPEED_UNKNOWN; in xgbe_phy_sfp_phy_settings()
2310 case SPEED_UNKNOWN: in xgbe_phy_get_sfp_mode()
HDif_axgbe_pci.c1328 pdata->phy_speed = SPEED_UNKNOWN; in xgbe_default_config()
1429 pdata->phy_speed = SPEED_UNKNOWN; in axgbe_if_attach_post()
/freebsd-14-stable/sys/dev/bxe/
HDbxe.h2081 #ifndef SPEED_UNKNOWN
2082 #define SPEED_UNKNOWN (-1) macro
HDbxe.c19222 dev_p->speed = SPEED_UNKNOWN; in bxe_get_settings()