Searched refs:QL_ASSERT (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/sys/dev/qlxge/ |
| HD | qls_dbg.h | 68 #define QL_ASSERT(ha, x, y) if (!x && !ha->err_inject) panic y macro 87 #define QL_ASSERT(ha, x, y) macro
|
| HD | qls_os.c | 1201 QL_ASSERT(ha, (nsegs != 0), ("qls_send: empty packet")); in qls_send()
|
| /freebsd-11-stable/sys/dev/qlxgbe/ |
| HD | 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
|
| HD | ql_isr.c | 86 QL_ASSERT(ha, (rxb != NULL), in qla_rx_intr() 103 QL_ASSERT(ha, (mp != NULL), in qla_rx_intr() 245 QL_ASSERT(ha, (rxb != NULL), in qla_lro_intr() 262 QL_ASSERT(ha, (mp != NULL), in qla_lro_intr() 465 QL_ASSERT(ha, (0),\ in qla_rcv_cont_sds() 583 QL_ASSERT(ha, (desc_count <= 2) ,\ in ql_rcv_isr() 657 QL_ASSERT(ha, (desc_count <= 7) ,\ in ql_rcv_isr()
|
| HD | ql_os.c | 1292 QL_ASSERT(ha, 0, ("%s [%d]: txr_idx = %d tx_idx = %d "\ in qla_send() 1363 QL_ASSERT(ha, (nsegs != 0), ("qla_send: empty packet")); in qla_send()
|
| HD | ql_hw.c | 2580 QL_ASSERT(ha, 0, \ in ql_hw_send() 3846 QL_ASSERT(ha, (hw_tx_cntxt->txr_free <= NUM_TX_DESCRIPTORS), \ in ql_hw_tx_done_locked()
|
| /freebsd-11-stable/sys/dev/qlxgb/ |
| HD | qla_os.h | 175 #define QL_ASSERT(x, y) if (!x) panic y macro
|
| HD | qla_isr.c | 91 QL_ASSERT((rxb != NULL),\ in qla_rx_intr() 97 QL_ASSERT((mp != NULL),\ in qla_rx_intr()
|
| HD | qla_inline.h | 200 QL_ASSERT(0, ("%s: invalid rds index [%d]\n", __func__, ridx)); in qla_init_hw_rcv_descriptors()
|
| HD | qla_os.c | 530 QL_ASSERT((nsegs == 1), ("%s: %d segments returned!", __func__, nsegs)); in qla_dmamap_callback() 1119 QL_ASSERT((nsegs != 0), ("qla_send: empty packet")); in qla_send()
|
| /freebsd-11-stable/sys/dev/qlnx/qlnxe/ |
| HD | qlnx_def.h | 688 #define QL_ASSERT(ha, x, y) if (!x) panic y macro
|
| HD | qlnx_os.c | 3505 QL_ASSERT(ha, (nsegs != 0), ("qlnx_send: empty packet")); in qlnx_send()
|