Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dgrcan.c460 static int grcan_poll(struct napi_struct *napi, int budget);
1228 static int grcan_poll(struct napi_struct *napi, int budget) in grcan_poll() function
1620 netif_napi_add_weight(dev, &priv->napi, grcan_poll, GRCAN_NAPI_WEIGHT); in grcan_setup_netdev()