Searched defs:ixgb_clean (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c95 static int ixgb_clean(struct napi_struct *, int);
465 netif_napi_add(netdev, &adapter->napi, ixgb_clean, 64);
1830 * ixgb_clean - NAPI Rx polling callback
1835 ixgb_clean(struct napi_struct *napi, int budget) function

Completed in 12 milliseconds