Searched defs:sfp_type (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c859 hw->phy.sfp_type = ixgbe_sfp_type_not_present;
877 enum ixgbe_sfp_type stored_sfp_type = hw->phy.sfp_type;
887 hw->phy.sfp_type = ixgbe_sfp_type_not_present;
898 /* LAN ID is needed for sfp_type determination */
943 hw->phy.sfp_type = ixgbe_sfp_type_da_cu;
945 hw->phy.sfp_type = ixgbe_sfp_type_sr;
947 hw->phy.sfp_type = ixgbe_sfp_type_lr;
949 hw->phy.sfp_type = ixgbe_sfp_type_unknown;
953 hw->phy.sfp_type =
956 hw->phy.sfp_type
1325 u16 sfp_type = hw->phy.sfp_type; local
[all...]
H A Dixgbe_type.h2979 enum ixgbe_sfp_type sfp_type; member in struct:ixgbe_phy_info

Completed in 262 milliseconds