Searched refs:ixgbe_get_media_type_82598 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_82598.c57 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
365 DEBUGFUNC("ixgbe_get_media_type_82598");

Completed in 69 milliseconds