Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/prestera/
Dprestera_rxtx.c100 struct napi_struct rx_napi; member
285 sdma = container_of(napi, struct prestera_sdma, rx_napi); in prestera_sdma_rx_poll()
609 napi_schedule(&sdma->rx_napi); in prestera_rxtx_handle_event()
657 netif_napi_add(&sdma->napi_dev, &sdma->rx_napi, prestera_sdma_rx_poll, 64); in prestera_sdma_switch_init()
658 napi_enable(&sdma->rx_napi); in prestera_sdma_switch_init()
676 napi_disable(&sdma->rx_napi); in prestera_sdma_switch_fini()
677 netif_napi_del(&sdma->rx_napi); in prestera_sdma_switch_fini()
/Linux-v5.10/drivers/net/ethernet/ti/
Dnetcp.h97 struct napi_struct rx_napi; member
Dnetcp_core.c951 rx_napi); in netcp_rx_poll()
958 napi_complete_done(&netcp->rx_napi, packets); in netcp_rx_poll()
970 napi_schedule(&netcp->rx_napi); in netcp_rx_notify()
1723 napi_enable(&netcp->rx_napi); in netcp_ndo_open()
1758 napi_disable(&netcp->rx_napi); in netcp_ndo_stop()
2102 netif_napi_add(ndev, &netcp->rx_napi, netcp_rx_poll, NETCP_NAPI_WEIGHT); in netcp_create_interface()
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h93 struct napi_struct rx_napi ____cacheline_aligned_in_smp;
Dstmmac_main.c152 napi_disable(&ch->rx_napi); in stmmac_disable_all_queues()
173 napi_enable(&ch->rx_napi); in stmmac_enable_all_queues()
2157 if (napi_schedule_prep(&ch->rx_napi)) { in stmmac_napi_check()
2161 __napi_schedule_irqoff(&ch->rx_napi); in stmmac_napi_check()
3823 skb = napi_alloc_skb(&ch->rx_napi, buf1_len); in stmmac_rx()
3884 napi_gro_receive(&ch->rx_napi, skb); in stmmac_rx()
3909 container_of(napi, struct stmmac_channel, rx_napi); in stmmac_napi_poll_rx()
4778 netif_napi_add(dev, &ch->rx_napi, stmmac_napi_poll_rx, in stmmac_napi_add()
4800 netif_napi_del(&ch->rx_napi); in stmmac_napi_del()
Dstmmac_selftests.c805 napi_reschedule(&ch->rx_napi); in stmmac_test_flowctrl()
/Linux-v5.10/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c1514 struct mtk_eth *eth = container_of(napi, struct mtk_eth, rx_napi); in mtk_napi_rx()
2136 if (likely(napi_schedule_prep(&eth->rx_napi))) { in mtk_handle_irq_rx()
2137 __napi_schedule(&eth->rx_napi); in mtk_handle_irq_rx()
2266 napi_enable(&eth->rx_napi); in mtk_open()
2322 napi_disable(&eth->rx_napi); in mtk_stop()
3078 netif_napi_add(&eth->dummy_dev, &eth->rx_napi, mtk_napi_rx, in mtk_probe()
3113 netif_napi_del(&eth->rx_napi); in mtk_remove()
Dmtk_eth_soc.h882 struct napi_struct rx_napi; member