Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c95 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