Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_phy.c276 phy->sfp_type = ixgbe_sfp_type_unknown; in ixgbe_init_phy_ops_generic()
1380 hw->phy.sfp_type = ixgbe_sfp_type_unknown; in ixgbe_identify_sfp_module_generic()
1403 ixgbe_sfp_type_unknown; in ixgbe_identify_sfp_module_generic()
1436 hw->phy.sfp_type = ixgbe_sfp_type_unknown; in ixgbe_identify_sfp_module_generic()
1846 if (hw->phy.sfp_type == ixgbe_sfp_type_unknown) in ixgbe_get_sfp_init_sequence_offsets()
H A Dixgbe_82599.c148 if (hw->phy.sfp_type != ixgbe_sfp_type_unknown) in ixgbe_init_phy_ops_82599()
180 if (hw->phy.sfp_type != ixgbe_sfp_type_unknown) { in ixgbe_setup_sfp_modules_82599()
H A Dixgbe_82598.c224 else if (hw->phy.sfp_type == ixgbe_sfp_type_unknown) { in ixgbe_init_phy_ops_82598()
H A Dixgbe_x550.c1571 case ixgbe_sfp_type_unknown: in ixgbe_supported_sfp_modules_X550em()
2330 if (phy->sfp_type != ixgbe_sfp_type_unknown) in ixgbe_init_phy_ops_X550em()
H A Dixgbe_type.h3699 ixgbe_sfp_type_unknown = 0xFFFF enumerator