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

/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnetvar.h110 struct taskqueue *vtntx_tq; member in struct:vtnet_txq
H A Dif_vtnet.c723 txq->vtntx_tq = taskqueue_create(txq->vtntx_name, M_NOWAIT,
724 taskqueue_thread_enqueue, &txq->vtntx_tq);
725 if (txq->vtntx_tq == NULL)
2260 taskqueue_enqueue(txq->vtntx_tq, &txq->vtntx_intrtask);
2340 taskqueue_enqueue(txq->vtntx_tq, &txq->vtntx_intrtask);
2369 taskqueue_enqueue(txq->vtntx_tq, &txq->vtntx_defrtask);
2703 error = taskqueue_start_threads(&txq->vtntx_tq, 1, PI_NET,
2727 if (txq->vtntx_tq != NULL) {
2728 taskqueue_free(txq->vtntx_tq);
2729 txq->vtntx_tq
[all...]

Completed in 49 milliseconds