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

/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_isr.c362 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
367 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.c222 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
224 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
301 TASK_INIT(&ha->tx_task, 0, qla_tx_done, ha);
428 taskqueue_drain(ha->tx_tq, &ha->tx_task);
/freebsd-11-stable/sys/dev/ntb/if_ntb/
H A Dif_ntb.c88 struct task tx_task; member in struct:ntb_net_queue
162 TASK_INIT(&q->tx_task, 0, ntb_handle_tx, q);
377 taskqueue_enqueue(q->tx_tq, &q->tx_task);
398 taskqueue_enqueue(q->tx_tq, &q->tx_task);
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_isr.c284 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
297 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
H A Dqls_def.h305 struct task tx_task; member in struct:qla_host
H A Dqls_os.c314 taskqueue_enqueue(ha->tx_tq, &ha->tx_task);
450 TASK_INIT(&ha->tx_task, 0, qls_tx_done, ha);
533 taskqueue_drain(ha->tx_tq, &ha->tx_task);
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.h334 struct task tx_task; member in struct:adapter
H A Dif_em.h332 struct task tx_task; member in struct:tx_ring
H A Dif_em.c1071 taskqueue_enqueue(txr->tq, &txr->tx_task);
2365 taskqueue_enqueue(txr->tq, &txr->tx_task);
2606 TASK_INIT(&txr->tx_task, 0, em_handle_tx, txr);
2720 TASK_INIT(&txr->tx_task, 0, em_handle_tx, txr);
/freebsd-11-stable/sys/dev/netmap/
H A Dif_em_netmap.h53 taskqueue_drain(txr->tq, &txr->tx_task);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsu.c431 TASK_INIT(&sc->tx_task, 0, rsu_tx_task, sc);
603 taskqueue_drain(taskqueue_thread, &sc->tx_task);
1241 taskqueue_drain(taskqueue_thread, &sc->tx_task);
2331 taskqueue_enqueue(taskqueue_thread, &sc->tx_task);
2947 taskqueue_cancel(taskqueue_thread, &sc->tx_task, NULL);
H A Dif_rsureg.h762 struct task tx_task; member in struct:rsu_softc
/freebsd-11-stable/sys/dev/ixl/
H A Dixl.h526 struct task tx_task; member in struct:ixl_queue
H A Dixl_txrx.c200 taskqueue_enqueue(que->tq, &que->tx_task);
H A Dif_ixlv.c1479 TASK_INIT(&que->tx_task, 0, ixl_deferred_mq_start, que);
H A Dixl_pf_main.c1260 TASK_INIT(&que->tx_task, 0, ixl_deferred_mq_start, que);
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c305 TASK_INIT(&sc->tx_task, 0, otus_tx_task, sc);
349 taskqueue_drain(taskqueue_thread, &sc->tx_task);
460 taskqueue_enqueue(taskqueue_thread, &sc->tx_task);
3216 taskqueue_drain(taskqueue_thread, &sc->tx_task);
H A Dif_otusreg.h1024 struct task tx_task; member in struct:otus_softc
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h652 struct task tx_task; member in struct:bxe_fastpath
H A Dbxe.c5822 taskqueue_enqueue(fp->tq, &fp->tx_task);
7081 taskqueue_enqueue(fp->tq, &fp->tx_task);
9188 taskqueue_drain(fp->tq, &fp->tx_task);
9241 TASK_INIT(&fp->tx_task, 0, bxe_tx_mq_start_deferred, fp);

Completed in 315 milliseconds