Searched refs:error_flags (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/dev/cxgbe/ |
| H A D | adapter.h | 964 int error_flags; /* Used by error handler and live reset. */ member 1125 const int off_limits = atomic_load_int(&sc->error_flags) & HW_OFF_LIMITS; in hw_off_limits() 1133 const int stopped = atomic_load_int(&sc->error_flags) & ADAP_STOPPED; in adapter_stopped()
|
| H A D | t4_main.c | 1927 __func__, curthread, sc->flags, sc->error_flags); in stop_adapter() 1931 sc->flags, sc->error_flags); in stop_adapter() 1963 sc->flags, sc->error_flags); in restart_adapter() 1980 atomic_set_int(&sc->error_flags, ADAP_STOPPED); in restart_adapter() 1983 atomic_clear_int(&sc->error_flags, ADAP_FATAL_ERR); in restart_adapter() 1998 atomic_clear_int(&sc->error_flags, HW_OFF_LIMITS); in set_adapter_hwstatus() 2004 atomic_set_int(&sc->error_flags, HW_OFF_LIMITS); in set_adapter_hwstatus() 2561 MPASS(sc->error_flags & HW_OFF_LIMITS); in reset_adapter_with_pl_rst() 2585 const int eflags = sc->error_flags; in reset_adapter_task() 3725 atomic_set_int(&sc->error_flags, ADAP_CIM_ERR); in t4_fatal_err() [all …]
|
| H A D | t4_sge.c | 1306 if (atomic_load_int(&sc->error_flags) & ADAP_FATAL_ERR) in t4_intr_err()
|
| /freebsd-14.2/sys/contrib/ena-com/ena_defs/ |
| H A D | ena_admin_defs.h | 1315 uint32_t error_flags; member
|
| /freebsd-14.2/sys/dev/qlnx/qlnxe/ |
| H A D | iscsi_common.h | 1049 u8 error_flags; member
|
| /freebsd-14.2/sys/contrib/ena-com/ |
| H A D | ena_com.c | 1953 (read_resp->error_flags & ENA_PHC_ERROR_FLAGS)) { in ena_com_phc_get_timestamp() 2002 if (unlikely(read_resp->error_flags & ENA_PHC_ERROR_FLAGS)) { in ena_com_phc_get_timestamp()
|