Searched refs:DBASSERT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_stats.c87 DBASSERT(sc, !(res > 2 * DMAE_LEN32_RD_MAX), ("big stats dmae length\n"));
H A Dbxe.h2226 #define DBASSERT(sc, exp, msg) \ macro
H A Dbxe.c973 DBASSERT(sc, (dma->tag != NULL), ("dma tag is NULL"));
1644 DBASSERT(sc, (len32 <= 4), ("DMAE read length is %d", len32));
1684 DBASSERT(sc, (len32 <= 4), ("DMAE not ready and length is %d", len32));

Completed in 120 milliseconds