Home
last modified time | relevance | path

Searched refs:_eth (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c157 struct ethhdr *eth, _eth; in parse_ip_proto() local
202 &_eth); in parse_ip_proto()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c2173 static irqreturn_t mtk_handle_irq_rx(int irq, void *_eth) in mtk_handle_irq_rx() argument
2175 struct mtk_eth *eth = _eth; in mtk_handle_irq_rx()
2185 static irqreturn_t mtk_handle_irq_tx(int irq, void *_eth) in mtk_handle_irq_tx() argument
2187 struct mtk_eth *eth = _eth; in mtk_handle_irq_tx()
2197 static irqreturn_t mtk_handle_irq(int irq, void *_eth) in mtk_handle_irq() argument
2199 struct mtk_eth *eth = _eth; in mtk_handle_irq()
2203 mtk_handle_irq_rx(irq, _eth); in mtk_handle_irq()
2207 mtk_handle_irq_tx(irq, _eth); in mtk_handle_irq()
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c585 struct ethhdr _eth; in __skb_flow_dissect_gre() local
588 sizeof(_eth), in __skb_flow_dissect_gre()
589 data, *p_hlen, &_eth); in __skb_flow_dissect_gre()