Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c271 phy->sfp_type = ixgbe_sfp_type_unknown; in ixgbe_init_phy_ops_generic()
1277 hw->phy.sfp_type = ixgbe_sfp_type_not_present; in ixgbe_identify_module_generic()
1295 enum ixgbe_sfp_type stored_sfp_type = hw->phy.sfp_type; in ixgbe_identify_sfp_module_generic()
1308 hw->phy.sfp_type = ixgbe_sfp_type_not_present; in ixgbe_identify_sfp_module_generic()
1365 hw->phy.sfp_type = ixgbe_sfp_type_da_cu; in ixgbe_identify_sfp_module_generic()
1367 hw->phy.sfp_type = ixgbe_sfp_type_sr; in ixgbe_identify_sfp_module_generic()
1369 hw->phy.sfp_type = ixgbe_sfp_type_lr; in ixgbe_identify_sfp_module_generic()
1371 hw->phy.sfp_type = ixgbe_sfp_type_unknown; in ixgbe_identify_sfp_module_generic()
1375 hw->phy.sfp_type = in ixgbe_identify_sfp_module_generic()
1378 hw->phy.sfp_type = in ixgbe_identify_sfp_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()
433 if (hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core0 || in ixgbe_get_link_capabilities_82599()
434 hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core1 || in ixgbe_get_link_capabilities_82599()
435 hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core0 || in ixgbe_get_link_capabilities_82599()
436 hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core1 || in ixgbe_get_link_capabilities_82599()
437 hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core0 || in ixgbe_get_link_capabilities_82599()
438 hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core1 || in ixgbe_get_link_capabilities_82599()
439 hw->phy.sfp_type == ixgbe_sfp_type_1g_bx_core0 || in ixgbe_get_link_capabilities_82599()
440 hw->phy.sfp_type == ixgbe_sfp_type_1g_bx_core1) { in ixgbe_get_link_capabilities_82599()
[all …]
H A Dixgbe_x550.c1484 switch (hw->phy.sfp_type) { in ixgbe_supported_sfp_modules_X550em()
1833 if (hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core0 || in ixgbe_get_link_capabilities_X550em()
1834 hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core1 || in ixgbe_get_link_capabilities_X550em()
1835 hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core0 || in ixgbe_get_link_capabilities_X550em()
1836 hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core1 || in ixgbe_get_link_capabilities_X550em()
1837 hw->phy.sfp_type == ixgbe_sfp_type_1g_bx_core0 || in ixgbe_get_link_capabilities_X550em()
1838 hw->phy.sfp_type == ixgbe_sfp_type_1g_bx_core1) { in ixgbe_get_link_capabilities_X550em()
2272 if (phy->sfp_type != ixgbe_sfp_type_unknown) in ixgbe_init_phy_ops_X550em()
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_e610.c5257 hw->phy.sfp_type = ixgbe_sfp_type_unknown; in ixgbe_identify_module_E610()
5264 hw->phy.sfp_type = ixgbe_sfp_type_da_cu; in ixgbe_identify_module_E610()
5266 hw->phy.sfp_type = ixgbe_sfp_type_sr; in ixgbe_identify_module_E610()
5269 hw->phy.sfp_type = ixgbe_sfp_type_lr; in ixgbe_identify_module_E610()
5273 hw->phy.sfp_type = ixgbe_sfp_type_not_present; in ixgbe_identify_module_E610()
H A Dixgbe_type.h4249 enum ixgbe_sfp_type sfp_type; member
H A Dif_ix.c4320 (hw->phy.sfp_type == ixgbe_sfp_type_not_present)) { in ixgbe_sfp_probe()