Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_phy.c960 u8 comp_codes_10g = 0; in ixgbe_identify_sfp_module_generic() local
1001 &comp_codes_10g); in ixgbe_identify_sfp_module_generic()
1035 else if (comp_codes_10g & IXGBE_SFF_10GBASESR_CAPABLE) in ixgbe_identify_sfp_module_generic()
1037 else if (comp_codes_10g & IXGBE_SFF_10GBASELR_CAPABLE) in ixgbe_identify_sfp_module_generic()
1065 } else if (comp_codes_10g & in ixgbe_identify_sfp_module_generic()
1106 (comp_codes_10g & IXGBE_SFF_10GBASESR_CAPABLE)) || in ixgbe_identify_sfp_module_generic()
1108 (comp_codes_10g & IXGBE_SFF_10GBASELR_CAPABLE))) in ixgbe_identify_sfp_module_generic()
1185 if (comp_codes_10g == 0 && in ixgbe_identify_sfp_module_generic()
H A Dixgbe_82599.c1969 u8 comp_codes_10g = 0; in ixgbe_get_supported_physical_layer_82599() local
2054 IXGBE_SFF_10GBE_COMP_CODES, &comp_codes_10g); in ixgbe_get_supported_physical_layer_82599()
2055 if (comp_codes_10g & IXGBE_SFF_10GBASESR_CAPABLE) in ixgbe_get_supported_physical_layer_82599()
2057 else if (comp_codes_10g & IXGBE_SFF_10GBASELR_CAPABLE) in ixgbe_get_supported_physical_layer_82599()