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

/freebsd-current/sys/dev/qlxgbe/
H A Dql_def.h228 struct taskqueue *stats_tq; member in struct:qla_host
H A Dql_os.c298 taskqueue_enqueue(ha->stats_tq,
541 ha->stats_tq = taskqueue_create("qla_statsq", M_NOWAIT,
542 taskqueue_thread_enqueue, &ha->stats_tq);
543 taskqueue_start_threads(&ha->stats_tq, 1, PI_NET, "%s taskq",
644 if (ha->stats_tq) {
645 taskqueue_drain_all(ha->stats_tq);
646 taskqueue_free(ha->stats_tq);
2065 taskqueue_drain_all(ha->stats_tq);

Completed in 167 milliseconds