Lines Matching refs:ift_timer
349 struct callout ift_timer; member
1032 callout_reset_on(&txq->ift_timer, hz < 2000 ? 1 : hz / 1000, in iflib_netmap_txsync()
1033 iflib_timer, txq, txq->ift_timer.c_cpu); in iflib_netmap_txsync()
2314 callout_reset_on(&txq->ift_timer, reset_on, iflib_timer, txq, txq->ift_timer.c_cpu); in iflib_timer()
2379 callout_stop(&txq->ift_timer); in iflib_init_locked()
2417 callout_reset_on(&txq->ift_timer, hz/2, iflib_timer, txq, in iflib_init_locked()
2418 txq->ift_timer.c_cpu); in iflib_init_locked()
2470 callout_stop(&txq->ift_timer); in iflib_stop()
3591 callout_stop(&txq->ift_timer); in iflib_txq_drain()
3675 callout_stop(&txq->ift_timer); in iflib_txq_drain_free()
3818 callout_stop(&txq->ift_timer); in _task_fn_admin()
3832 callout_reset_on(&txq->ift_timer, reset_on, iflib_timer, txq, txq->ift_timer.c_cpu); in _task_fn_admin()
4961 callout_drain(&txq->ift_timer); in iflib_pseudo_deregister()
5041 callout_drain(&txq->ift_timer); in iflib_device_deregister()
5428 txq->ift_timer.c_cpu = cpu; in iflib_queues_alloc()
5440 callout_init_mtx(&txq->ift_timer, &txq->ift_mtx, 0); in iflib_queues_alloc()