Searched refs:sfp_type (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_phy.c533 enum ixgbe_sfp_type stored_sfp_type = hw->phy.sfp_type;
543 hw->phy.sfp_type = ixgbe_sfp_type_not_present;
553 hw->phy.sfp_type = ixgbe_sfp_type_not_present;
585 hw->phy.sfp_type = ixgbe_sfp_type_da_cu;
587 hw->phy.sfp_type = ixgbe_sfp_type_sr;
589 hw->phy.sfp_type = ixgbe_sfp_type_lr;
591 hw->phy.sfp_type = ixgbe_sfp_type_unknown;
595 hw->phy.sfp_type =
598 hw->phy.sfp_type =
607 hw->phy.sfp_type
758 u16 sfp_type = hw->phy.sfp_type; local
[all...]
H A Dixgbe_82599.c98 if (hw->phy.sfp_type != ixgbe_sfp_type_unknown) {
210 if (hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core0 ||
211 hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core1) {
2155 if (hw->phy.sfp_type == ixgbe_sfp_type_not_present)
H A Dixgbe_82598.c175 else if (hw->phy.sfp_type == ixgbe_sfp_type_unknown) {
1151 switch (hw->phy.sfp_type) {
H A Dixgbe_main.c4695 (hw->phy.sfp_type == ixgbe_sfp_type_not_present)) {
4707 e_info(probe, "detected SFP+: %d\n", hw->phy.sfp_type);
6643 hw->phy.sfp_type = ixgbe_sfp_type_unknown;
6822 if (ixgbe_is_sfp(hw) && hw->phy.sfp_type != ixgbe_sfp_type_not_present)
6825 hw->mac.type, hw->phy.type, hw->phy.sfp_type,
H A Dixgbe_ethtool.c221 switch (adapter->hw.phy.sfp_type) {
H A Dixgbe_type.h2516 enum ixgbe_sfp_type sfp_type; member in struct:ixgbe_phy_info

Completed in 100 milliseconds