Searched refs:stats_tq (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_def.h230 struct taskqueue *stats_tq; member in struct:qla_host
H A Dql_os.c304 taskqueue_enqueue(ha->stats_tq,
547 ha->stats_tq = taskqueue_create("qla_statsq", M_NOWAIT,
548 taskqueue_thread_enqueue, &ha->stats_tq);
549 taskqueue_start_threads(&ha->stats_tq, 1, PI_NET, "%s taskq",
650 if (ha->stats_tq) {
651 taskqueue_drain_all(ha->stats_tq);
652 taskqueue_free(ha->stats_tq);
2078 taskqueue_drain_all(ha->stats_tq);

Completed in 119 milliseconds