/linux/drivers/net/ethernet/mediatek/ |
A D | mtk_eth_soc.c | 139 struct mtk_eth *eth = bus->priv; in mtk_mdio_write() local 146 struct mtk_eth *eth = bus->priv; in mtk_mdio_read() local 218 struct mtk_eth *eth = mac->hw; in mtk_mac_config() local 653 struct mtk_eth *eth = mac->hw; in mtk_set_mac_address() local 684 struct mtk_eth *eth = mac->hw; in mtk_stats_update_mac() local 957 struct mtk_eth *eth = mac->hw; in mtk_tx_map() local 1261 struct mtk_eth *eth) in mtk_poll_rx() 2170 struct mtk_eth *eth = _eth; in mtk_handle_irq_rx() local 2183 struct mtk_eth *eth = _eth; in mtk_handle_irq_tx() local 2196 struct mtk_eth *eth = _eth; in mtk_handle_irq() local [all …]
|
A 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() 253 int mtk_gmac_gephy_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_gephy_path_setup() 267 int mtk_gmac_rgmii_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_rgmii_path_setup()
|
A D | mtk_ppe_offload.c | 15 struct ethhdr eth; member 52 mtk_eth_timestamp(struct mtk_eth *eth) in mtk_eth_timestamp() 67 mtk_flow_offload_mangle_eth(const struct flow_action_entry *act, void *eth) in mtk_flow_offload_mangle_eth() 151 mtk_flow_set_output_device(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_output_device() 173 mtk_flow_offload_replace(struct mtk_eth *eth, struct flow_cls_offload *f) in mtk_flow_offload_replace() 360 mtk_flow_offload_destroy(struct mtk_eth *eth, struct flow_cls_offload *f) in mtk_flow_offload_destroy() 378 mtk_flow_offload_stats(struct mtk_eth *eth, struct flow_cls_offload *f) in mtk_flow_offload_stats() 407 struct mtk_eth *eth = mac->hw; in mtk_eth_setup_tc_block_cb() local 440 struct mtk_eth *eth = mac->hw; in mtk_eth_setup_tc_block() local 492 int mtk_eth_offload_init(struct mtk_eth *eth) in mtk_eth_offload_init()
|
A D | mtk_sgmii.c | 111 void mtk_sgmii_restart_an(struct mtk_eth *eth, int mac_id) in mtk_sgmii_restart_an()
|
/linux/samples/bpf/ |
A D | xdp_redirect_cpu.bpf.c | 52 bool parse_eth(struct ethhdr *eth, void *data_end, in parse_eth() 175 struct ethhdr *eth = data; in xdp_prognum1_touch_data() local 262 struct ethhdr *eth = data; in xdp_prognum3_proto_separate() local 328 struct ethhdr *eth = data; in xdp_prognum4_ddos_filter_pktgen() local 445 struct ethhdr *eth = data; in xdp_prognum5_lb_hash_ip_pairs() local 501 struct ethhdr *eth = data; in xdp_redirect_cpu_devmap() local 529 struct ethhdr *eth = data; in xdp_redirect_egress_prog() local
|
A D | tc_l2_redirect_kern.c | 63 struct eth_hdr *eth = data; in _l2_to_iptun_ingress_forward() local 114 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
|
A D | xdp_redirect_map.bpf.c | 43 struct ethhdr *eth = data; in xdp_redirect_map() local 76 struct ethhdr *eth = data; in xdp_redirect_map_egress() local
|
A D | xdp_adjust_tail_kern.c | 50 struct ethhdr *eth; in swap_mac() local 141 struct ethhdr *eth = data; in _xdp_icmp() local
|
A D | xdp_redirect.bpf.c | 25 struct ethhdr *eth = data; in xdp_redirect_prog() local
|
A D | parse_simple.c | 30 struct eth_hdr *eth = data; in handle_ingress() local
|
A D | xdp_redirect_map_multi.bpf.c | 62 struct ethhdr *eth = data; in xdp_devmap_prog() local
|
/linux/net/ethernet/ |
A D | eth.c | 83 struct ethhdr *eth = skb_push(skb, ETH_HLEN); in eth_header() local 128 const struct ethhdr *eth = (const struct ethhdr *)data; in eth_get_headlen() local 159 const struct ethhdr *eth; in eth_type_trans() local 215 const struct ethhdr *eth = eth_hdr(skb); in eth_header_parse() local 231 struct ethhdr *eth; in eth_header_cache() local 276 const struct ethhdr *eth = eth_hdr(skb); in eth_header_parse_protocol() local
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | xdping_kern.c | 63 struct ethhdr *eth = data; in icmp_check() local 95 struct ethhdr *eth = data; in xdping_client() local 158 struct ethhdr *eth = data; in xdping_server() local
|
A D | xdp_redirect_multi_kern.c | 43 struct ethhdr *eth = data; in xdp_redirect_map_multi_prog() local 79 struct ethhdr *eth = data; in xdp_devmap_prog() local
|
A D | test_cls_redirect.h | 43 struct ethhdr eth; member 49 struct ethhdr eth; member
|
A D | load_bytes_relative.c | 23 struct ethhdr eth; in load_bytes_relative() local
|
A D | test_queue_stack_map.h | 32 struct ethhdr *eth = (struct ethhdr *)(data); in _test() local
|
A D | skb_pkt_end.c | 16 struct ethhdr *eth; in get_iphdr() local
|
A D | test_migrate_reuseport.c | 49 struct ethhdr *eth = data; in drop_ack() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | flow_dissector.c | 42 struct ethhdr eth; member 48 struct ethhdr eth; member 55 struct ethhdr eth; member 63 struct ethhdr eth; member 69 struct ethhdr eth; member 81 struct ethhdr eth; member
|
/linux/tools/testing/selftests/bpf/ |
A D | network_helpers.h | 28 struct ethhdr eth; member 36 struct ethhdr eth; member
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | sta_rx.c | 39 struct ethhdr *eth; in mwifiex_discard_gratuitous_arp() local 90 struct ethhdr *eth; in mwifiex_process_rx_packet() local
|
/linux/arch/mips/cavium-octeon/ |
A 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/arch/arm/boot/dts/ |
A D | imx1-apf9328.dts | 57 eth: eth@4,c00000 { label
|
/linux/drivers/net/ipvlan/ |
A D | ipvlan_core.c | 593 struct ethhdr *eth = eth_hdr(skb); in ipvlan_xmit_mode_l2() local 662 struct ethhdr *eth = eth_hdr(skb); in ipvlan_external_frame() local 705 struct ethhdr *eth = eth_hdr(skb); in ipvlan_handle_mode_l2() local
|