Home
last modified time | relevance | path

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

12345678

/linux/drivers/net/ethernet/mediatek/
A Dmtk_eth_soc.c525 struct mtk_eth *eth = mac->hw; in mtk_mac_select_pcs() local
544 struct mtk_eth *eth = mac->hw; in mtk_mac_config() local
676 struct mtk_eth *eth = mac->hw; in mtk_mac_finish() local
945 struct mtk_eth *eth = mac->hw; in mtk_set_mac_address() local
976 struct mtk_eth *eth = mac->hw; in mtk_stats_update_mac() local
1310 struct mtk_eth *eth = mac->hw; in mtk_tx_set_dma_desc_v1() local
2015 struct mtk_eth *eth) in mtk_poll_rx()
3194 struct mtk_eth *eth = _eth; in mtk_handle_irq_rx() local
3207 struct mtk_eth *eth = _eth; in mtk_handle_irq_tx() local
3220 struct mtk_eth *eth = _eth; in mtk_handle_irq() local
[all …]
A Dmtk_eth_path.c43 static int set_mux_gdm1_to_gmac1_esw(struct mtk_eth *eth, u64 path) in set_mux_gdm1_to_gmac1_esw()
76 static int set_mux_gmac2_gmac0_to_gephy(struct mtk_eth *eth, u64 path) in set_mux_gmac2_gmac0_to_gephy()
99 static int set_mux_u3_gmac2_to_qphy(struct mtk_eth *eth, u64 path) in set_mux_u3_gmac2_to_qphy()
130 static int set_mux_gmac1_gmac2_to_sgmii_rgmii(struct mtk_eth *eth, u64 path) in set_mux_gmac1_gmac2_to_sgmii_rgmii()
168 static int set_mux_gmac12_to_gephy_sgmii(struct mtk_eth *eth, u64 path) in set_mux_gmac12_to_gephy_sgmii()
223 static int mtk_eth_mux_setup(struct mtk_eth *eth, u64 path) in mtk_eth_mux_setup()
252 int mtk_gmac_sgmii_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_sgmii_path_setup()
263 int mtk_gmac_gephy_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_gephy_path_setup()
277 int mtk_gmac_rgmii_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_rgmii_path_setup()
A Dmtk_ppe_offload.c17 struct ethhdr eth; member
55 mtk_flow_set_ipv4_addr(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_ipv4_addr()
64 mtk_flow_set_ipv6_addr(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_ipv6_addr()
73 mtk_flow_offload_mangle_eth(const struct flow_action_entry *act, void *eth) in mtk_flow_offload_mangle_eth()
187 mtk_flow_set_output_device(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_output_device()
244 mtk_flow_offload_replace(struct mtk_eth *eth, struct flow_cls_offload *f, in mtk_flow_offload_replace()
500 mtk_flow_offload_destroy(struct mtk_eth *eth, struct flow_cls_offload *f) in mtk_flow_offload_destroy()
520 mtk_flow_offload_stats(struct mtk_eth *eth, struct flow_cls_offload *f) in mtk_flow_offload_stats()
577 struct mtk_eth *eth; in mtk_eth_setup_tc_block_cb() local
595 struct mtk_eth *eth = mac->hw; in mtk_eth_setup_tc_block() local
[all …]
A Dmtk_ppe.c61 static u32 mtk_eth_timestamp(struct mtk_eth *eth) in mtk_eth_timestamp()
144 static u32 mtk_ppe_hash_entry(struct mtk_eth *eth, struct mtk_foe_entry *e) in mtk_ppe_hash_entry()
185 mtk_foe_entry_l2(struct mtk_eth *eth, struct mtk_foe_entry *entry) in mtk_foe_entry_l2()
199 mtk_foe_entry_ib2(struct mtk_eth *eth, struct mtk_foe_entry *entry) in mtk_foe_entry_ib2()
212 int mtk_foe_entry_prepare(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_prepare()
279 int mtk_foe_entry_set_pse_port(struct mtk_eth *eth, in mtk_foe_entry_set_pse_port()
297 int mtk_foe_entry_set_ipv4_tuple(struct mtk_eth *eth, in mtk_foe_entry_set_ipv4_tuple()
337 int mtk_foe_entry_set_ipv6_tuple(struct mtk_eth *eth, in mtk_foe_entry_set_ipv6_tuple()
483 mtk_flow_entry_match(struct mtk_eth *eth, struct mtk_flow_entry *entry, in mtk_flow_entry_match()
620 struct mtk_eth *eth = ppe->eth; in __mtk_foe_entry_commit() local
[all …]
A Dairoha_eth.c789 struct airoha_eth *eth; member
1407 struct airoha_eth *eth = qdma->eth; in airoha_qdma_fill_rx_queue() local
1476 struct airoha_eth *eth = qdma->eth; in airoha_qdma_rx_process() local
1566 struct airoha_eth *eth = qdma->eth; in airoha_qdma_init_rx_queue() local
1651 struct airoha_eth *eth; in airoha_qdma_tx_napi_poll() local
1742 struct airoha_eth *eth = qdma->eth; in airoha_qdma_init_tx_queue() local
1781 struct airoha_eth *eth = qdma->eth; in airoha_qdma_tx_irq_init() local
1846 struct airoha_eth *eth = qdma->eth; in airoha_qdma_init_hfwd_queues() local
2040 struct airoha_eth *eth, in airoha_qdma_init()
2083 struct airoha_eth *eth) in airoha_hw_init()
[all …]
/linux/net/ethernet/
A Deth.c83 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
203 const struct ethhdr *eth = eth_hdr(skb); in eth_header_parse() local
219 struct ethhdr *eth; in eth_header_cache() local
264 const struct ethhdr *eth = eth_hdr(skb); in eth_header_parse_protocol() local
/linux/samples/bpf/
A Dtc_l2_redirect_kern.c63 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 Dxdp_adjust_tail_kern.c50 struct ethhdr *eth; in swap_mac() local
141 struct ethhdr *eth = data; in _xdp_icmp() local
A Dparse_simple.c30 struct eth_hdr *eth = data; in handle_ingress() local
/linux/tools/testing/selftests/bpf/progs/
A Dxdping_kern.c64 struct ethhdr *eth = data; in icmp_check() local
95 struct ethhdr *eth = data; in xdping_client() local
157 struct ethhdr *eth = data; in xdping_server() local
A Dxdp_redirect_multi_kern.c43 struct ethhdr *eth = data; in xdp_redirect_map_multi_prog() local
79 struct ethhdr *eth = data; in xdp_devmap_prog() local
A Dtest_tc_link.c31 struct ethhdr eth = {}; in tc1() local
89 struct ethhdr eth = {}; in tc7() local
A Dtest_cls_redirect.h52 struct ethhdr eth; member
58 struct ethhdr eth; member
A Dload_bytes_relative.c23 struct ethhdr eth; in load_bytes_relative() local
A Dtest_queue_stack_map.h32 struct ethhdr *eth = (struct ethhdr *)(data); in _test() local
A Dxdp_metadata.c35 struct ethhdr *eth = NULL; in rx() local
A Dxdp_hw_metadata.c35 struct ethhdr *eth; in rx() local
A Dskb_pkt_end.c18 struct ethhdr *eth; in get_iphdr() local
/linux/tools/testing/selftests/bpf/prog_tests/
A Dflow_dissector.c44 struct ethhdr eth; member
50 struct ethhdr eth; member
57 struct ethhdr eth; member
65 struct ethhdr eth; member
71 struct ethhdr eth; member
83 struct ethhdr eth; member
/linux/tools/testing/selftests/net/
A Dnat6to4.bpf.c54 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/
A Dsta_rx.c27 struct ethhdr *eth; in mwifiex_discard_gratuitous_arp() local
78 struct ethhdr *eth; in mwifiex_process_rx_packet() local
/linux/arch/mips/cavium-octeon/
A Docteon-platform.c482 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/bpf/
A Dnetwork_helpers.h43 struct ethhdr eth; member
51 struct ethhdr eth; member
/linux/arch/arm/boot/dts/nxp/imx/
A Dimx1-apf9328.dts57 eth: ethernet@4,c00000 { label
/linux/drivers/net/ipvlan/
A Dipvlan_core.c610 struct ethhdr *eth = skb_eth_hdr(skb); in ipvlan_xmit_mode_l2() local
682 struct ethhdr *eth = eth_hdr(skb); in ipvlan_external_frame() local
725 struct ethhdr *eth = eth_hdr(skb); in ipvlan_handle_mode_l2() local

Completed in 54 milliseconds

12345678