Searched refs:vtntx_tq (Results 1 – 2 of 2) sorted by relevance
878 txq->vtntx_tq = taskqueue_create(txq->vtntx_name, M_NOWAIT, in vtnet_init_txq()879 taskqueue_thread_enqueue, &txq->vtntx_tq); in vtnet_init_txq()880 if (txq->vtntx_tq == NULL) in vtnet_init_txq()2665 taskqueue_enqueue(txq->vtntx_tq, &txq->vtntx_intrtask); in vtnet_start_locked()2745 taskqueue_enqueue(txq->vtntx_tq, &txq->vtntx_intrtask); in vtnet_txq_mq_start_locked()2773 taskqueue_enqueue(txq->vtntx_tq, &txq->vtntx_defrtask); in vtnet_txq_mq_start()3092 error = taskqueue_start_threads(&txq->vtntx_tq, 1, PI_NET, in vtnet_start_taskqueues()3116 if (txq->vtntx_tq != NULL) { in vtnet_free_taskqueues()3117 taskqueue_free(txq->vtntx_tq); in vtnet_free_taskqueues()3118 txq->vtntx_tq = NULL; in vtnet_free_taskqueues()[all …]
122 struct taskqueue *vtntx_tq; member