| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_ppe_offload.c | 17 struct ethhdr eth; member 57 mtk_flow_set_ipv4_addr(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_ipv4_addr() 66 mtk_flow_set_ipv6_addr(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_ipv6_addr() 75 mtk_flow_offload_mangle_eth(const struct flow_action_entry *act, void *eth) in mtk_flow_offload_mangle_eth() 191 mtk_flow_set_output_device(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_output_device() 248 mtk_flow_is_valid_idev(const struct mtk_eth *eth, const struct net_device *idev) in mtk_flow_is_valid_idev() 267 mtk_flow_offload_replace(struct mtk_eth *eth, struct flow_cls_offload *f, in mtk_flow_offload_replace() 521 mtk_flow_offload_destroy(struct mtk_eth *eth, struct flow_cls_offload *f) in mtk_flow_offload_destroy() 541 mtk_flow_offload_stats(struct mtk_eth *eth, struct flow_cls_offload *f) in mtk_flow_offload_stats() 567 int mtk_flow_offload_cmd(struct mtk_eth *eth, struct flow_cls_offload *cls, in mtk_flow_offload_cmd() [all …]
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_ppe.c | 51 struct airoha_eth *eth = ppe->eth; in airoha_ppe_get_total_num_stats_entries() local 61 struct airoha_eth *eth = ppe->eth; in airoha_ppe_get_total_sram_num_entries() local 73 bool airoha_ppe_is_enabled(struct airoha_eth *eth, int index) in airoha_ppe_is_enabled() 90 struct airoha_eth *eth = qdma->eth; in airoha_ppe_set_cpu_port() local 103 struct airoha_eth *eth = dev->eth; in airoha_ppe_set_xmit_frame_size() local 131 struct airoha_eth *eth = ppe->eth; in airoha_ppe_hw_init() local 220 static void airoha_ppe_flow_mangle_eth(const struct flow_action_entry *act, void *eth) in airoha_ppe_flow_mangle_eth() 330 static int airoha_ppe_foe_entry_prepare(struct airoha_eth *eth, in airoha_ppe_foe_entry_prepare() 684 struct airoha_eth *eth = ppe->eth; in airoha_ppe_foe_get_entry_locked() local 763 struct airoha_eth *eth = ppe->eth; in airoha_ppe_foe_commit_entry() local [all …]
|
| H A D | airoha_eth.c | 77 struct airoha_eth *eth = dev->eth; in airoha_set_macaddr() local 146 static void airoha_set_gdm_port_fwd_cfg(struct airoha_eth *eth, u32 addr, in airoha_set_gdm_port_fwd_cfg() 162 struct airoha_eth *eth = dev->eth; in airoha_set_vip_for_gdm_port() local 177 static void airoha_fe_maccr_init(struct airoha_eth *eth) in airoha_fe_maccr_init() 197 static void airoha_fe_vip_setup(struct airoha_eth *eth) in airoha_fe_vip_setup() 261 static u32 airoha_fe_get_pse_queue_rsv_pages(struct airoha_eth *eth, in airoha_fe_get_pse_queue_rsv_pages() 273 static void airoha_fe_set_pse_queue_rsv_pages(struct airoha_eth *eth, in airoha_fe_set_pse_queue_rsv_pages() 286 static u32 airoha_fe_get_pse_all_rsv(struct airoha_eth *eth) in airoha_fe_get_pse_all_rsv() 291 static int airoha_fe_set_pse_oq_rsv(struct airoha_eth *eth, in airoha_fe_set_pse_oq_rsv() 324 static void airoha_fe_pse_ports_init(struct airoha_eth *eth) in airoha_fe_pse_ports_init() [all …]
|
| H A D | airoha_eth.h | 447 struct ethhdr eth; member 533 struct airoha_eth *eth; member 553 struct airoha_eth *eth; member 582 struct airoha_eth *eth; member 637 #define airoha_fe_rr(eth, offset) \ argument 639 #define airoha_fe_wr(eth, offset, val) \ argument 641 #define airoha_fe_rmw(eth, offset, mask, val) \ argument 643 #define airoha_fe_set(eth, offset, val) \ argument 645 #define airoha_fe_clear(eth, offset, val) \ argument 647 #define airoha_fe_get(eth, offset, mask) \ argument [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_xdp_meta.c | 35 check_smac(const struct ethhdr * eth) check_smac() argument 287 struct ethhdr *eth = ctx_ptr(ctx, data); ing_xdp_zalloc_meta() local 314 struct ethhdr *eth; ing_xdp() local 351 struct ethhdr *eth = ctx_ptr(ctx, data); clone_data_meta_survives_data_write() local 381 struct ethhdr *eth = ctx_ptr(ctx, data); clone_data_meta_survives_meta_write() local 412 struct ethhdr *eth; clone_meta_dynptr_survives_data_slice_write() local 440 const struct ethhdr *eth; clone_meta_dynptr_survives_meta_slice_write() local 474 const struct ethhdr *eth; clone_meta_dynptr_rw_before_data_dynptr_write() local 516 const struct ethhdr *eth; clone_meta_dynptr_rw_before_meta_dynptr_write() local [all...] |
| H A D | xdping_kern.c | |
| H A D | xdp_redirect_multi_kern.c | 43 struct ethhdr *eth = data; xdp_redirect_map_multi_prog() local 79 struct ethhdr *eth = data; xdp_devmap_prog() local
|
| H A D | test_cls_redirect.h | 52 struct ethhdr eth; member 58 struct ethhdr eth; member
|
| H A D | load_bytes_relative.c | 23 struct ethhdr eth; in load_bytes_relative() local
|
| H A D | test_queue_stack_map.h | 32 struct ethhdr *eth = (struct ethhdr *)(data); in _test() local
|
| H A D | xdp_metadata.c | 35 struct ethhdr *eth = NULL; rx() local
|
| H A D | xdp_hw_metadata.c | 35 struct ethhdr *eth; in rx() local
|
| H A D | skb_pkt_end.c | 18 struct ethhdr *eth; in get_iphdr() local
|
| /linux/drivers/scsi/fnic/ |
| H A D | fip.h | 51 struct ethhdr eth; member 62 struct ethhdr eth; member 69 struct ethhdr eth; member 94 struct ethhdr eth; member 107 struct ethhdr eth; member 138 fnic_debug_dump_fip_frame(struct fnic *fnic, struct ethhdr *eth, in fnic_debug_dump_fip_frame() 155 fnic_debug_dump_fip_frame(struct fnic *fnic, struct ethhdr *eth, in fnic_debug_dump_fip_frame()
|
| /linux/net/ethernet/ |
| H 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 158 const struct ethhdr *eth; in eth_type_trans() local 199 const struct ethhdr *eth = eth_hdr(skb); in eth_header_parse() local 216 struct ethhdr *eth; in eth_header_cache() local 261 const struct ethhdr *eth = eth_hdr(skb); in eth_header_parse_protocol() local
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | flow_dissector.c | 19 struct ethhdr eth; member 25 struct ethhdr eth; member 32 struct ethhdr eth; member 40 struct ethhdr eth; member 46 struct ethhdr eth; member 58 struct ethhdr eth; member 73 struct ethhdr eth; member
|
| H A D | xdp_context_test_run.c | 136 struct ethhdr eth = { send_test_packet() local 175 struct ethhdr eth = { write_test_packet() local [all...] |
| /linux/tools/testing/selftests/net/ |
| H A D | nat6to4.bpf.c | 54 const struct ethhdr * const eth = data; // used iff is_ethernet in sched_cls_ingress6_nat_6_prog() local 155 const struct ethhdr *const eth = data; // used iff is_ethernet in sched_cls_egress4_snat4_prog() local
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_rx.c | 27 struct ethhdr *eth; in mwifiex_discard_gratuitous_arp() local 78 struct ethhdr *eth; in mwifiex_process_rx_packet() local
|
| /linux/arch/mips/cavium-octeon/ |
| H A D | octeon-platform.c | 483 static void __init octeon_fdt_set_phy(int eth, int phy_addr) in octeon_fdt_set_phy() 610 static void __init _octeon_rx_tx_delay(int eth, int rx_delay, int tx_delay) in _octeon_rx_tx_delay() 618 static void __init octeon_rx_tx_delay(int eth, int iface, int port) in octeon_rx_tx_delay() 652 int eth; in octeon_fdt_pip_port() local 754 int eth; in octeon_fill_mac_addresses() local
|
| /linux/tools/testing/selftests/net/lib/ |
| H A D | xdp_native.bpf.c | 75 struct ethhdr *eth; in filter_udphdr() local 167 struct ethhdr *eth = data; in swap_machdr() local 179 struct ethhdr *eth; in xdp_mode_tx_handler() local 287 struct ethhdr *eth = data; in update_pkt() local
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | network_helpers.h | 46 struct ethhdr eth; global() member 54 struct ethhdr eth; global() member
|
| /linux/samples/bpf/ |
| H A D | parse_simple.c | 30 struct eth_hdr *eth = data; in handle_ingress() local
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
| H A D | pedit.h | 10 struct ethhdr eth; member
|
| /linux/arch/arm64/boot/dts/airoha/ |
| H A D | en7581.dtsi | 350 eth: ethernet@1fb50000 { label
|