| /external/u-boot/drivers/net/ |
| D | sh_eth.c | 64 static int sh_eth_send_common(struct sh_eth_dev *eth, void *packet, int len) in sh_eth_send_common() 121 static int sh_eth_recv_start(struct sh_eth_dev *eth) in sh_eth_recv_start() 137 static void sh_eth_recv_finish(struct sh_eth_dev *eth) in sh_eth_recv_finish() 157 static int sh_eth_reset(struct sh_eth_dev *eth) in sh_eth_reset() 190 static int sh_eth_tx_desc_init(struct sh_eth_dev *eth) in sh_eth_tx_desc_init() 243 static int sh_eth_rx_desc_init(struct sh_eth_dev *eth) in sh_eth_rx_desc_init() 316 static void sh_eth_tx_desc_free(struct sh_eth_dev *eth) in sh_eth_tx_desc_free() 326 static void sh_eth_rx_desc_free(struct sh_eth_dev *eth) in sh_eth_rx_desc_free() 341 static int sh_eth_desc_init(struct sh_eth_dev *eth) in sh_eth_desc_init() 373 static void sh_eth_mac_regs_config(struct sh_eth_dev *eth, unsigned char *mac) in sh_eth_mac_regs_config() [all …]
|
| D | ravb.c | 142 struct ravb_priv *eth = dev_get_priv(dev); in ravb_send() local 175 struct ravb_priv *eth = dev_get_priv(dev); in ravb_recv() local 201 struct ravb_priv *eth = dev_get_priv(dev); in ravb_free_pkt() local 218 struct ravb_priv *eth = dev_get_priv(dev); in ravb_reset() local 228 static void ravb_base_desc_init(struct ravb_priv *eth) in ravb_base_desc_init() 245 static void ravb_tx_desc_init(struct ravb_priv *eth) in ravb_tx_desc_init() 269 static void ravb_rx_desc_init(struct ravb_priv *eth) in ravb_rx_desc_init() 301 struct ravb_priv *eth = dev_get_priv(dev); in ravb_phy_config() local 341 struct ravb_priv *eth = dev_get_priv(dev); in ravb_write_hwaddr() local 354 static int ravb_mac_init(struct ravb_priv *eth) in ravb_mac_init() [all …]
|
| D | bcm-sf2-eth.c | 34 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_init() local 139 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_write_hwaddr() local 150 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_open() local 189 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_close() local 202 struct eth_info *eth; in bcm_sf2_eth_register() local
|
| D | sandbox-raw.c | 48 struct ethernet_hdr *eth = packet; in sb_eth_raw_send() local 109 struct ethernet_hdr *eth = (void *)net_rx_packets[0]; in sb_eth_raw_recv() local
|
| D | fec_mxc.c | 85 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read() 123 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed() 150 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write() 198 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg() local 230 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg() local 1016 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus() local
|
| D | netconsole.c | 174 struct udevice *eth; in nc_send_packet() local 300 struct udevice *eth; in nc_stdio_tstc() local
|
| D | sandbox.c | 72 struct ethernet_hdr *eth = packet; in sb_eth_send() local
|
| /external/linux-kselftest/tools/testing/selftests/bpf/ |
| D | test_queue_stack_map.h | 34 struct ethhdr *eth = (struct ethhdr *)(data); in _test() local
|
| D | test_pkt_access.c | 28 struct ethhdr *eth = (struct ethhdr *)(data); in process() local
|
| D | test_xdp.c | 218 struct ethhdr *eth = data; in _xdp_tx_iptunnel() local
|
| D | test_sk_lookup_kern.c | 61 struct ethhdr *eth = (struct ethhdr *)(data); in bpf_sk_lookup_test0() local
|
| /external/tcpdump/win32/src/ |
| D | ether_ntohost.c | 113 unsigned eth [sizeof(*e)]; in parse_ether_buf() local 169 ether_address eth; in init_ethers() local
|
| /external/autotest/client/tests/pktgen/ |
| D | pktgen.py | 8 def execute(self, eth='eth0', count=50000, clone_skb=1, argument
|
| /external/u-boot/drivers/usb/eth/ |
| D | asix.c | 498 static int asix_init(struct eth_device *eth, bd_t *bd) in asix_init() 505 static int asix_send(struct eth_device *eth, void *packet, int length) in asix_send() 512 static int asix_recv(struct eth_device *eth) in asix_recv() 578 static void asix_halt(struct eth_device *eth) in asix_halt() 583 static int asix_write_hwaddr(struct eth_device *eth) in asix_write_hwaddr() 711 struct eth_device *eth) in asix_eth_get_info()
|
| D | mcs7830.c | 586 static int mcs7830_init(struct eth_device *eth, bd_t *bd) in mcs7830_init() 602 static int mcs7830_send(struct eth_device *eth, void *packet, int length) in mcs7830_send() 617 static int mcs7830_recv(struct eth_device *eth) in mcs7830_recv() 640 static void mcs7830_halt(struct eth_device *eth) in mcs7830_halt() 654 static int mcs7830_write_mac(struct eth_device *eth) in mcs7830_write_mac() 818 struct eth_device *eth) in mcs7830_eth_get_info()
|
| D | smsc95xx.c | 716 static int smsc95xx_init(struct eth_device *eth, bd_t *bd) in smsc95xx_init() 726 static int smsc95xx_send(struct eth_device *eth, void *packet, int length) in smsc95xx_send() 733 static int smsc95xx_recv(struct eth_device *eth) in smsc95xx_recv() 801 static void smsc95xx_halt(struct eth_device *eth) in smsc95xx_halt() 806 static int smsc95xx_write_hwaddr(struct eth_device *eth) in smsc95xx_write_hwaddr() 914 struct eth_device *eth) in smsc95xx_eth_get_info()
|
| D | asix88179.c | 510 static int asix_init(struct eth_device *eth, bd_t *bd) in asix_init() 518 static int asix_write_hwaddr(struct eth_device *eth) in asix_write_hwaddr() 525 static int asix_send(struct eth_device *eth, void *packet, int length) in asix_send() 533 static int asix_recv(struct eth_device *eth) in asix_recv() 600 static void asix_halt(struct eth_device *eth) in asix_halt() 720 struct eth_device *eth) in ax88179_eth_get_info()
|
| D | r8152.c | 1250 static int r8152_init(struct eth_device *eth, bd_t *bd) in r8152_init() 1258 static int r8152_send(struct eth_device *eth, void *packet, int length) in r8152_send() 1265 static int r8152_recv(struct eth_device *eth) in r8152_recv() 1316 static void r8152_halt(struct eth_device *eth) in r8152_halt() 1326 static int r8152_write_hwaddr(struct eth_device *eth) in r8152_write_hwaddr() 1454 struct eth_device *eth) in r8152_eth_get_info()
|
| D | usb_ether.c | 217 struct eth_device *eth; in probe_valid_drivers() local
|
| /external/autotest/client/site_tests/network_UdevRename/ |
| D | network_UdevRename.py | 32 def FindInterface(typelist=('wlan','mlan','eth')):
|
| /external/u-boot/arch/arm/dts/ |
| D | uniphier-pro4.dtsi | 419 eth: ethernet@65000000 { label
|
| D | uniphier-pxs2.dtsi | 537 eth: ethernet@65000000 { label
|
| D | uniphier-ld11.dtsi | 547 eth: ethernet@65000000 { label
|
| D | uniphier-ld20.dtsi | 614 eth: ethernet@65000000 { label
|
| /external/wpa_supplicant_8/src/l2_packet/ |
| D | l2_packet_pcap.c | 31 eth_t *eth; member 82 struct l2_ethhdr *eth; in l2_packet_send() local
|