Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgb/
H A Dqla_def.h164 struct callout tx_callout; member
H A Dqla_os.c225 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS, in qla_watchdog()
378 callout_init(&ha->tx_callout, 1); in qla_pci_attach()
386 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS, in qla_pci_attach()
476 callout_stop(&ha->tx_callout); in qla_release()
/freebsd/sys/dev/qlxgbe/
H A Dql_def.h195 struct callout tx_callout; member
H A Dql_os.c313 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS, in qla_watchdog()
516 callout_init(&ha->tx_callout, TRUE); in qla_pci_attach()
525 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS, in qla_pci_attach()
659 callout_stop(&ha->tx_callout); in qla_release()
2213 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS, in qla_error_recovery()
/freebsd/sys/dev/qlxge/
H A Dqls_def.h304 struct callout tx_callout; member
H A Dqls_os.c314 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS, in qls_watchdog()
447 callout_init(&ha->tx_callout, 1); in qls_pci_attach()
456 callout_reset(&ha->tx_callout, QLA_WATCHDOG_CALLOUT_TICKS, in qls_pci_attach()
535 callout_stop(&ha->tx_callout); in qls_release()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h421 struct callout tx_callout; member