HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_get_media_type_82598 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_82598.c 57 static enum ixgbe_media_type ixgbe_get_media_type_82598(struct ixgbe_hw *hw);
143 mac->ops.get_media_type = ixgbe_get_media_type_82598;
356 * ixgbe_get_media_type_82598 - Determines media type
361 static enum ixgbe_media_type ixgbe_get_media_type_82598(struct ixgbe_hw *hw) function in typeref:enum:ixgbe_media_type
365 DEBUGFUNC("ixgbe_get_media_type_82598");

Completed in 13 milliseconds