Searched refs:QL_ASSERT (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/sys/dev/qlxge/ |
| H A 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
|
| H A D | qls_os.c | 1203 QL_ASSERT(ha, (nsegs != 0), ("qls_send: empty packet")); in qls_send()
|
| /freebsd-12.1/sys/dev/qlxgbe/ |
| H A 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
|
| H A D | ql_isr.c | 88 QL_ASSERT(ha, (rxb != NULL), in qla_rx_intr() 105 QL_ASSERT(ha, (mp != NULL), in qla_rx_intr() 247 QL_ASSERT(ha, (rxb != NULL), in qla_lro_intr() 264 QL_ASSERT(ha, (mp != NULL), in qla_lro_intr() 467 QL_ASSERT(ha, (0),\ in qla_rcv_cont_sds() 585 QL_ASSERT(ha, (desc_count <= 2) ,\ in ql_rcv_isr() 659 QL_ASSERT(ha, (desc_count <= 7) ,\ in ql_rcv_isr()
|
| H A D | ql_os.c | 1294 QL_ASSERT(ha, 0, ("%s [%d]: txr_idx = %d tx_idx = %d "\ in qla_send() 1365 QL_ASSERT(ha, (nsegs != 0), ("qla_send: empty packet")); in qla_send()
|
| H A D | ql_hw.c | 2582 QL_ASSERT(ha, 0, \ in ql_hw_send() 3848 QL_ASSERT(ha, (hw_tx_cntxt->txr_free <= NUM_TX_DESCRIPTORS), \ in ql_hw_tx_done_locked()
|
| /freebsd-12.1/sys/dev/qlxgb/ |
| H A D | qla_os.h | 177 #define QL_ASSERT(x, y) if (!x) panic y macro
|
| H A D | qla_isr.c | 93 QL_ASSERT((rxb != NULL),\ in qla_rx_intr() 99 QL_ASSERT((mp != NULL),\ in qla_rx_intr()
|
| H A D | qla_inline.h | 202 QL_ASSERT(0, ("%s: invalid rds index [%d]\n", __func__, ridx)); in qla_init_hw_rcv_descriptors()
|
| H A D | qla_os.c | 532 QL_ASSERT((nsegs == 1), ("%s: %d segments returned!", __func__, nsegs)); in qla_dmamap_callback() 1120 QL_ASSERT((nsegs != 0), ("qla_send: empty packet")); in qla_send()
|
| /freebsd-12.1/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_def.h | 688 #define QL_ASSERT(ha, x, y) if (!x) panic y macro
|
| H A D | qlnx_os.c | 3505 QL_ASSERT(ha, (nsegs != 0), ("qlnx_send: empty packet")); in qlnx_send()
|