Searched refs:napi_rx_handler (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dsge.c1758 * napi_rx_handler - the NAPI handler for RX processing
1768 static int napi_rx_handler(struct napi_struct *napi, int budget) function
2150 netif_napi_add(dev, &rspq->napi, napi_rx_handler, 64);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dsge.c1779 * napi_rx_handler - the NAPI handler for Rx processing
1789 static int napi_rx_handler(struct napi_struct *napi, int budget) function
2038 netif_napi_add(dev, &iq->napi, napi_rx_handler, 64);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dsge.c2421 * napi_rx_handler - the NAPI handler for Rx processing
2427 static int napi_rx_handler(struct napi_struct *napi, int budget) function
2968 qs->napi.poll = p->polling ? napi_rx_handler : ofld_poll;

Completed in 65 milliseconds