Searched refs:enet_if (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ldpaa_eth/ |
| H A D | ldpaa_wriop.c | 25 phy_interface_t enet_if; in wriop_init_dpmac() local 30 dpmac_info[dpmac_id].enet_if = PHY_INTERFACE_MODE_NONE; in wriop_init_dpmac() 32 enet_if = wriop_dpmac_enet_if(dpmac_id, lane_prtcl); in wriop_init_dpmac() 33 if (enet_if != PHY_INTERFACE_MODE_NONE) { in wriop_init_dpmac() 36 dpmac_info[dpmac_id].enet_if = enet_if; in wriop_init_dpmac() 154 return dpmac_info[i].enet_if; in wriop_get_enet_if()
|
| H A D | ldpaa_eth.c | 402 phy_interface_t enet_if; in ldpaa_eth_open() local 441 enet_if = wriop_get_enet_if(priv->dpmac_id); in ldpaa_eth_open() 443 (enet_if == PHY_INTERFACE_MODE_XGMII)) { in ldpaa_eth_open() 964 phy_interface_t enet_if) in ldpaa_eth_netdev_init() argument 970 phy_interface_strings[enet_if]); in ldpaa_eth_netdev_init() 993 int ldpaa_eth_init(int dpmac_id, phy_interface_t enet_if) in ldpaa_eth_init() argument 1021 err = ldpaa_eth_netdev_init(net_dev, enet_if); in ldpaa_eth_init()
|
| /OK3568_Linux_fs/u-boot/drivers/net/fm/ |
| H A D | init.c | 139 phy_interface_t enet_if; in fman_enet_init() local 141 enet_if = fman_port_enet_if(fm_info[i].port); in fman_enet_init() 142 if (enet_if != PHY_INTERFACE_MODE_NONE) { in fman_enet_init() 144 fm_info[i].enet_if = enet_if; in fman_enet_init() 225 return fm_info[i].enet_if; in fm_info_get_enet_if() 256 fdt_fixup_phy_connection(blob, off, info->enet_if); in ft_fixup_port()
|
| H A D | eth.c | 42 bool sgmii_2500 = (priv->enet_if == in dtsec_configure_serdes() 81 if ((priv->enet_if == PHY_INTERFACE_MODE_QSGMII) && (i < 3)) { in dtsec_configure_serdes() 112 if (fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII || in dtsec_init_phy() 113 fm_eth->enet_if == PHY_INTERFACE_MODE_QSGMII || in dtsec_init_phy() 114 fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII_2500) in dtsec_init_phy() 405 if (((fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII) || in fm_eth_startup() 406 (fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII_2500) || in fm_eth_startup() 407 (fm_eth->enet_if == PHY_INTERFACE_MODE_QSGMII)) && in fm_eth_startup() 409 mac->set_if_mode(mac, fm_eth->enet_if, SPEED_100); in fm_eth_startup() 484 mac->set_if_mode(mac, fm_eth->enet_if, fm_eth->phydev->speed); in fm_eth_open() [all …]
|
| H A D | fm.h | 125 phy_interface_t enet_if; member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fm_eth.h | 64 .enet_if = PHY_INTERFACE_MODE_NONE, \ 176 phy_interface_t enet_if; member
|
| H A D | vsc9953.h | 624 .enet_if = PHY_INTERFACE_MODE_NONE, \ 635 phy_interface_t enet_if; member
|
| /OK3568_Linux_fs/u-boot/include/fsl-mc/ |
| H A D | fsl_mc_private.h | 68 int ldpaa_eth_init(int dpmac_id, phy_interface_t enet_if);
|
| H A D | ldpaa_wriop.h | 46 phy_interface_t enet_if; member
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | vsc9953.c | 53 vsc9953_l2sw.port[port_no].enet_if = phy_int; in vsc9953_port_info_set_phy_int() 134 l2sw_port->enet_if); in init_phy() 2572 if (vsc9953_l2sw.port[i].enet_if == in vsc9953_init() 2575 else if (vsc9953_l2sw.port[i].enet_if == in vsc9953_init()
|