Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c1415 else if (comp_codes_10g & IXGBE_SFF_10GBASELR_CAPABLE) in ixgbe_identify_sfp_module_generic()
1445 IXGBE_SFF_10GBASELR_CAPABLE)) { in ixgbe_identify_sfp_module_generic()
1486 (comp_codes_10g & IXGBE_SFF_10GBASELR_CAPABLE))) in ixgbe_identify_sfp_module_generic()
1662 else if (comp_codes_10g & IXGBE_SFF_10GBASELR_CAPABLE) in ixgbe_get_supported_phy_sfp_layer_generic()
1675 else if (comp_codes_10g & IXGBE_SFF_10GBASELR_CAPABLE) in ixgbe_get_supported_phy_sfp_layer_generic()
1750 IXGBE_SFF_10GBASELR_CAPABLE)) { in ixgbe_identify_qsfp_module_generic()
1806 (comp_codes_10g & IXGBE_SFF_10GBASELR_CAPABLE))) in ixgbe_identify_qsfp_module_generic()
1811 IXGBE_SFF_10GBASELR_CAPABLE)) { in ixgbe_identify_qsfp_module_generic()
H A Dixgbe_phy.h75 #define IXGBE_SFF_10GBASELR_CAPABLE 0x20 macro