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

  /src/sys/dev/pci/ixgbe/
ixgbe_82599.c 78 if ((mac->ops.get_media_type(hw) == ixgbe_media_type_fiber) &&
159 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
348 mac->ops.get_media_type = ixgbe_get_media_type_82599;
2181 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper)
ixgbe_x550.c 755 mac->ops.get_media_type = ixgbe_get_media_type_X550em;
762 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper)
786 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper)
984 switch (mac->ops.get_media_type(hw)) {
2001 switch (hw->mac.ops.get_media_type(hw)) {
2461 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) {
3179 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
3877 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber)
4687 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
ixgbe_82598.c 143 mac->ops.get_media_type = ixgbe_get_media_type_82598;
210 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
ixgbe_vf.c 71 hw->mac.ops.get_media_type = NULL;
ixgbe_phy.c 1338 switch (hw->mac.ops.get_media_type(hw)) {
1377 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) {
1729 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber_qsfp) {
ixgbe_api.c 307 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw),
ixgbe_x540.c 96 mac->ops.get_media_type = ixgbe_get_media_type_X540;
ixgbe_common.c 106 mac->ops.get_media_type = NULL;
405 hw->phy.media_type = hw->mac.ops.get_media_type(hw);
4235 switch (hw->mac.ops.get_media_type(hw)) {
ixgbe_type.h 4026 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations
ixgbe.c 1536 switch (hw->mac.ops.get_media_type(hw)) {

Completed in 41 milliseconds