Searched refs:tx_tq (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_isr.c361 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
366 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
396 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
399 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
406 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
H A Dqla_def.h165 struct taskqueue *tx_tq; member in struct:qla_host
H A Dqla_os.c223 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
225 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
303 ha->tx_tq = taskqueue_create_fast("qla_txq", M_NOWAIT,
304 taskqueue_thread_enqueue, &ha->tx_tq);
305 taskqueue_start_threads(&ha->tx_tq, 1, PI_NET, "%s txq",
428 if (ha->tx_tq) {
429 taskqueue_drain(ha->tx_tq, &ha->tx_task);
430 taskqueue_free(ha->tx_tq);
/freebsd-13-stable/sys/dev/ntb/if_ntb/
H A Dif_ntb.c91 struct taskqueue *tx_tq; member in struct:ntb_net_queue
165 q->tx_tq = taskqueue_create_fast("ntb_txq", M_NOWAIT,
166 taskqueue_thread_enqueue, &q->tx_tq);
167 taskqueue_start_threads(&q->tx_tq, 1, PI_NET, "%s txq%d",
214 taskqueue_drain_all(q->tx_tq);
379 taskqueue_enqueue(q->tx_tq, &q->tx_task);
400 taskqueue_enqueue(q->tx_tq, &q->tx_task);
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_isr.c279 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
292 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
H A Dqls_os.c309 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
446 ha->tx_tq = taskqueue_create_fast("qla_txq", M_NOWAIT,
447 taskqueue_thread_enqueue, &ha->tx_tq);
448 taskqueue_start_threads(&ha->tx_tq, 1, PI_NET, "%s txq",
527 if (ha->tx_tq) {
528 taskqueue_drain(ha->tx_tq, &ha->tx_task);
529 taskqueue_free(ha->tx_tq);
H A Dqls_def.h305 struct taskqueue *tx_tq; member in struct:qla_host

Completed in 115 milliseconds