Searched refs:hn_tx_taskque (Results 1 – 1 of 1) sorted by relevance
603 static struct taskqueue **hn_tx_taskque;/* shared TX taskqueues */ variable2119 sc->hn_tx_taskqs = hn_tx_taskque; in hn_attach()2533 if (sc->hn_tx_taskqs != NULL && sc->hn_tx_taskqs != hn_tx_taskque) { in hn_detach()7513 hn_tx_taskque = malloc(hn_tx_taskq_cnt * sizeof(struct taskqueue *), in hn_sysinit()7516 hn_tx_taskque[i] = taskqueue_create("hn_tx", M_WAITOK, in hn_sysinit()7517 taskqueue_thread_enqueue, &hn_tx_taskque[i]); in hn_sysinit()7518 taskqueue_start_threads(&hn_tx_taskque[i], 1, PI_NET, in hn_sysinit()7528 if (hn_tx_taskque != NULL) { in hn_sysuninit()7532 taskqueue_free(hn_tx_taskque[i]); in hn_sysuninit()7533 free(hn_tx_taskque, M_DEVBUF); in hn_sysuninit()