Symbol: phy_type
sys/dev/drm/amd/display/dc/dc_types.h
598
enum phy_type phyType;
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
234
masterCmdData1.bits.phy_type = psr_context->phyType;
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
653
masterCmdData1.bits.phy_type = psr_context->phyType;
sys/dev/drm/amd/display/dc/dce/dce_dmcu.h
207
unsigned int phy_type:1; /*[22:22]*/
sys/dev/netif/ig_hal/e1000_phy.c
2997
enum e1000_phy_type phy_type = e1000_phy_unknown;
sys/dev/netif/ig_hal/e1000_phy.c
3009
phy_type = e1000_phy_m88;
sys/dev/netif/ig_hal/e1000_phy.c
3012
phy_type = e1000_phy_igp_2;
sys/dev/netif/ig_hal/e1000_phy.c
3015
phy_type = e1000_phy_gg82563;
sys/dev/netif/ig_hal/e1000_phy.c
3018
phy_type = e1000_phy_igp_3;
sys/dev/netif/ig_hal/e1000_phy.c
3023
phy_type = e1000_phy_ife;
sys/dev/netif/ig_hal/e1000_phy.c
3027
phy_type = e1000_phy_bm;
sys/dev/netif/ig_hal/e1000_phy.c
3030
phy_type = e1000_phy_82578;
sys/dev/netif/ig_hal/e1000_phy.c
3033
phy_type = e1000_phy_82577;
sys/dev/netif/ig_hal/e1000_phy.c
3036
phy_type = e1000_phy_82579;
sys/dev/netif/ig_hal/e1000_phy.c
3039
phy_type = e1000_phy_82580;
sys/dev/netif/ig_hal/e1000_phy.c
3042
phy_type = e1000_phy_i217;
sys/dev/netif/ig_hal/e1000_phy.c
3045
phy_type = e1000_phy_i210;
sys/dev/netif/ig_hal/e1000_phy.c
3048
phy_type = e1000_phy_unknown;
sys/dev/netif/ig_hal/e1000_phy.c
3051
return phy_type;
sys/dev/netif/ig_hal/e1000_phy.c
3066
enum e1000_phy_type phy_type = e1000_phy_unknown;
sys/dev/netif/ig_hal/e1000_phy.c
3068
hw->phy.id = phy_type;
sys/dev/netif/ig_hal/e1000_phy.c
3076
phy_type = e1000_get_phy_type_from_id(hw->phy.id);
sys/dev/netif/ig_hal/e1000_phy.c
3081
if (phy_type != e1000_phy_unknown)
sys/dev/netif/ix/ixgbe_phy.c
462
enum ixgbe_phy_type phy_type;
sys/dev/netif/ix/ixgbe_phy.c
468
phy_type = ixgbe_phy_tn;
sys/dev/netif/ix/ixgbe_phy.c
473
phy_type = ixgbe_phy_aq;
sys/dev/netif/ix/ixgbe_phy.c
476
phy_type = ixgbe_phy_qt;
sys/dev/netif/ix/ixgbe_phy.c
479
phy_type = ixgbe_phy_nl;
sys/dev/netif/ix/ixgbe_phy.c
483
phy_type = ixgbe_phy_x550em_ext_t;
sys/dev/netif/ix/ixgbe_phy.c
487
phy_type = ixgbe_phy_ext_1g_t;
sys/dev/netif/ix/ixgbe_phy.c
490
phy_type = ixgbe_phy_unknown;
sys/dev/netif/ix/ixgbe_phy.c
493
return phy_type;
sys/dev/netif/oce/oce_hw.h
1560
uint16_t phy_type;
sys/dev/netif/oce/oce_mbox.c
1538
phy_info->phy_type = fwcmd->params.rsp.phy_info.phy_type;
sys/dev/netif/oce/oce_sysctl.c
440
if ((phy_info.phy_type == TN_8022) &&