Searched refs:DBASSERT (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/bxe/ |
| H A D | bxe_stats.c | 87 DBASSERT(sc, !(res > 2 * DMAE_LEN32_RD_MAX), ("big stats dmae length\n")); in bxe_get_port_stats_dma_len()
|
| H A D | bxe.h | 2165 #define DBASSERT(sc, exp, msg) \ macro
|
| H A D | bxe.c | 962 DBASSERT(sc, (dma->tag != NULL), ("dma tag is NULL")); in bxe_dma_free() 1633 DBASSERT(sc, (len32 <= 4), ("DMAE read length is %d", len32)); in bxe_read_dmae() 1673 DBASSERT(sc, (len32 <= 4), ("DMAE not ready and length is %d", len32)); in bxe_write_dmae()
|