Home
last modified time | relevance | path

Searched refs:sp_log_stop (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qlxgbe/
H A Dql_os.c934 ha->hw.sp_log_stop = -1; in qla_init_locked()
2194 ha->hw.sp_log_stop = -1; in qla_error_recovery()
2207 ha->hw.sp_log_stop = -1; in qla_error_recovery()
H A Dql_ioctl.c579 if (((sp_log = ha->hw.sp_log) == NULL) || ha->hw.sp_log_stop) in ql_sp_log()
H A Dql_misc.c798 ha->hw.sp_log_stop = -1; in ql_init_hw()
H A Dql_hw.c1025 OID_AUTO, "sp_log_stop", CTLFLAG_RW, &ha->hw.sp_log_stop, in ql_hw_add_sysctls()
1026 ha->hw.sp_log_stop, "sp_log_stop"); in ql_hw_add_sysctls()
3830 ha->hw.sp_log_stop = -1; in ql_hw_check_health()
3868 ha->hw.sp_log_stop = -1; in ql_hw_check_health()
H A Dql_hw.h1709 uint32_t sp_log_stop; member