Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c69 static int ixgb_clean(struct napi_struct *, int);
427 netif_napi_add(netdev, &adapter->napi, ixgb_clean, 64); in ixgb_probe()
1759 ixgb_clean(struct napi_struct *napi, int budget) in ixgb_clean() function