Searched defs:QL_ASSERT (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/qlxge/ |
H A D | qls_dbg.h | 67 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y macro 86 #define QL_ASSERT(ha, x, y) macro
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_dbg.h | 80 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y macro 98 #define QL_ASSERT(ha, x, y) macro
|
/freebsd/sys/dev/qlxgb/ |
H A D | qla_os.h | 172 #define QL_ASSERT(x, y) if (!x) panic y macro
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_def.h | 670 #define QL_ASSERT(ha, x, y) if (!x) panic y macro
|