Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_phy.c961 u8 oui_bytes[3] = {0, 0, 0}; in ixgbe_identify_sfp_module_generic() local
1116 &oui_bytes[0]); in ixgbe_identify_sfp_module_generic()
1125 &oui_bytes[1]); in ixgbe_identify_sfp_module_generic()
1134 &oui_bytes[2]); in ixgbe_identify_sfp_module_generic()
1142 ((oui_bytes[0] << IXGBE_SFF_VENDOR_OUI_BYTE0_SHIFT) | in ixgbe_identify_sfp_module_generic()
1143 (oui_bytes[1] << IXGBE_SFF_VENDOR_OUI_BYTE1_SHIFT) | in ixgbe_identify_sfp_module_generic()
1144 (oui_bytes[2] << IXGBE_SFF_VENDOR_OUI_BYTE2_SHIFT)); in ixgbe_identify_sfp_module_generic()