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

/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_def.h166 struct callout tx_callout; member in struct:qla_host
H A Dqla_os.c229 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
382 callout_init(&ha->tx_callout, 1);
390 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
483 callout_stop(&ha->tx_callout);
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_def.h197 struct callout tx_callout; member in struct:qla_host
H A Dql_os.c319 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
522 callout_init(&ha->tx_callout, TRUE);
531 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
665 callout_stop(&ha->tx_callout);
2230 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_def.h306 struct callout tx_callout; member in struct:qla_host
H A Dqls_os.c318 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
451 callout_init(&ha->tx_callout, 1);
460 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS,
542 callout_stop(&ha->tx_callout);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h423 struct callout tx_callout; member in struct:qlnx_host

Completed in 178 milliseconds