Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c2201 static const enum bnxt_media_type bnxt_phy_types[] = { enum
2267 if (link_info->phy_type < ARRAY_SIZE(bnxt_phy_types)) in bnxt_get_media()
2268 return bnxt_phy_types[link_info->phy_type]; in bnxt_get_media()