Home
last modified time | relevance | path

Searched defs:eth (Results 251 - 275 of 353) sorted by relevance

1...<<1112131415

/kernel/linux/linux-6.6/drivers/net/
H A Dmacvlan.c267 const struct ethhdr *eth = eth_hdr(skb); in macvlan_broadcast() local
449 const struct ethhdr *eth = eth_hdr(skb); in macvlan_handle_frame() local
229 macvlan_broadcast_one(struct sk_buff *skb, const struct macvlan_dev *vlan, const struct ethhdr *eth, bool local) macvlan_broadcast_one() argument
537 const struct ethhdr *eth = skb_eth_hdr(skb); macvlan_queue_xmit() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c1517 const struct ethhdr *eth = (void *)skb->data; in wil_check_multicast_to_unicast() local
H A Dtxrx.h603 struct ethhdr *eth = (void *)skb->data; in wil_skb_get_da() local
610 struct ethhdr *eth = (void *)skb->data; in wil_skb_get_sa() local
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H A Dmain.c380 struct ethhdr eth; /* 802.3 header */ in orinoco_process_xmit_skb() member
/kernel/linux/linux-6.6/net/wireless/
H A Dutil.c565 struct ethhdr eth; in ieee80211_strip_8023_mesh_hdr() member
836 struct ethhdr eth; ieee80211_amsdu_to_8023s() member
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A Dfcoe.c566 struct ethhdr eth; in fcoe_fip_send() member
H A Dfcoe_ctlr.c380 struct ethhdr eth; in fcoe_ctlr_solicit() member
535 struct ethhdr eth; in fcoe_ctlr_send_keep_alive() member
608 struct ethhdr eth; in fcoe_ctlr_encaps() member
2019 struct ethhdr eth; fcoe_ctlr_vn_send() member
2897 struct ethhdr eth; fcoe_ctlr_vlan_send() member
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dflow_dissector.c696 const struct ethhdr *eth; in __skb_flow_dissect_gre() local
777 struct ethhdr eth; in __skb_flow_dissect_batadv() member
1142 struct ethhdr *eth = eth_hdr(skb); in __skb_flow_dissect() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c1664 struct l2_ethhdr *eth; in atheros_send_eapol() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddriver_i.h90 wpa_drv_mesh_link_probe(struct wpa_supplicant *wpa_s, const u8 *addr, const u8 *eth, size_t len) wpa_drv_mesh_link_probe() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c1653 struct l2_ethhdr *eth; in atheros_send_eapol() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddriver_i.h93 wpa_drv_mesh_link_probe(struct wpa_supplicant *wpa_s, const u8 *addr, const u8 *eth, size_t len) wpa_drv_mesh_link_probe() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c58 void mtk_w32(struct mtk_eth *eth, u32 val, unsigned reg) in mtk_w32() argument
63 u32 mtk_r32(struct mtk_eth *eth, unsigned reg) in mtk_r32() argument
68 static u32 mtk_m32(struct mtk_eth *eth, u32 mask, u32 set, unsigned reg) in mtk_m32() argument
79 static int mtk_mdio_busy_wait(struct mtk_eth *eth) in mtk_mdio_busy_wait() argument
95 _mtk_mdio_write(struct mtk_eth *eth, u32 phy_addr, u32 phy_register, u32 write_data) _mtk_mdio_write() argument
114 _mtk_mdio_read(struct mtk_eth *eth, int phy_addr, int phy_reg) _mtk_mdio_read() argument
137 struct mtk_eth *eth = bus->priv; mtk_mdio_write() local
144 struct mtk_eth *eth = bus->priv; mtk_mdio_read() local
149 mt7621_gmac0_rgmii_adjust(struct mtk_eth *eth, phy_interface_t interface) mt7621_gmac0_rgmii_adjust() argument
174 mtk_gmac0_rgmii_adjust(struct mtk_eth *eth, phy_interface_t interface, int speed) mtk_gmac0_rgmii_adjust() argument
216 struct mtk_eth *eth = mac->hw; mtk_mac_config() local
560 mtk_mdio_init(struct mtk_eth *eth) mtk_mdio_init() argument
596 mtk_mdio_cleanup(struct mtk_eth *eth) mtk_mdio_cleanup() argument
604 mtk_tx_irq_disable(struct mtk_eth *eth, u32 mask) mtk_tx_irq_disable() argument
615 mtk_tx_irq_enable(struct mtk_eth *eth, u32 mask) mtk_tx_irq_enable() argument
626 mtk_rx_irq_disable(struct mtk_eth *eth, u32 mask) mtk_rx_irq_disable() argument
637 mtk_rx_irq_enable(struct mtk_eth *eth, u32 mask) mtk_rx_irq_enable() argument
652 struct mtk_eth *eth = mac->hw; mtk_set_mac_address() local
683 struct mtk_eth *eth = mac->hw; mtk_stats_update_mac() local
733 mtk_stats_update(struct mtk_eth *eth) mtk_stats_update() argument
822 mtk_init_fq_dma(struct mtk_eth *eth) mtk_init_fq_dma() argument
893 mtk_tx_unmap(struct mtk_eth *eth, struct mtk_tx_buf *tx_buf) mtk_tx_unmap() argument
930 setup_tx_buf(struct mtk_eth *eth, struct mtk_tx_buf *tx_buf, struct mtk_tx_dma *txd, dma_addr_t mapped_addr, size_t size, int idx) setup_tx_buf() argument
957 struct mtk_eth *eth = mac->hw; mtk_tx_map() local
1136 mtk_queue_stopped(struct mtk_eth *eth) mtk_queue_stopped() argument
1150 mtk_wake_queue(struct mtk_eth *eth) mtk_wake_queue() argument
1161 mtk_stop_queue(struct mtk_eth *eth) mtk_stop_queue() argument
1175 struct mtk_eth *eth = mac->hw; mtk_start_xmit() local
1231 mtk_get_rx_ring(struct mtk_eth *eth) mtk_get_rx_ring() argument
1252 mtk_update_rx_cpu_idx(struct mtk_eth *eth) mtk_update_rx_cpu_idx() argument
1271 mtk_poll_rx(struct napi_struct *napi, int budget, struct mtk_eth *eth) mtk_poll_rx() argument
1390 mtk_poll_tx_qdma(struct mtk_eth *eth, int budget, unsigned int *done, unsigned int *bytes) mtk_poll_tx_qdma() argument
1438 mtk_poll_tx_pdma(struct mtk_eth *eth, int budget, unsigned int *done, unsigned int *bytes) mtk_poll_tx_pdma() argument
1476 mtk_poll_tx(struct mtk_eth *eth, int budget) mtk_poll_tx() argument
1505 mtk_handle_status_irq(struct mtk_eth *eth) mtk_handle_status_irq() argument
1518 struct mtk_eth *eth = container_of(napi, struct mtk_eth, tx_napi); mtk_napi_tx() local
1550 struct mtk_eth *eth = container_of(napi, struct mtk_eth, rx_napi); mtk_napi_rx() local
1582 mtk_tx_alloc(struct mtk_eth *eth) mtk_tx_alloc() argument
1657 mtk_tx_clean(struct mtk_eth *eth) mtk_tx_clean() argument
1686 mtk_rx_alloc(struct mtk_eth *eth, int ring_no, int rx_flag) mtk_rx_alloc() argument
1763 mtk_rx_clean(struct mtk_eth *eth, struct mtk_rx_ring *ring) mtk_rx_clean() argument
1792 mtk_hwlro_rx_init(struct mtk_eth *eth) mtk_hwlro_rx_init() argument
1852 mtk_hwlro_rx_uninit(struct mtk_eth *eth) mtk_hwlro_rx_uninit() argument
1878 mtk_hwlro_val_ipaddr(struct mtk_eth *eth, int idx, __be32 ip) mtk_hwlro_val_ipaddr() argument
1893 mtk_hwlro_inval_ipaddr(struct mtk_eth *eth, int idx) mtk_hwlro_inval_ipaddr() argument
1924 struct mtk_eth *eth = mac->hw; mtk_hwlro_add_ipaddr() local
1948 struct mtk_eth *eth = mac->hw; mtk_hwlro_del_ipaddr() local
1967 struct mtk_eth *eth = mac->hw; mtk_hwlro_netdev_disable() local
2061 mtk_dma_busy_wait(struct mtk_eth *eth) mtk_dma_busy_wait() argument
2084 mtk_dma_init(struct mtk_eth *eth) mtk_dma_init() argument
2138 mtk_dma_free(struct mtk_eth *eth) mtk_dma_free() argument
2169 struct mtk_eth *eth = mac->hw; mtk_tx_timeout() local
2179 struct mtk_eth *eth = _eth; mtk_handle_irq_rx() local
2191 struct mtk_eth *eth = _eth; mtk_handle_irq_tx() local
2203 struct mtk_eth *eth = _eth; mtk_handle_irq() local
2221 struct mtk_eth *eth = mac->hw; mtk_poll_controller() local
2231 mtk_start_dma(struct mtk_eth *eth) mtk_start_dma() argument
2263 mtk_gdm_config(struct mtk_eth *eth, u32 config) mtk_gdm_config() argument
2291 struct mtk_eth *eth = mac->hw; mtk_open() local
2326 mtk_stop_dma(struct mtk_eth *eth, u32 glo_cfg) mtk_stop_dma() argument
2352 struct mtk_eth *eth = mac->hw; mtk_stop() local
2380 ethsys_reset(struct mtk_eth *eth, u32 reset_bits) ethsys_reset() argument
2393 mtk_clk_disable(struct mtk_eth *eth) mtk_clk_disable() argument
2401 mtk_clk_enable(struct mtk_eth *eth) mtk_clk_enable() argument
2420 mtk_hw_init(struct mtk_eth *eth) mtk_hw_init() argument
2506 mtk_hw_deinit(struct mtk_eth *eth) mtk_hw_deinit() argument
2522 struct mtk_eth *eth = mac->hw; mtk_init() local
2542 struct mtk_eth *eth = mac->hw; mtk_uninit() local
2567 struct mtk_eth *eth = container_of(work, struct mtk_eth, pending_work); mtk_pending_work() local
2617 mtk_free_dev(struct mtk_eth *eth) mtk_free_dev() argument
2630 mtk_unreg_dev(struct mtk_eth *eth) mtk_unreg_dev() argument
2643 mtk_cleanup(struct mtk_eth *eth) mtk_cleanup() argument
2854 mtk_add_mac(struct mtk_eth *eth, struct device_node *np) mtk_add_mac() argument
2958 struct mtk_eth *eth; mtk_probe() local
3144 struct mtk_eth *eth = platform_get_drvdata(pdev); mtk_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2337 int packet_complete, eth, ethpad = 2; in process_responses() local
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
H A Denic_main.c247 const struct ethhdr *eth = (struct ethhdr *)skb_inner_mac_header(skb); in enic_features_check() local
630 const struct ethhdr *eth = (struct ethhdr *)skb_inner_mac_header(skb); in enic_preload_tcp_csum_encap() local
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c830 struct mlx4_net_trans_rule_hw_eth *eth = in mlx4_handle_eth_header_mcast_prio() local
/kernel/linux/linux-5.10/drivers/net/
H A Dmacsec.c33 struct ethhdr eth; member
613 struct ethhdr *eth; in macsec_encrypt() local
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dwmi.c1174 struct ethhdr *eth; in wmi_evt_eapol_rx() local
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1578 struct ethhdr *eth; in ath10k_htt_rx_h_undecap_eth() local
/kernel/linux/linux-5.10/net/sched/
H A Dcls_flower.c43 struct flow_dissector_key_eth_addrs eth; member
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dpktgen.c2558 struct ethhdr *eth; in process_ipsec() local
2723 __u8 *eth; in fill_packet_ipv4() local
2851 __u8 *eth; in fill_packet_ipv6() local
[all...]
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_multicast.c701 struct ethhdr *eth; in br_ip4_multicast_alloc_query() local
850 struct ethhdr *eth; in br_ip6_multicast_alloc_query() local
3682 struct ethhdr eth; br_multicast_has_querier_anywhere() local
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dtx.c3497 struct ethhdr eth; in ieee80211_xmit_fast() local
4073 struct ethhdr *eth; in ieee80211_change_da() local
4090 const struct ethhdr *eth = (void *)skb->data; in ieee80211_multicast_to_unicast() local
4135 const struct ethhdr *eth = (struct ethhdr *)skb->data; ieee80211_convert_to_unicast() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h537 struct ethhdr eth; member
H A Den_rx.c1165 struct ethhdr *eth = (struct ethhdr *)(skb->data); in mlx5e_lro_update_hdr() local

Completed in 77 milliseconds

1...<<1112131415