Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_dbg.h82 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y
83 #define QL_ERR_INJECT(ha, val) (ha->err_inject == val)
H A Dql_def.h252 uint32_t err_inject; member
H A Dql_hw.c1066 ha->err_inject = 0; in ql_hw_add_sysctls()
1070 CTLFLAG_RW, &ha->err_inject, ha->err_inject, in ql_hw_add_sysctls()
1393 if (((ha->err_inject & 0xFFFF) == INJCT_MBX_CMD_FAILURE) && in qla_mbx_cmd()
1394 (((ha->err_inject & ~0xFFFF) == ((h_mbox[0] & 0xFFFF) << 16))|| in qla_mbx_cmd()
1395 !(ha->err_inject & ~0xFFFF))) { in qla_mbx_cmd()
H A Dql_os.c284 ha->err_inject = 0; in qla_watchdog()
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h476 uint32_t err_inject; member
674 #define QL_ERR_INJECT(ha, val) (ha->err_inject == val)
675 #define QL_RESET_ERR_INJECT(ha, val) {if (ha->err_inject == val) ha->err_inject = 0;}
H A Dqlnx_os.c2237 ha->err_inject = 0; in qlnx_add_sysctls()
2241 &ha->err_inject, ha->err_inject, "Error Inject"); in qlnx_add_sysctls()
/freebsd-13.1/sys/dev/qlxge/
H A Dqls_dbg.h69 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y
H A Dqls_def.h343 uint32_t err_inject; member
H A Dqls_os.c305 ha->err_inject = 0; in qls_watchdog()