Lines Matching refs:work_done
7147 static int tg3_poll_work(struct tg3_napi *tnapi, int work_done, int budget) in tg3_poll_work() argument
7155 return work_done; in tg3_poll_work()
7159 return work_done; in tg3_poll_work()
7166 work_done += tg3_rx(tnapi, budget - work_done); in tg3_poll_work()
7195 return work_done; in tg3_poll_work()
7215 int work_done = 0; in tg3_poll_msix() local
7219 work_done = tg3_poll_work(tnapi, work_done, budget); in tg3_poll_msix()
7224 if (unlikely(work_done >= budget)) in tg3_poll_msix()
7245 napi_complete_done(napi, work_done); in tg3_poll_msix()
7262 return work_done; in tg3_poll_msix()
7268 return work_done; in tg3_poll_msix()
7309 int work_done = 0; in tg3_poll() local
7318 work_done = tg3_poll_work(tnapi, work_done, budget); in tg3_poll()
7323 if (unlikely(work_done >= budget)) in tg3_poll()
7338 napi_complete_done(napi, work_done); in tg3_poll()
7344 return work_done; in tg3_poll()
7350 return work_done; in tg3_poll()