Home
last modified time | relevance | path

Searched refs:eth_get_dev_by_index (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/board/logicpd/zoom1/
H A Dzoom1.c134 dev = eth_get_dev_by_index(0); in board_eth_init()
/openbmc/u-boot/board/freescale/common/
H A Dsgmii_riser.c43 while ((dev = eth_get_dev_by_index(++i)) != NULL) { in fsl_sgmii_riser_fdt_fixup()
/openbmc/u-boot/board/renesas/blanche/
H A Dblanche.c326 dev = eth_get_dev_by_index(0); in board_eth_init()
/openbmc/u-boot/net/
H A Deth_legacy.c73 struct eth_device *eth_get_dev_by_index(int index) in eth_get_dev_by_index() function
/openbmc/u-boot/cmd/
H A Dbdinfo.c44 dev = eth_get_dev_by_index(i); in print_eths()
/openbmc/u-boot/include/
H A Dnet.h193 struct eth_device *eth_get_dev_by_index(int index); /* get dev @ index */
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c303 struct eth_device *dev = eth_get_dev_by_index(0); in board_eth_init()