Home
last modified time | relevance | path

Searched refs:UCLASS_ETH (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/u-boot/net/
H A Deth-uclass.c43 uclass_get(UCLASS_ETH, &uc); in eth_get_uclass_priv()
56 uclass_first_device(UCLASS_ETH, &uc_priv->current); in eth_set_current_to_next()
71 eth_errno = uclass_first_device(UCLASS_ETH, in eth_get_dev()
111 uclass_get(UCLASS_ETH, &uc); in eth_get_dev_by_name()
223 retval = uclass_find_device_by_seq(UCLASS_ETH, index, false, &dev); in on_ethaddr()
404 uclass_first_device_check(UCLASS_ETH, &dev); in eth_initialize()
549 .id = UCLASS_ETH,
/openbmc/u-boot/drivers/net/
H A Dsandbox.c32 ret = uclass_get_device(UCLASS_ETH, index, &dev); in sandbox_eth_disable_response()
290 ret = uclass_get_device(UCLASS_ETH, index, &dev); in sandbox_eth_set_tx_handler()
312 ret = uclass_get_device(UCLASS_ETH, index, &dev); in sandbox_eth_set_priv()
443 .id = UCLASS_ETH,
H A Ddwmac_socfpga.c114 .id = UCLASS_ETH,
H A Dsandbox-raw.c190 .id = UCLASS_ETH,
H A Dftmac100.c434 .id = UCLASS_ETH,
H A Dsunxi_emac.c590 .id = UCLASS_ETH,
H A Dbcm6348-eth.c531 .id = UCLASS_ETH,
H A Dgmac_rockchip.c620 .id = UCLASS_ETH,
H A Dpch_gbe.c493 .id = UCLASS_ETH,
H A Dxilinx_emaclite.c630 .id = UCLASS_ETH,
H A Dpic32_eth.c598 .id = UCLASS_ETH,
H A Dmt7628-eth.c638 .id = UCLASS_ETH,
H A Dbcm6368-eth.c634 .id = UCLASS_ETH,
H A Dfec_mxc.c135 ret = uclass_get_device(UCLASS_ETH, idx, &dev); in fec_get_clk_rate()
1499 .id = UCLASS_ETH,
H A Dxilinx_axi_emac.c767 .id = UCLASS_ETH,
/openbmc/u-boot/include/dm/
H A Duclass-id.h43 UCLASS_ETH, /* Ethernet device */ enumerator
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.c231 .id = UCLASS_ETH,
/openbmc/u-boot/drivers/usb/eth/
H A Dlan75xx.c301 .id = UCLASS_ETH,
H A Dlan78xx.c462 .id = UCLASS_ETH,
H A Dmcs7830.c925 .id = UCLASS_ETH,
/openbmc/u-boot/drivers/net/ti/
H A Dkeystone_net.c780 .id = UCLASS_ETH,
792 .id = UCLASS_ETH,
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_eth.c289 .id = UCLASS_ETH,
/openbmc/u-boot/test/dm/
H A Deth.c115 ut_assertok(uclass_find_device_by_name(UCLASS_ETH, in dm_test_eth_act()
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c426 case UCLASS_ETH: in dp_size()
487 case UCLASS_ETH: { in dp_fill()
/openbmc/u-boot/drivers/net/mscc_eswitch/
H A Docelot_switch.c513 .id = UCLASS_ETH,

123