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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dvf.h51 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dinit.c80 static int get_media_type(Stream_t *St, struct bootsector *boot) function
180 if((*media= get_media_type(Stream, boot)) <= 0xf0 ){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_82598.c156 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
1192 .get_media_type = &ixgbe_get_media_type_82598,
H A Dixgbe_82599.c83 if ((mac->ops.get_media_type(hw) ==
174 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
2341 .get_media_type = &ixgbe_get_media_type_82599,
H A Dixgbe_phy.c542 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) {
H A Dixgbe_common.c70 hw->phy.media_type = hw->mac.ops.get_media_type(hw);
H A Dixgbe_type.h2413 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations

Completed in 147 milliseconds