Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c1518 hw->phy.sfp_type = ixgbe_sfp_type_not_present; in ixgbe_identify_module_generic()
1533 enum ixgbe_sfp_type stored_sfp_type = hw->phy.sfp_type; in ixgbe_identify_sfp_module_generic()
1547 hw->phy.sfp_type = ixgbe_sfp_type_not_present; in ixgbe_identify_sfp_module_generic()
1608 hw->phy.sfp_type = ixgbe_sfp_type_da_cu; in ixgbe_identify_sfp_module_generic()
1610 hw->phy.sfp_type = ixgbe_sfp_type_sr; in ixgbe_identify_sfp_module_generic()
1612 hw->phy.sfp_type = ixgbe_sfp_type_lr; in ixgbe_identify_sfp_module_generic()
1614 hw->phy.sfp_type = ixgbe_sfp_type_unknown; in ixgbe_identify_sfp_module_generic()
1618 hw->phy.sfp_type = in ixgbe_identify_sfp_module_generic()
1621 hw->phy.sfp_type = in ixgbe_identify_sfp_module_generic()
1630 hw->phy.sfp_type = in ixgbe_identify_sfp_module_generic()
[all …]
H A Dixgbe_e610.c2013 hw->phy.sfp_type = ixgbe_sfp_type_unknown; in ixgbe_identify_module_e610()
2022 hw->phy.sfp_type = ixgbe_sfp_type_da_cu; in ixgbe_identify_module_e610()
2024 hw->phy.sfp_type = ixgbe_sfp_type_sr; in ixgbe_identify_module_e610()
2027 hw->phy.sfp_type = ixgbe_sfp_type_lr; in ixgbe_identify_module_e610()
2030 hw->phy.sfp_type = ixgbe_sfp_type_not_present; in ixgbe_identify_module_e610()
H A Dixgbe_82598.c126 if (hw->phy.sfp_type == ixgbe_sfp_type_unknown) in ixgbe_init_phy_ops_82598()
H A Dixgbe_main.c8434 e_info(probe, "detected SFP+: %d\n", hw->phy.sfp_type); in ixgbe_sfp_detection_subtask()
11628 hw->phy.sfp_type = ixgbe_sfp_type_unknown; in ixgbe_probe()
11916 if (ixgbe_is_sfp(hw) && hw->phy.sfp_type != ixgbe_sfp_type_not_present) in ixgbe_probe()
11918 hw->mac.type, hw->phy.type, hw->phy.sfp_type, in ixgbe_probe()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c1681 u8 sfp_type; in hinic_get_module_info() local
1684 err = hinic_get_sfp_type(nic_dev->hwdev, &sfp_type, &sfp_type_ext); in hinic_get_module_info()
1688 switch (sfp_type) { in hinic_get_module_info()
1713 "Optical module unknown: 0x%x\n", sfp_type); in hinic_get_module_info()