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

  /external/u-boot/drivers/net/
fsl_mcdmafec.c 101 static int fec_send(struct eth_device *dev, void *packet, int length);
179 static int fec_send(struct eth_device *dev, void *packet, int length) function
521 dev->send = fec_send;
mpc8xx_fec.c 110 static int fec_send(struct eth_device *dev, void *packet, int length);
149 dev->send = fec_send;
171 static int fec_send(struct eth_device *dev, void *packet, int length) function
mcffec.c 118 static int fec_send(struct eth_device *dev, void *packet, int length) function
560 dev->send = fec_send;
fec_mxc.c 644 static int fec_send(struct eth_device *dev, void *packet, int length)
775 debug("fec_send: status 0x%x index %d ret %i\n",
1080 edev->send = fec_send;
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
ether_fcc.c 124 static int fec_send(struct eth_device *dev, void *packet, int length) function
436 dev->send = fec_send;

Completed in 285 milliseconds