Searched refs:tx_task (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sys/dev/qlxgb/
H A Dqla_isr.c364 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
369 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
397 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
400 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
407 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
H A Dqla_def.h162 struct task tx_task; member in struct:qla_host
H A Dqla_os.c219 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
221 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
298 TASK_INIT(&ha->tx_task, 0, qla_tx_done, ha);
422 taskqueue_drain(ha->tx_tq, &ha->tx_task);
/freebsd-current/sys/dev/ntb/if_ntb/
H A Dif_ntb.c87 struct task tx_task; member in struct:ntb_net_queue
161 TASK_INIT(&q->tx_task, 0, ntb_handle_tx, q);
376 taskqueue_enqueue(q->tx_tq, &q->tx_task);
397 taskqueue_enqueue(q->tx_tq, &q->tx_task);
/freebsd-current/sys/dev/qlxge/
H A Dqls_isr.c283 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
298 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
H A Dqls_def.h302 struct task tx_task; member in struct:qla_host
H A Dqls_os.c305 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
441 TASK_INIT(&ha->tx_task, 0, qls_tx_done, ha);
521 taskqueue_drain(ha->tx_tq, &ha->tx_task);
/freebsd-current/sys/net/
H A Dif_epair.c110 struct task tx_task; member in struct:epair_queue
190 taskqueue_enqueue(epair_tasks.tq[q->id], &q->tx_task);
270 taskqueue_enqueue(epair_tasks.tq[q->id], &q->tx_task);
534 NET_TASK_INIT(&q->tx_task, 0, epair_tx_start_deferred, q);
/freebsd-current/sys/dev/usb/wlan/
H A Dif_rsureg.h856 struct task tx_task; member in struct:rsu_softc
H A Dif_rsu.c463 TASK_INIT(&sc->tx_task, 0, rsu_tx_task, sc);
645 taskqueue_drain(taskqueue_thread, &sc->tx_task);
1467 taskqueue_drain(taskqueue_thread, &sc->tx_task);
2995 taskqueue_enqueue(taskqueue_thread, &sc->tx_task);
3732 taskqueue_cancel(taskqueue_thread, &sc->tx_task, NULL);
/freebsd-current/sys/dev/otus/
H A Dif_otus.c300 TASK_INIT(&sc->tx_task, 0, otus_tx_task, sc);
344 taskqueue_drain(taskqueue_thread, &sc->tx_task);
454 taskqueue_enqueue(taskqueue_thread, &sc->tx_task);
3298 taskqueue_drain(taskqueue_thread, &sc->tx_task);
H A Dif_otusreg.h1032 struct task tx_task; member in struct:otus_softc
/freebsd-current/sys/dev/bxe/
H A Dbxe.h614 struct task tx_task; member in struct:bxe_fastpath
H A Dbxe.c5780 taskqueue_enqueue(fp->tq, &fp->tx_task);
7029 taskqueue_enqueue(fp->tq, &fp->tx_task);
9136 taskqueue_drain(fp->tq, &fp->tx_task);
9189 TASK_INIT(&fp->tx_task, 0, bxe_tx_mq_start_deferred, fp);

Completed in 317 milliseconds