Home
last modified time | relevance | path

Searched defs:QL_ASSERT (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/qlxge/
Dqls_dbg.h70 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y macro
89 #define QL_ASSERT(ha, x, y) macro
/freebsd-12-stable/sys/dev/qlxgbe/
Dql_dbg.h82 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y macro
100 #define QL_ASSERT(ha, x, y) macro
/freebsd-12-stable/sys/dev/qlxgb/
Dqla_os.h177 #define QL_ASSERT(x, y) if (!x) panic y macro
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Dqlnx_def.h688 #define QL_ASSERT(ha, x, y) if (!x) panic y macro