Searched defs:QL_ASSERT (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/qlxge/ |
| D | qls_dbg.h | 70 #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/ |
| D | ql_dbg.h | 82 #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/ |
| D | qla_os.h | 177 #define QL_ASSERT(x, y) if (!x) panic y macro
|
| /freebsd-12-stable/sys/dev/qlnx/qlnxe/ |
| D | qlnx_def.h | 688 #define QL_ASSERT(ha, x, y) if (!x) panic y macro
|