Home
last modified time | relevance | path

Searched refs:mii_mode (Results 1 – 3 of 3) sorted by relevance

/drivers/net/usb/
Dpegasus.c62 static bool mii_mode; variable
100 module_param(mii_mode, bool, 0);
103 MODULE_PARM_DESC(mii_mode, "Enable HomePNA mode (bit 0),default=MII mode = 0");
400 if (mii_mode && (pegasus->features & HAS_HOME_PNA)) in reset_mac()
441 if (mii_mode) in enable_net_traffic()
1080 if ((pegasus->features & HAS_HOME_PNA) && mii_mode) in setup_pegasus_II()
1097 if (pegasus->features & HAS_HOME_PNA && mii_mode) in setup_pegasus_II()
/drivers/net/ethernet/
Dlantiq_etop.c254 switch (priv->pldata->mii_mode) { in ltq_etop_hw_init()
267 priv->pldata->mii_mode); in ltq_etop_hw_init()
394 &ltq_etop_mdio_link, priv->pldata->mii_mode); in ltq_etop_mdio_probe()
/drivers/net/ethernet/intel/
De100.c469 /*8*/ u8 X(X(mii_mode:1, pad8:6), csma_disabled:1);
1115 config->mii_mode = 1; /* 1=MII mode, 0=i82503 mode */ in e100_configure()