phy_type
enum phy_type phyType;
masterCmdData1.bits.phy_type = psr_context->phyType;
masterCmdData1.bits.phy_type = psr_context->phyType;
unsigned int phy_type:1; /*[22:22]*/
enum e1000_phy_type phy_type = e1000_phy_unknown;
phy_type = e1000_phy_m88;
phy_type = e1000_phy_igp_2;
phy_type = e1000_phy_gg82563;
phy_type = e1000_phy_igp_3;
phy_type = e1000_phy_ife;
phy_type = e1000_phy_bm;
phy_type = e1000_phy_82578;
phy_type = e1000_phy_82577;
phy_type = e1000_phy_82579;
phy_type = e1000_phy_82580;
phy_type = e1000_phy_i217;
phy_type = e1000_phy_i210;
phy_type = e1000_phy_unknown;
return phy_type;
enum e1000_phy_type phy_type = e1000_phy_unknown;
hw->phy.id = phy_type;
phy_type = e1000_get_phy_type_from_id(hw->phy.id);
if (phy_type != e1000_phy_unknown)
enum ixgbe_phy_type phy_type;
phy_type = ixgbe_phy_tn;
phy_type = ixgbe_phy_aq;
phy_type = ixgbe_phy_qt;
phy_type = ixgbe_phy_nl;
phy_type = ixgbe_phy_x550em_ext_t;
phy_type = ixgbe_phy_ext_1g_t;
phy_type = ixgbe_phy_unknown;
return phy_type;
uint16_t phy_type;
phy_info->phy_type = fwcmd->params.rsp.phy_info.phy_type;
if ((phy_info.phy_type == TN_8022) &&