Home
last modified time | relevance | path

Searched refs:eth_ops (Results 1 – 25 of 40) sorted by relevance

12

/external/u-boot/drivers/net/
Dsandbox-raw.c136 static const struct eth_ops sb_eth_raw_ops = {
Ddesignware.h253 extern const struct eth_ops designware_eth_ops;
Dsandbox.c190 static const struct eth_ops sb_eth_ops = {
Dftmac100.c419 static const struct eth_ops ftmac100_ops = {
Dgmac_rockchip.c517 const struct eth_ops gmac_rockchip_eth_ops = {
Dsunxi_emac.c567 static const struct eth_ops sunxi_emac_eth_ops = {
Dpch_gbe.c478 static const struct eth_ops pch_gbe_ops = {
Dxilinx_emaclite.c587 static const struct eth_ops emaclite_ops = {
Dpic32_eth.c518 static const struct eth_ops pic32_eth_ops = {
Dxilinx_axi_emac.c701 static const struct eth_ops axi_emac_ops = {
Dzynq_gem.c682 static const struct eth_ops zynq_gem_ops = {
Daltera_tse.c691 static const struct eth_ops altera_tse_ops = {
Dravb.c626 static const struct eth_ops ravb_ops = {
Dethoc.c729 static const struct eth_ops ethoc_ops = {
Dsun8i_emac.c774 static const struct eth_ops sun8i_emac_eth_ops = {
Ddesignware.c777 const struct eth_ops designware_eth_ops = {
Dtsec.c859 static const struct eth_ops tsec_ops = {
/external/u-boot/include/
Dnet.h136 struct eth_ops { struct
149 #define eth_get_ops(dev) ((struct eth_ops *)(dev)->driver->ops) argument
/external/u-boot/drivers/usb/eth/
Dlan75xx.c289 static const struct eth_ops lan75xx_eth_ops = {
Dlan78xx.c450 static const struct eth_ops lan78xx_eth_ops = {
Dmcs7830.c914 static const struct eth_ops mcs7830_eth_ops = {
Dasix.c862 static const struct eth_ops asix_eth_ops = {
Dasix88179.c889 static const struct eth_ops ax88179_eth_ops = {
/external/u-boot/drivers/net/pfe_eth/
Dpfe_eth.c278 static const struct eth_ops pfe_eth_ops = {
/external/u-boot/net/
Deth-uclass.c464 struct eth_ops *ops = eth_get_ops(dev); in eth_post_probe()

12