Home
last modified time | relevance | path

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

/drivers/net/wan/
Dhd64572.c59 static int sca_poll(struct napi_struct *napi, int budget);
185 netif_napi_add(port->netdev, &port->napi, sca_poll, NAPI_WEIGHT); in sca_init_port()
329 static int sca_poll(struct napi_struct *napi, int budget) in sca_poll() function