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

  /src/sys/dev/pci/ixgbe/
ixgbe_82599.h 43 enum ixgbe_media_type ixgbe_get_media_type_82599(struct ixgbe_hw *hw);
ixgbe_x540.h 44 enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw);
ixgbe_x550.h 82 enum ixgbe_media_type ixgbe_get_media_type_X550em(struct ixgbe_hw *hw);
ixgbe_82598.c 57 static enum ixgbe_media_type ixgbe_get_media_type_82598(struct ixgbe_hw *hw);
361 static enum ixgbe_media_type ixgbe_get_media_type_82598(struct ixgbe_hw *hw)
363 enum ixgbe_media_type media_type;
ixgbe_api.h 61 enum ixgbe_media_type ixgbe_get_media_type(struct ixgbe_hw *hw);
ixgbe_82599.c 534 enum ixgbe_media_type ixgbe_get_media_type_82599(struct ixgbe_hw *hw)
536 enum ixgbe_media_type media_type;
ixgbe_api.c 305 enum ixgbe_media_type ixgbe_get_media_type(struct ixgbe_hw *hw)
ixgbe_x540.c 191 enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw)
ixgbe_type.h 3799 enum ixgbe_media_type { enum
4026 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);
4229 enum ixgbe_media_type media_type;
ixgbe_x550.c 1676 enum ixgbe_media_type ixgbe_get_media_type_X550em(struct ixgbe_hw *hw)
1678 enum ixgbe_media_type media_type;

Completed in 29 milliseconds