Symbol: get_media_type
sys/dev/pci/if_ngbe.c
1868
mac->ops.get_media_type = ngbe_get_media_type;
sys/dev/pci/if_ngbe.c
4190
hw->phy.media_type = hw->mac.ops.get_media_type(hw);
sys/dev/pci/if_ngbereg.h
752
enum ngbe_media_type (*get_media_type)(struct ngbe_hw *);
sys/dev/pci/ixgbe.c
138
mac->ops.get_media_type = NULL;
sys/dev/pci/ixgbe.c
3471
switch (hw->mac.ops.get_media_type(hw)) {
sys/dev/pci/ixgbe.c
4350
if (hw->mac.ops.get_media_type)
sys/dev/pci/ixgbe.c
4351
return hw->mac.ops.get_media_type(hw);
sys/dev/pci/ixgbe.c
443
hw->phy.media_type = hw->mac.ops.get_media_type(hw);
sys/dev/pci/ixgbe_82598.c
152
mac->ops.get_media_type = ixgbe_get_media_type_82598;
sys/dev/pci/ixgbe_82598.c
212
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
sys/dev/pci/ixgbe_82599.c
107
if ((mac->ops.get_media_type(hw) == ixgbe_media_type_fiber) &&
sys/dev/pci/ixgbe_82599.c
1302
if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper)
sys/dev/pci/ixgbe_82599.c
188
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
sys/dev/pci/ixgbe_82599.c
376
mac->ops.get_media_type = ixgbe_get_media_type_82599;
sys/dev/pci/ixgbe_e610.c
4284
mac->ops.get_media_type = ixgbe_get_media_type_E610;
sys/dev/pci/ixgbe_e610.c
4932
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper)
sys/dev/pci/ixgbe_phy.c
1364
switch (hw->mac.ops.get_media_type(hw)) {
sys/dev/pci/ixgbe_phy.c
1402
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) {
sys/dev/pci/ixgbe_phy.c
1726
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber_qsfp) {
sys/dev/pci/ixgbe_type.h
3940
enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);
sys/dev/pci/ixgbe_vf.c
86
hw->mac.ops.get_media_type = NULL;
sys/dev/pci/ixgbe_x540.c
110
mac->ops.get_media_type = ixgbe_get_media_type_X540;
sys/dev/pci/ixgbe_x550.c
1647
switch (hw->mac.ops.get_media_type(hw)) {
sys/dev/pci/ixgbe_x550.c
2102
if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) {
sys/dev/pci/ixgbe_x550.c
2809
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
sys/dev/pci/ixgbe_x550.c
3457
if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber)
sys/dev/pci/ixgbe_x550.c
4266
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
sys/dev/pci/ixgbe_x550.c
647
mac->ops.get_media_type = ixgbe_get_media_type_X550em;
sys/dev/pci/ixgbe_x550.c
654
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper)
sys/dev/pci/ixgbe_x550.c
678
if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper)
sys/dev/pci/ixgbe_x550.c
807
switch (mac->ops.get_media_type(hw)) {
usr.bin/cdio/cdio.c
524
get_media_type() != MEDIATYPE_CDRW) {
usr.bin/cdio/extern.h
80
extern int get_media_type(void);