Home
last modified time | relevance | path

Searched refs:err_inject (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/qlxgbe/
H A Dql_dbg.h80 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y
81 #define QL_ERR_INJECT(ha, val) (ha->err_inject == val)
H A Dql_def.h250 uint32_t err_inject; member
H A Dql_hw.c1064 ha->err_inject = 0; in ql_hw_add_sysctls()
1068 CTLFLAG_RW, &ha->err_inject, ha->err_inject, in ql_hw_add_sysctls()
1391 if (((ha->err_inject & 0xFFFF) == INJCT_MBX_CMD_FAILURE) && in qla_mbx_cmd()
1392 (((ha->err_inject & ~0xFFFF) == ((h_mbox[0] & 0xFFFF) << 16))|| in qla_mbx_cmd()
1393 !(ha->err_inject & ~0xFFFF))) { in qla_mbx_cmd()
H A Dql_os.c278 ha->err_inject = 0; in qla_watchdog()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h474 uint32_t err_inject; member
672 #define QL_ERR_INJECT(ha, val) (ha->err_inject == val)
673 #define QL_RESET_ERR_INJECT(ha, val) {if (ha->err_inject == val) ha->err_inject = 0;}
H A Dqlnx_os.c2198 ha->err_inject = 0; in qlnx_add_sysctls()
2202 &ha->err_inject, ha->err_inject, "Error Inject"); in qlnx_add_sysctls()
/freebsd/sys/dev/qlxge/
H A Dqls_dbg.h67 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y
H A Dqls_def.h341 uint32_t err_inject; member
H A Dqls_os.c301 ha->err_inject = 0; in qls_watchdog()