Searched refs:hn_tx_taskque (Results 1 – 1 of 1) sorted by relevance
616 static struct taskqueue **hn_tx_taskque;/* shared TX taskqueues */ variable2112 sc->hn_tx_taskqs = hn_tx_taskque; in hn_attach()2528 if (sc->hn_tx_taskqs != NULL && sc->hn_tx_taskqs != hn_tx_taskque) { in hn_detach()7634 hn_tx_taskque = malloc(hn_tx_taskq_cnt * sizeof(struct taskqueue *), in hn_sysinit()7637 hn_tx_taskque[i] = taskqueue_create("hn_tx", M_WAITOK, in hn_sysinit()7638 taskqueue_thread_enqueue, &hn_tx_taskque[i]); in hn_sysinit()7639 taskqueue_start_threads(&hn_tx_taskque[i], 1, PI_NET, in hn_sysinit()7649 if (hn_tx_taskque != NULL) { in hn_sysuninit()7653 taskqueue_free(hn_tx_taskque[i]); in hn_sysuninit()7654 free(hn_tx_taskque, M_DEVBUF); in hn_sysuninit()