Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_phy.c1384 hw->phy.sfp_type = in ixgbe_identify_sfp_module_generic()
1387 hw->phy.sfp_type = in ixgbe_identify_sfp_module_generic()
1402 hw->phy.sfp_type = in ixgbe_identify_sfp_module_generic()
1409 hw->phy.sfp_type = in ixgbe_identify_sfp_module_generic()
1412 hw->phy.sfp_type = in ixgbe_identify_sfp_module_generic()
1416 hw->phy.sfp_type = in ixgbe_identify_sfp_module_generic()
1419 hw->phy.sfp_type = in ixgbe_identify_sfp_module_generic()
1423 hw->phy.sfp_type = in ixgbe_identify_sfp_module_generic()
1738 hw->phy.sfp_type = in ixgbe_identify_qsfp_module_generic()
1741 hw->phy.sfp_type = in ixgbe_identify_qsfp_module_generic()
[all …]
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()
426 if (hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core0 || in ixgbe_get_link_capabilities_82599()
427 hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core1 || in ixgbe_get_link_capabilities_82599()
428 hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core0 || in ixgbe_get_link_capabilities_82599()
429 hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core1 || in ixgbe_get_link_capabilities_82599()
430 hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core0 || in ixgbe_get_link_capabilities_82599()
431 hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core1) { in ixgbe_get_link_capabilities_82599()
H A Dixgbe_82598.c224 else if (hw->phy.sfp_type == ixgbe_sfp_type_unknown) { in ixgbe_init_phy_ops_82598()
1287 switch (hw->phy.sfp_type) { in ixgbe_get_supported_physical_layer_82598()
H A Dixgbe_x550.c1554 switch (hw->phy.sfp_type) { in ixgbe_supported_sfp_modules_X550em()
1901 if (hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core0 || in ixgbe_get_link_capabilities_X550em()
1902 hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core1 in ixgbe_get_link_capabilities_X550em()
1903 || hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core0 || in ixgbe_get_link_capabilities_X550em()
1904 hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core1) { in ixgbe_get_link_capabilities_X550em()
2330 if (phy->sfp_type != ixgbe_sfp_type_unknown) in ixgbe_init_phy_ops_X550em()
H A Dixgbe_type.h4096 enum ixgbe_sfp_type sfp_type; member
H A Dif_ix.c3409 hw->phy.sfp_type == ixgbe_sfp_type_not_present) { in ix_sfp_probe()