Searched refs:tx_callout (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/qlxgb/
H A Dqla_def.h164 struct callout tx_callout; member in struct:qla_host
H A Dqla_os.c228 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
381 callout_init(&ha->tx_callout, 1);
389 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
483 callout_stop(&ha->tx_callout);
/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_def.h183 struct callout tx_callout; member in struct:qla_host
H A Dql_os.c276 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
456 callout_init(&ha->tx_callout, 1);
465 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
596 callout_stop(&ha->tx_callout);
/freebsd-11.0-release/sys/dev/qlxge/
H A Dqls_def.h307 struct callout tx_callout; member in struct:qla_host
H A Dqls_os.c323 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
456 callout_init(&ha->tx_callout, 1);
465 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
547 callout_stop(&ha->tx_callout);

Completed in 121 milliseconds