Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/cxgb/
HDcxgb_adapter.h256 struct callout txq_watchdog; member
HDcxgb_sge.c1625 callout_reset_on(&txq->txq_watchdog, hz/4, cxgb_tx_watchdog, in cxgb_tx_watchdog()
1626 qs, txq->txq_watchdog.c_cpu); in cxgb_tx_watchdog()
2431 callout_init(&q->txq[TXQ_ETH].txq_watchdog, 1); in t3_sge_alloc_qset()
2433 q->txq[TXQ_ETH].txq_watchdog.c_cpu = id % mp_ncpus; in t3_sge_alloc_qset()
HDcxgb_main.c1101 callout_drain(&txq->txq_watchdog); in cxgb_port_detach()
1684 callout_reset_on(&txq->txq_watchdog, hz, cxgb_tx_watchdog, qs, in cxgb_init_locked()
1685 txq->txq_watchdog.c_cpu); in cxgb_init_locked()