Home
last modified time | relevance | path

Searched refs:cfv_rx_poll (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/caif/
H A Dcaif_virtio.c43 * still hold data when cfv_rx_poll() returns.
84 * @napi: Napi context used in cfv_rx_poll()
85 * @ctx: Context data used in cfv_rx_poll()
250 static int cfv_rx_poll(struct napi_struct *napi, int quota) in cfv_rx_poll() function
717 netif_napi_add(netdev, &cfv->napi, cfv_rx_poll, CFV_DEFAULT_QUOTA); in cfv_probe()
/kernel/linux/linux-6.6/drivers/net/caif/
H A Dcaif_virtio.c43 * still hold data when cfv_rx_poll() returns.
84 * @napi: Napi context used in cfv_rx_poll()
85 * @ctx: Context data used in cfv_rx_poll()
250 static int cfv_rx_poll(struct napi_struct *napi, int quota) in cfv_rx_poll() function
717 netif_napi_add_weight(netdev, &cfv->napi, cfv_rx_poll, in cfv_probe()

Completed in 4 milliseconds