Searched refs:qla_watchdog_exited (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_def.h132 volatile uint32_t qla_watchdog_exited; member in struct:qla_host
H A Dql_os.c234 ha->qla_watchdog_exited = 1;
237 ha->qla_watchdog_exited = 0;
591 while (ha->qla_watchdog_exited == 0)
/freebsd-11.0-release/sys/dev/qlxge/
H A Dqls_def.h260 volatile uint32_t qla_watchdog_exited; member in struct:qla_host
H A Dqls_os.c298 ha->qla_watchdog_exited = 1;
301 ha->qla_watchdog_exited = 0;
542 while (ha->qla_watchdog_exited == 0)

Completed in 76 milliseconds