Home
last modified time | relevance | path

Searched defs:eth (Results 1 – 25 of 50) sorted by relevance

12

/external/u-boot/drivers/net/
Dsh_eth.c64 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 …]
Dravb.c142 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 …]
Dbcm-sf2-eth.c34 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
Dsandbox-raw.c48 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
Dfec_mxc.c85 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
Dnetconsole.c174 struct udevice *eth; in nc_send_packet() local
300 struct udevice *eth; in nc_stdio_tstc() local
Dsandbox.c72 struct ethernet_hdr *eth = packet; in sb_eth_send() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_queue_stack_map.h34 struct ethhdr *eth = (struct ethhdr *)(data); in _test() local
Dtest_pkt_access.c28 struct ethhdr *eth = (struct ethhdr *)(data); in process() local
Dtest_xdp.c218 struct ethhdr *eth = data; in _xdp_tx_iptunnel() local
Dtest_sk_lookup_kern.c61 struct ethhdr *eth = (struct ethhdr *)(data); in bpf_sk_lookup_test0() local
/external/tcpdump/win32/src/
Dether_ntohost.c113 unsigned eth [sizeof(*e)]; in parse_ether_buf() local
169 ether_address eth; in init_ethers() local
/external/autotest/client/tests/pktgen/
Dpktgen.py8 def execute(self, eth='eth0', count=50000, clone_skb=1, argument
/external/u-boot/drivers/usb/eth/
Dasix.c498 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()
Dmcs7830.c586 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()
Dsmsc95xx.c716 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()
Dasix88179.c510 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()
Dr8152.c1250 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()
Dusb_ether.c217 struct eth_device *eth; in probe_valid_drivers() local
/external/autotest/client/site_tests/network_UdevRename/
Dnetwork_UdevRename.py32 def FindInterface(typelist=('wlan','mlan','eth')):
/external/u-boot/arch/arm/dts/
Duniphier-pro4.dtsi419 eth: ethernet@65000000 { label
Duniphier-pxs2.dtsi537 eth: ethernet@65000000 { label
Duniphier-ld11.dtsi547 eth: ethernet@65000000 { label
Duniphier-ld20.dtsi614 eth: ethernet@65000000 { label
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_pcap.c31 eth_t *eth; member
82 struct l2_ethhdr *eth; in l2_packet_send() local

12