Searched refs:phy_interface (Results 1 - 22 of 22) sorted by relevance

/drivers/staging/netlogic/
H A Dplatform_net.h43 int phy_interface; member in struct:xlr_net_data
H A Dplatform_net.c98 .phy_interface = PHY_INTERFACE_MODE_SGMII,
166 ndata0.phy_interface = PHY_INTERFACE_MODE_RGMII,
180 ndata0.phy_interface = PHY_INTERFACE_MODE_SGMII;
203 .phy_interface = PHY_INTERFACE_MODE_RGMII,
H A Dxlr_net.c322 if (priv->nd->phy_interface == PHY_INTERFACE_MODE_RGMII ||
323 priv->nd->phy_interface == PHY_INTERFACE_MODE_SGMII)
842 &xlr_gmac_link_adjust, priv->nd->phy_interface);
917 priv->nd->phy_interface == PHY_INTERFACE_MODE_RGMII)
/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c225 (priv->phy_interface != PHY_INTERFACE_MODE_MOCA);
228 priv->phy_interface = PHY_INTERFACE_MODE_NA;
230 switch (priv->phy_interface) {
248 } else if (priv->phy_interface == PHY_INTERFACE_MODE_MOCA) {
297 dev_err(kdev, "unknown phy mode: %d\n", priv->phy_interface);
341 phy_flags, priv->phy_interface);
436 priv->phy_interface = of_get_phy_mode(dn);
H A Dbcmgenet.h557 phy_interface_t phy_interface; member in struct:bcmgenet_priv
H A Dbcmgenet.c1555 } else if (priv->phy_interface == PHY_INTERFACE_MODE_MOCA) {
2147 priv->phy_interface);
/drivers/net/ethernet/cadence/
H A Dat91_ether.c368 lp->phy_interface = PHY_INTERFACE_MODE_RMII;
370 lp->phy_interface = PHY_INTERFACE_MODE_MII;
372 lp->phy_interface = res;
378 if (lp->phy_interface == PHY_INTERFACE_MODE_RMII)
H A Dmacb.c336 bp->phy_interface);
2196 bp->phy_interface = PHY_INTERFACE_MODE_RMII;
2198 bp->phy_interface = PHY_INTERFACE_MODE_MII;
2200 bp->phy_interface = err;
2203 if (bp->phy_interface == PHY_INTERFACE_MODE_RGMII)
2205 else if (bp->phy_interface == PHY_INTERFACE_MODE_RMII)
H A Dmacb.h643 phy_interface_t phy_interface; member in struct:macb
/drivers/net/ethernet/freescale/
H A Ducc_geth.c1343 if ((ugeth->phy_interface == PHY_INTERFACE_MODE_RMII) ||
1344 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII) ||
1345 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_ID) ||
1346 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID) ||
1347 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID) ||
1348 (ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) {
1349 if (ugeth->phy_interface != PHY_INTERFACE_MODE_RMII)
1356 if (ugeth->phy_interface != PHY_INTERFACE_MODE_RTBI)
1360 if ((ugeth->phy_interface == PHY_INTERFACE_MODE_TBI) ||
1361 (ugeth->phy_interface
3699 phy_interface_t phy_interface; local
[all...]
H A Dfec.h497 phy_interface_t phy_interface; member in struct:fec_enet_private
H A Dfec_main.c1000 if (fep->phy_interface == PHY_INTERFACE_MODE_RGMII)
1002 else if (fep->phy_interface == PHY_INTERFACE_MODE_RMII)
1030 cfgr = (fep->phy_interface == PHY_INTERFACE_MODE_RMII)
1896 fep->phy_interface);
1921 fep->phy_interface);
3207 fep->phy_interface = pdata->phy;
3209 fep->phy_interface = PHY_INTERFACE_MODE_MII;
3211 fep->phy_interface = ret;
H A Ducc_geth.h1219 phy_interface_t phy_interface; member in struct:ucc_geth_private
/drivers/net/ethernet/renesas/
H A Dsh_eth.c413 switch (mdp->phy_interface) {
1773 mdp->phy_interface);
1784 mdp->phy_interface);
2729 pdata->phy_interface = of_get_phy_mode(np);
2822 mdp->phy_interface = pd->phy_interface;
H A Dsh_eth.h516 phy_interface_t phy_interface; member in struct:sh_eth_private
/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c1458 0, priv->phy_interface);
1669 priv->phy_interface = of_get_phy_mode(dn);
1671 if (priv->phy_interface < 0)
1672 priv->phy_interface = PHY_INTERFACE_MODE_GMII;
H A Dbcmsysport.h671 phy_interface_t phy_interface; member in struct:bcm_sysport_priv
/drivers/net/phy/
H A Dmdio_bus.c565 static DEVICE_ATTR_RO(phy_interface);
/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c85 phy_interface_t phy_interface; member in struct:emac_board_info
162 db->phy_interface);
/drivers/net/ethernet/marvell/
H A Dmvneta.c302 phy_interface_t phy_interface; member in struct:mvneta_port
2574 pp->phy_interface);
2992 pp->phy_interface = phy_mode;
H A Dmvpp2.c690 phy_interface_t phy_interface; member in struct:mvpp2_port
3821 switch (port->phy_interface) {
3884 if (port->phy_interface == PHY_INTERFACE_MODE_SGMII)
5468 port->phy_interface);
6094 port->phy_interface = phy_mode;
/drivers/net/ethernet/smsc/
H A Dsmsc911x.c1028 pdata->config.phy_interface);
2370 config->phy_interface = of_get_phy_mode(np);

Completed in 402 milliseconds