Searched refs:fec_send (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/net/ |
D | 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) in fec_send() function 521 dev->send = fec_send; in mcdmafec_initialize()
|
D | mpc8xx_fec.c | 110 static int fec_send(struct eth_device *dev, void *packet, int length); 149 dev->send = fec_send; in fec_initialize() 171 static int fec_send(struct eth_device *dev, void *packet, int length) in fec_send() function
|
D | mcffec.c | 118 static int fec_send(struct eth_device *dev, void *packet, int length) in fec_send() function 560 dev->send = fec_send; in mcffec_initialize()
|
D | fec_mxc.c | 644 static int fec_send(struct eth_device *dev, void *packet, int length) in fecmxc_send() 1080 edev->send = fec_send; in fec_probe()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | ether_fcc.c | 124 static int fec_send(struct eth_device *dev, void *packet, int length) in fec_send() function 436 dev->send = fec_send; in fec_initialize()
|