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

/freebsd-current/sys/dev/qlxge/
H A Dqls_dbg.h67 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y macro
86 #define QL_ASSERT(ha, x, y) macro
/freebsd-current/sys/dev/qlxgb/
H A Dqla_os.h172 #define QL_ASSERT(x, y) if (!x) panic y macro
/freebsd-current/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-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h670 #define QL_ASSERT(ha, x, y) if (!x) panic y macro

Completed in 119 milliseconds