Searched refs:ixgb_clean (Results 1 – 1 of 1) sorted by relevance
95 static int ixgb_clean(struct napi_struct *, int);462 netif_napi_add(netdev, &adapter->napi, ixgb_clean, 64); in ixgb_probe()1818 ixgb_clean(struct napi_struct *napi, int budget) in ixgb_clean() function