Home
last modified time | relevance | path

Searched refs:cxgb_tx_watchdog (Results 1 – 3 of 3) sorted by path

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h549 void cxgb_tx_watchdog(void *arg);
H A Dcxgb_main.c1740 callout_reset_on(&txq->txq_watchdog, hz, cxgb_tx_watchdog, qs, in cxgb_init_locked()
H A Dcxgb_sge.c1609 cxgb_tx_watchdog(void *arg) in cxgb_tx_watchdog() function
1628 callout_reset_on(&txq->txq_watchdog, hz/4, cxgb_tx_watchdog, in cxgb_tx_watchdog()