Searched refs:QL_ASSERT (Results 1 - 12 of 12) 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
H A Dqls_os.c1201 QL_ASSERT(ha, (nsegs != 0), ("qls_send: empty packet"));
/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
H A Dql_isr.c86 QL_ASSERT(ha, (rxb != NULL),
103 QL_ASSERT(ha, (mp != NULL),
245 QL_ASSERT(ha, (rxb != NULL),
262 QL_ASSERT(ha, (mp != NULL),
465 QL_ASSERT(ha, (0),\
583 QL_ASSERT(ha, (desc_count <= 2) ,\
657 QL_ASSERT(ha, (desc_count <= 7) ,\
H A Dql_os.c1292 QL_ASSERT(ha, 0, ("%s [%d]: txr_idx = %d tx_idx = %d "\
1363 QL_ASSERT(ha, (nsegs != 0), ("qla_send: empty packet"));
H A Dql_hw.c2580 QL_ASSERT(ha, 0, \
3846 QL_ASSERT(ha, (hw_tx_cntxt->txr_free <= NUM_TX_DESCRIPTORS), \
/freebsd-11-stable/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));
1119 QL_ASSERT((nsegs != 0), ("qla_send: empty packet"));
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h688 #define QL_ASSERT(ha, x, y) if (!x) panic y macro
H A Dqlnx_os.c3505 QL_ASSERT(ha, (nsegs != 0), ("qlnx_send: empty packet"));

Completed in 148 milliseconds