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

  /external/u-boot/drivers/net/
fsl_mcdmafec.c 102 static int fec_recv(struct eth_device *dev);
240 static int fec_recv(struct eth_device *dev) function
255 printf("fec_recv: error\n");
269 printf("fec_recv: tcr_gts\n");
522 dev->recv = fec_recv;
mcffec.c 80 int fec_recv(struct eth_device *dev);
187 int fec_recv(struct eth_device *dev) function
561 dev->recv = fec_recv;
mpc8xx_fec.c 111 static int fec_recv(struct eth_device *dev);
150 dev->recv = fec_recv;
216 static int fec_recv(struct eth_device *dev) function
fec_mxc.c 795 static int fec_recv(struct eth_device *dev)
823 debug("fec_recv: ievent 0x%lx\n", ievent);
877 debug("fec_recv: status 0x%x\n", bd_status);
929 debug("fec_recv: stop\n");
1081 edev->recv = fec_recv;
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
ether_fcc.c 171 static int fec_recv(struct eth_device* dev) function
437 dev->recv = fec_recv;

Completed in 198 milliseconds