| /Linux-v5.4/drivers/net/ethernet/mediatek/ | 
| D | mtk_eth_soc.c | 58 void mtk_w32(struct mtk_eth *eth, u32 val, unsigned reg)  in mtk_w32()63 u32 mtk_r32(struct mtk_eth *eth, unsigned reg)  in mtk_r32()
 68 static int mtk_mdio_busy_wait(struct mtk_eth *eth)  in mtk_mdio_busy_wait()
 84 static u32 _mtk_mdio_write(struct mtk_eth *eth, u32 phy_addr,  in _mtk_mdio_write()
 103 static u32 _mtk_mdio_read(struct mtk_eth *eth, int phy_addr, int phy_reg)  in _mtk_mdio_read()
 126 	struct mtk_eth *eth = bus->priv;  in mtk_mdio_write()  local
 133 	struct mtk_eth *eth = bus->priv;  in mtk_mdio_read()  local
 138 static int mt7621_gmac0_rgmii_adjust(struct mtk_eth *eth,  in mt7621_gmac0_rgmii_adjust()
 163 static void mtk_gmac0_rgmii_adjust(struct mtk_eth *eth, int speed)  in mtk_gmac0_rgmii_adjust()
 195 	struct mtk_eth *eth = mac->hw;  in mtk_mac_config()  local
 [all …]
 
 | 
| D | mtk_eth_path.c | 43 static int set_mux_gdm1_to_gmac1_esw(struct mtk_eth *eth, int path)  in set_mux_gdm1_to_gmac1_esw()74 static int set_mux_gmac2_gmac0_to_gephy(struct mtk_eth *eth, int path)  in set_mux_gmac2_gmac0_to_gephy()
 97 static int set_mux_u3_gmac2_to_qphy(struct mtk_eth *eth, int path)  in set_mux_u3_gmac2_to_qphy()
 120 static int set_mux_gmac1_gmac2_to_sgmii_rgmii(struct mtk_eth *eth, int path)  in set_mux_gmac1_gmac2_to_sgmii_rgmii()
 158 static int set_mux_gmac12_to_gephy_sgmii(struct mtk_eth *eth, int path)  in set_mux_gmac12_to_gephy_sgmii()
 213 static int mtk_eth_mux_setup(struct mtk_eth *eth, int path)  in mtk_eth_mux_setup()
 242 int mtk_gmac_sgmii_path_setup(struct mtk_eth *eth, int mac_id)  in mtk_gmac_sgmii_path_setup()
 257 int mtk_gmac_gephy_path_setup(struct mtk_eth *eth, int mac_id)  in mtk_gmac_gephy_path_setup()
 275 int mtk_gmac_rgmii_path_setup(struct mtk_eth *eth, int mac_id)  in mtk_gmac_rgmii_path_setup()
 
 | 
| D | mtk_sgmii.c | 111 void mtk_sgmii_restart_an(struct mtk_eth *eth, int mac_id)  in mtk_sgmii_restart_an()
 | 
| /Linux-v5.4/net/ethernet/ | 
| D | eth.c | 83 	struct ethhdr *eth = skb_push(skb, ETH_HLEN);  in eth_header()  local128 	const struct ethhdr *eth = (const struct ethhdr *)data;  in eth_get_headlen()  local
 159 	const struct ethhdr *eth;  in eth_type_trans()  local
 219 	const struct ethhdr *eth = eth_hdr(skb);  in eth_header_parse()  local
 235 	struct ethhdr *eth;  in eth_header_cache()  local
 275 	const struct ethhdr *eth = eth_hdr(skb);  in eth_header_parse_protocol()  local
 
 | 
| /Linux-v5.4/tools/testing/selftests/bpf/prog_tests/ | 
| D | flow_dissector.c | 39 	struct ethhdr eth;  member45 	struct ethhdr eth;  member
 52 	struct ethhdr eth;  member
 60 	struct ethhdr eth;  member
 66 	struct ethhdr eth;  member
 78 	struct ethhdr eth;  member
 
 | 
| /Linux-v5.4/samples/bpf/ | 
| D | tc_l2_redirect_kern.c | 63 	struct eth_hdr *eth = data;  in _l2_to_iptun_ingress_forward()  local114 	struct eth_hdr *eth = data;  in _l2_to_iptun_ingress_redirect()  local
 155 	struct eth_hdr *eth = data;  in _l2_to_ip6tun_ingress_redirect()  local
 210 	struct eth_hdr *eth = data;  in _drop_non_tun_vip()  local
 
 | 
| D | xdp_redirect_cpu_kern.c | 112 bool parse_eth(struct ethhdr *eth, void *data_end,  in parse_eth()235 	struct ethhdr *eth = data;  in xdp_prognum1_touch_data()  local
 278 	struct ethhdr *eth = data;  in xdp_prognum2_round_robin()  local
 326 	struct ethhdr *eth = data;  in xdp_prognum3_proto_separate()  local
 394 	struct ethhdr *eth = data;  in xdp_prognum4_ddos_filter_pktgen()  local
 514 	struct ethhdr *eth = data;  in xdp_prognum5_lb_hash_ip_pairs()  local
 
 | 
| D | xdp_adjust_tail_kern.c | 47 	struct ethhdr *eth;  in swap_mac()  local138 	struct ethhdr *eth = data;  in _xdp_icmp()  local
 
 | 
| D | parse_simple.c | 30 	struct eth_hdr *eth = data;  in handle_ingress()  local
 | 
| D | xdp_redirect_kern.c | 60 	struct ethhdr *eth = data;  in xdp_redirect_prog()  local
 | 
| D | xdp_redirect_map_kern.c | 60 	struct ethhdr *eth = data;  in xdp_redirect_map_prog()  local
 | 
| D | xdp1_kern.c | 47 	struct ethhdr *eth = data;  in xdp_prog1()  local
 | 
| D | xdp_fwd_kern.c | 49 	struct ethhdr *eth = data;  in xdp_fwd_flags()  local
 | 
| D | xdp2_kern.c | 63 	struct ethhdr *eth = data;  in xdp_prog1()  local
 | 
| D | xdp_rxq_info_kern.c | 120 		struct ethhdr *eth = data;  in xdp_prognum0()  local
 | 
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ | 
| D | xdping_kern.c | 63 	struct ethhdr *eth = data;  in icmp_check()  local95 	struct ethhdr *eth = data;  in xdping_client()  local
 158 	struct ethhdr *eth = data;  in xdping_server()  local
 
 | 
| D | test_pkt_access.c | 25 	struct ethhdr *eth = (struct ethhdr *)(data);  in process()  local
 | 
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ | 
| D | sta_rx.c | 39 	struct ethhdr *eth;  in mwifiex_discard_gratuitous_arp()  local90 	struct ethhdr *eth;  in mwifiex_process_rx_packet()  local
 
 | 
| /Linux-v5.4/arch/mips/cavium-octeon/ | 
| D | octeon-platform.c | 478 static void __init octeon_fdt_set_phy(int eth, int phy_addr)  in octeon_fdt_set_phy()606 static void __init _octeon_rx_tx_delay(int eth, int rx_delay, int tx_delay)  in _octeon_rx_tx_delay()
 614 static void __init octeon_rx_tx_delay(int eth, int iface, int port)  in octeon_rx_tx_delay()
 648 	int eth;  in octeon_fdt_pip_port()  local
 750 			int eth;  in octeon_fill_mac_addresses()  local
 
 | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | imx1-apf9328.dts | 57 	eth: eth@4,c00000 {  label
 | 
| D | orion5x.dtsi | 180 			eth: ethernet-controller@72000 {  label
 | 
| /Linux-v5.4/tools/testing/selftests/bpf/ | 
| D | test_queue_stack_map.h | 34 	struct ethhdr *eth = (struct ethhdr *)(data);  in _test()  local
 | 
| D | test_progs.h | 81 	struct ethhdr eth;  member89 	struct ethhdr eth;  member
 
 | 
| /Linux-v5.4/drivers/net/ipvlan/ | 
| D | ipvlan_core.c | 590 	struct ethhdr *eth = eth_hdr(skb);  in ipvlan_xmit_mode_l2()  local660 	struct ethhdr *eth = eth_hdr(skb);  in ipvlan_external_frame()  local
 703 	struct ethhdr *eth = eth_hdr(skb);  in ipvlan_handle_mode_l2()  local
 
 | 
| /Linux-v5.4/drivers/staging/gdm724x/ | 
| D | gdm_lte.c | 96 	struct ethhdr eth;  in gdm_lte_emulate_arp()  local216 	struct ethhdr eth;  in gdm_lte_emulate_ndp()  local
 338 	struct ethhdr *eth;  in gdm_lte_tx_nic_type()  local
 567 	struct ethhdr eth;  in gdm_lte_netif_rx()  local
 
 |