HomeSort by: relevance | last modified time | path
    Searched refs:sfp_type (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 279 phy->sfp_type = ixgbe_sfp_type_unknown;
1333 hw->phy.sfp_type = ixgbe_sfp_type_not_present;
1348 hw->phy.sfp_type = ixgbe_sfp_type_not_present;
1366 enum ixgbe_sfp_type stored_sfp_type = hw->phy.sfp_type;
1378 hw->phy.sfp_type = ixgbe_sfp_type_not_present;
1436 hw->phy.sfp_type = ixgbe_sfp_type_da_cu;
1438 hw->phy.sfp_type = ixgbe_sfp_type_sr;
1440 hw->phy.sfp_type = ixgbe_sfp_type_lr;
1442 hw->phy.sfp_type = ixgbe_sfp_type_unknown;
1446 hw->phy.sfp_type
1912 u16 sfp_type = hw->phy.sfp_type; local in function:ixgbe_get_sfp_init_sequence_offsets
    [all...]
ixgbe_82599.c 155 if (hw->phy.sfp_type != ixgbe_sfp_type_unknown)
187 if (hw->phy.sfp_type != ixgbe_sfp_type_unknown) {
435 if (hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core0 ||
436 hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core1 ||
437 hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core0 ||
438 hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core1 ||
439 hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core0 ||
440 hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core1) {
ixgbe_82598.c 230 else if (hw->phy.sfp_type == ixgbe_sfp_type_unknown) {
1292 switch (hw->phy.sfp_type) {
ixgbe_x550.c 1728 switch (hw->phy.sfp_type) {
2074 if (hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core0 ||
2075 hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core1
2076 || hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core0 ||
2077 hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core1) {
2510 if (phy->sfp_type != ixgbe_sfp_type_unknown)
ixgbe.c 3216 || ((hw->phy.sfp_type == ixgbe_sfp_type_not_present)
4638 hw->phy.sfp_type != ixgbe_sfp_type_not_present;
4803 last_sfp_type = hw->phy.sfp_type;
4830 } else if ((hw->phy.sfp_type != ixgbe_sfp_type_not_present) &&
4831 (hw->phy.sfp_type != last_sfp_type)) {
ixgbe_type.h 4226 enum ixgbe_sfp_type sfp_type; member in struct:ixgbe_phy_info

Completed in 30 milliseconds