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

/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_dbg.h68 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y macro
87 #define QL_ASSERT(ha, x, y) macro
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.h175 #define QL_ASSERT(x, y) if (!x) panic y macro
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_dbg.h80 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y macro
98 #define QL_ASSERT(ha, x, y) macro
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h688 #define QL_ASSERT(ha, x, y) if (!x) panic y macro

Completed in 97 milliseconds