Home
last modified time | relevance | path

Searched refs:rx_napi (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_rxtx.c98 struct napi_struct rx_napi; member
287 sdma = container_of(napi, struct prestera_sdma, rx_napi); in prestera_sdma_rx_poll()
611 napi_schedule(&sdma->rx_napi); in prestera_rxtx_handle_event()
664 netif_napi_add(sdma->napi_dev, &sdma->rx_napi, prestera_sdma_rx_poll); in prestera_sdma_switch_init()
665 napi_enable(&sdma->rx_napi); in prestera_sdma_switch_init()
686 napi_disable(&sdma->rx_napi); in prestera_sdma_switch_fini()
687 netif_napi_del(&sdma->rx_napi); in prestera_sdma_switch_fini()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_star_emac.c268 struct napi_struct rx_napi; member
777 napi_schedule_prep(&priv->rx_napi); in mtk_star_handle_irq()
788 __napi_schedule(&priv->rx_napi); in mtk_star_handle_irq()
1007 napi_enable(&priv->rx_napi); in mtk_star_enable()
1028 napi_disable(&priv->rx_napi); in mtk_star_enable()
1043 napi_disable(&priv->rx_napi); in mtk_star_disable()
1348 priv = container_of(napi, struct mtk_star_priv, rx_napi); in mtk_star_rx_poll()
1650 netif_napi_add(ndev, &priv->rx_napi, mtk_star_rx_poll); in mtk_star_probe()
H A Dmtk_eth_soc.c1915 eth->rx_napi.napi_id, PAGE_SIZE); in mtk_create_page_pool()
2625 struct mtk_eth *eth = container_of(napi, struct mtk_eth, rx_napi); in mtk_napi_rx()
3422 if (likely(napi_schedule_prep(&eth->rx_napi))) { in mtk_handle_irq_rx()
3424 __napi_schedule(&eth->rx_napi); in mtk_handle_irq_rx()
3659 napi_enable(&eth->rx_napi); in mtk_open()
3748 napi_disable(&eth->rx_napi); in mtk_stop()
5347 netif_napi_add(eth->dummy_dev, &eth->rx_napi, mtk_napi_rx); in mtk_probe()
5391 netif_napi_del(&eth->rx_napi); in mtk_remove()
H A Dmtk_eth_soc.h1316 struct napi_struct rx_napi; member
/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.c19 struct spl2sw_common *comm = container_of(napi, struct spl2sw_common, rx_napi); in spl2sw_rx_poll()
242 napi_schedule(&comm->rx_napi); in spl2sw_ethernet_interrupt()
H A Dspl2sw_define.h247 struct napi_struct rx_napi; member
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h142 struct napi_struct rx_napi ____cacheline_aligned_in_smp;
H A Dstmmac_main.c282 napi_disable(&ch->rx_napi); in __stmmac_disable_all_queues()
331 napi_enable(&ch->rx_napi); in stmmac_enable_all_queues()
2307 napi_id = ch->rx_napi.napi_id; in __alloc_dma_rx_desc_resources()
3087 struct napi_struct *rx_napi; in stmmac_napi_check() local
3091 rx_napi = rx_q->xsk_pool ? &ch->rxtx_napi : &ch->rx_napi; in stmmac_napi_check()
3095 if (napi_schedule_prep(rx_napi)) { in stmmac_napi_check()
3099 __napi_schedule(rx_napi); in stmmac_napi_check()
5916 napi_gro_receive(&ch->rx_napi, skb); in stmmac_rx()
5950 container_of(napi, struct stmmac_channel, rx_napi); in stmmac_napi_poll_rx()
[all...]
H A Dstmmac_selftests.c805 napi_schedule(&ch->rx_napi); in stmmac_test_flowctrl()
/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c84 if (likely(napi_schedule_prep(&intf->rx_napi))) { in bcmasp_intr2_handling()
86 __napi_schedule_irqoff(&intf->rx_napi); in bcmasp_intr2_handling()