Home
last modified time | relevance | path

Searched refs:txq_timer (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/cxgb/
H A Dcxgb_sge.c1693 if (!TXQ_RING_EMPTY(qs) && callout_pending(&txq->txq_timer) == 0 && in cxgb_start_locked()
1695 callout_reset_on(&txq->txq_timer, 1, cxgb_tx_timeout, in cxgb_start_locked()
1696 qs, txq->txq_timer.c_cpu); in cxgb_start_locked()
1743 else if (!TXQ_RING_EMPTY(qs) && !callout_pending(&txq->txq_timer)) in cxgb_transmit_locked()
1744 callout_reset_on(&txq->txq_timer, 1, cxgb_tx_timeout, in cxgb_transmit_locked()
1745 qs, txq->txq_timer.c_cpu); in cxgb_transmit_locked()
2464 callout_init(&q->txq[TXQ_ETH].txq_timer, 1); in t3_sge_alloc_qset()
2466 q->txq[TXQ_ETH].txq_timer.c_cpu = id % mp_ncpus; in t3_sge_alloc_qset()
H A Dcxgb_adapter.h257 struct callout txq_timer; member
H A Dcxgb_main.c1113 callout_drain(&txq->txq_timer); in cxgb_port_detach()