HomeSort by relevance Sort by last modified time
    Searched refs:eth_get_dev_by_index (Results 1 - 7 of 7) sorted by null

  /external/u-boot/board/logicpd/zoom1/
zoom1.c 134 dev = eth_get_dev_by_index(0);
  /external/u-boot/board/freescale/common/
sgmii_riser.c 43 while ((dev = eth_get_dev_by_index(++i)) != NULL) {
  /external/u-boot/board/renesas/blanche/
blanche.c 326 dev = eth_get_dev_by_index(0);
  /external/u-boot/cmd/
bdinfo.c 44 dev = eth_get_dev_by_index(i);
  /external/u-boot/net/
eth_legacy.c 73 struct eth_device *eth_get_dev_by_index(int index) function
  /external/u-boot/include/
net.h 196 struct eth_device *eth_get_dev_by_index(int index); /* get dev @ index */
  /external/u-boot/board/gateworks/gw_ventana/
gw_ventana.c 302 struct eth_device *dev = eth_get_dev_by_index(0);
    [all...]

Completed in 439 milliseconds