Lines Matching full:started
36 long started; member
284 long started_before = vq->started; in run_tx_test()
289 while (vq->started < bufs && in run_tx_test()
290 (vq->started - vq->completed) < 1) { in run_tx_test()
293 dev->test_buf + vq->started, in run_tx_test()
298 ++vq->started; in run_tx_test()
306 if (vq->started >= bufs) in run_tx_test()
322 if (vq->completed == completed_before && vq->started == started_before) in run_tx_test()
326 assert(vq->started <= bufs); in run_tx_test()
338 printf("TX spurious wakeups: 0x%llx started=0x%lx completed=0x%lx\n", in run_tx_test()
339 spurious, vq->started, vq->completed); in run_tx_test()
351 long started_before = vq->started; in run_rx_test()
355 while (vq->started < bufs && in run_rx_test()
356 (vq->started - vq->completed) < 1) { in run_rx_test()
360 dev->res_buf + vq->started, in run_rx_test()
365 ++vq->started; in run_rx_test()
375 if (vq->started >= bufs) in run_rx_test()
397 if (vq->completed == completed_before && vq->started == started_before) in run_rx_test()
401 assert(vq->started <= bufs); in run_rx_test()
406 printf("RX spurious wakeups: 0x%llx started=0x%lx completed=0x%lx\n", in run_rx_test()
407 spurious, vq->started, vq->completed); in run_rx_test()