Searched refs:fec_send (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | fsl_mcdmafec.c | 103 static int fec_send(struct eth_device *dev, void *packet, int length); 181 static int fec_send(struct eth_device *dev, void *packet, int length) in fec_send() function 523 dev->send = fec_send; in mcdmafec_initialize()
|
| H A D | mpc8xx_fec.c | 111 static int fec_send(struct eth_device *dev, void *packet, int length); 150 dev->send = fec_send; in fec_initialize() 172 static int fec_send(struct eth_device *dev, void *packet, int length) in fec_send() function
|
| H A D | mcffec.c | 120 static int fec_send(struct eth_device *dev, void *packet, int length) in fec_send() function 562 dev->send = fec_send; in mcffec_initialize()
|
| H A D | fec_mxc.c | 643 static int fec_send(struct eth_device *dev, void *packet, int length) in fecmxc_send() 1067 edev->send = fec_send; in fec_probe()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | ether_fcc.c | 125 static int fec_send(struct eth_device *dev, void *packet, int length) in fec_send() function 437 dev->send = fec_send; in fec_initialize()
|