Searched refs:txq_watchdog (Results 1 – 3 of 3) sorted by relevance
256 struct callout txq_watchdog; member
1625 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()
1101 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()