Searched refs:UCLASS_ETH (Results 1 – 25 of 53) sorted by relevance
123
/openbmc/u-boot/net/ |
H A D | eth-uclass.c | 43 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 D | sandbox.c | 32 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 D | dwmac_socfpga.c | 114 .id = UCLASS_ETH,
|
H A D | sandbox-raw.c | 190 .id = UCLASS_ETH,
|
H A D | ftmac100.c | 434 .id = UCLASS_ETH,
|
H A D | sunxi_emac.c | 590 .id = UCLASS_ETH,
|
H A D | bcm6348-eth.c | 531 .id = UCLASS_ETH,
|
H A D | gmac_rockchip.c | 620 .id = UCLASS_ETH,
|
H A D | pch_gbe.c | 493 .id = UCLASS_ETH,
|
H A D | xilinx_emaclite.c | 630 .id = UCLASS_ETH,
|
H A D | fec_mxc.c | 135 ret = uclass_get_device(UCLASS_ETH, idx, &dev); in fec_get_clk_rate() 1499 .id = UCLASS_ETH,
|
H A D | mt7628-eth.c | 638 .id = UCLASS_ETH,
|
H A D | bcm6368-eth.c | 634 .id = UCLASS_ETH,
|
H A D | pic32_eth.c | 598 .id = UCLASS_ETH,
|
H A D | xilinx_axi_emac.c | 767 .id = UCLASS_ETH,
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 43 UCLASS_ETH, /* Ethernet device */ enumerator
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_net.c | 231 .id = UCLASS_ETH,
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | keystone_net.c | 780 .id = UCLASS_ETH, 792 .id = UCLASS_ETH,
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | lan75xx.c | 301 .id = UCLASS_ETH,
|
H A D | lan78xx.c | 462 .id = UCLASS_ETH,
|
H A D | mcs7830.c | 925 .id = UCLASS_ETH,
|
/openbmc/u-boot/drivers/net/pfe_eth/ |
H A D | pfe_eth.c | 289 .id = UCLASS_ETH,
|
/openbmc/u-boot/test/dm/ |
H A D | eth.c | 115 ut_assertok(uclass_find_device_by_name(UCLASS_ETH, in dm_test_eth_act()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_device_path.c | 426 case UCLASS_ETH: in dp_size() 487 case UCLASS_ETH: { in dp_fill()
|
/openbmc/u-boot/drivers/net/mscc_eswitch/ |
H A D | ocelot_switch.c | 513 .id = UCLASS_ETH,
|
123