Searched defs:sfp_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c340 phy->sfp_type = ixgbe_sfp_type_unknown;
1325 hw->phy.sfp_type = ixgbe_sfp_type_not_present;
1343 enum ixgbe_sfp_type stored_sfp_type = hw->phy.sfp_type;
1355 hw->phy.sfp_type = ixgbe_sfp_type_not_present;
1412 hw->phy.sfp_type = ixgbe_sfp_type_da_cu;
1414 hw->phy.sfp_type = ixgbe_sfp_type_sr;
1416 hw->phy.sfp_type = ixgbe_sfp_type_lr;
1418 hw->phy.sfp_type = ixgbe_sfp_type_unknown;
1422 hw->phy.sfp_type =
1425 hw->phy.sfp_type
1899 u16 sfp_type = hw->phy.sfp_type; local
[all...]
H A Dixgbe_type.h3834 enum ixgbe_sfp_type sfp_type; member in struct:ixgbe_phy_info

Completed in 71 milliseconds