Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c66 static int ixgb_clean(struct napi_struct *, int);
423 netif_napi_add(netdev, &adapter->napi, ixgb_clean, 64); in ixgb_probe()
1755 ixgb_clean(struct napi_struct *napi, int budget) in ixgb_clean() function