Searched refs:work_done (Results 151 - 152 of 152) sorted by relevance

1234567

/linux-master/include/linux/
H A Dnetdevice.h538 * @work_done: number of packets processed
545 bool napi_complete_done(struct napi_struct *n, int work_done);
/linux-master/net/core/
H A Ddev.c6168 bool napi_complete_done(struct napi_struct *n, int work_done) argument
6183 if (work_done) {

Completed in 176 milliseconds

1234567