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

/freebsd-11-stable/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-stable/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);
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_def.h195 struct callout tx_callout; member in struct:qla_host
H A Dql_os.c323 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
526 callout_init(&ha->tx_callout, TRUE);
535 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
670 callout_stop(&ha->tx_callout);
2271 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h436 struct callout tx_callout; member in struct:qlnx_host

Completed in 191 milliseconds