Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/logicpd/zoom1/
H A Dzoom1.c134 dev = eth_get_dev_by_index(0); in board_eth_init()
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/u-boot/board/ti/evm/
H A Devm.c312 dev = eth_get_dev_by_index(0); in board_eth_init()
/OK3568_Linux_fs/u-boot/net/
H A Deth_legacy.c74 struct eth_device *eth_get_dev_by_index(int index) in eth_get_dev_by_index() function
/OK3568_Linux_fs/u-boot/cmd/
H A Dbdinfo.c45 dev = eth_get_dev_by_index(i); in print_eths()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h196 struct eth_device *eth_get_dev_by_index(int index); /* get dev @ index */
/OK3568_Linux_fs/u-boot/board/renesas/blanche/
H A Dblanche.c422 dev = eth_get_dev_by_index(0); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c302 struct eth_device *dev = eth_get_dev_by_index(0); in board_eth_init()