Searched refs:QL_ASSERT (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/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
H A Dqls_os.c1201 QL_ASSERT(ha, (nsegs != 0), ("qls_send: empty packet"));
/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_dbg.h74 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y macro
92 #define QL_ASSERT(ha, x, y) macro
H A Dql_isr.c83 QL_ASSERT(ha, (rxb != NULL),
100 QL_ASSERT(ha, (mp != NULL),
218 QL_ASSERT(ha, (rxb != NULL),
235 QL_ASSERT(ha, (mp != NULL),
433 QL_ASSERT(ha, (0),\
549 QL_ASSERT(ha, (desc_count <= 2) ,\
622 QL_ASSERT(ha, (desc_count <= 7) ,\
H A Dql_os.c1266 QL_ASSERT(ha, (nsegs != 0), ("qla_send: empty packet"));
/freebsd-11.0-release/sys/dev/qlxgb/
H A Dqla_inline.h200 QL_ASSERT(0, ("%s: invalid rds index [%d]\n", __func__, ridx));
H A Dqla_os.h175 #define QL_ASSERT(x, y) if (!x) panic y macro
H A Dqla_isr.c91 QL_ASSERT((rxb != NULL),\
97 QL_ASSERT((mp != NULL),\
H A Dqla_os.c530 QL_ASSERT((nsegs == 1), ("%s: %d segments returned!", __func__, nsegs));
1118 QL_ASSERT((nsegs != 0), ("qla_send: empty packet"));

Completed in 170 milliseconds