Searched refs:enet_if (Results 1 - 8 of 8) sorted by relevance

/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_wriop.c24 phy_interface_t enet_if; local
29 dpmac_info[dpmac_id].enet_if = PHY_INTERFACE_MODE_NA;
31 enet_if = wriop_dpmac_enet_if(dpmac_id, lane_prtcl);
32 if (enet_if != PHY_INTERFACE_MODE_NA) {
35 dpmac_info[dpmac_id].enet_if = enet_if;
43 void wriop_init_dpmac_enet_if(int dpmac_id, phy_interface_t enet_if) argument
49 dpmac_info[dpmac_id].enet_if = enet_if;
189 return dpmac_info[i].enet_if;
[all...]
H A Dldpaa_eth.c325 phy_interface_t enet_if; local
330 enet_if = wriop_get_enet_if(priv->dpmac_id);
331 switch (enet_if) {
/u-boot/include/fsl-mc/
H A Dldpaa_wriop.h48 phy_interface_t enet_if; member in struct:wriop_dpmac_info
56 void wriop_init_dpmac_enet_if(int dpmac_id, phy_interface_t enet_if);
H A Dfsl_mc_private.h83 int ldpaa_eth_init(int dpmac_id, phy_interface_t enet_if);
/u-boot/drivers/net/fm/
H A Deth.c45 bool sgmii_2500 = (priv->enet_if ==
93 if ((priv->enet_if == PHY_INTERFACE_MODE_QSGMII) && (i < 3)) {
123 if (fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII ||
124 fm_eth->enet_if == PHY_INTERFACE_MODE_QSGMII ||
125 fm_eth->enet_if == PHY_INTERFACE_MODE_2500BASEX)
410 if (((fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII) ||
411 (fm_eth->enet_if == PHY_INTERFACE_MODE_2500BASEX) ||
412 (fm_eth->enet_if == PHY_INTERFACE_MODE_QSGMII)) &&
414 mac->set_if_mode(mac, fm_eth->enet_if, SPEED_100);
492 mac->set_if_mode(mac, fm_eth->enet_if, fm_et
[all...]
H A Dfm.h136 phy_interface_t enet_if; member in struct:fm_eth
/u-boot/include/
H A Dfm_eth.h74 .enet_if = PHY_INTERFACE_MODE_NA, \
186 phy_interface_t enet_if; member in struct:fm_eth_info
H A Dvsc9953.h694 .enet_if = PHY_INTERFACE_MODE_NA, \
705 phy_interface_t enet_if; member in struct:vsc9953_port_info

Completed in 124 milliseconds