Home
last modified time | relevance | path

Searched defs:napi_complete (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/cisco/enic/
H A Denic.h155 u64 napi_complete; /* napi complete intr reenabled */ member
/linux/drivers/net/
H A Dvirtio_net.c3002 bool napi_complete; in virtnet_poll() local
/linux/include/linux/
H A Dnetdevice.h565 static inline bool napi_complete(struct napi_struct *n) in napi_complete() function