Symbol: DBG_SP
sys/dev/bxe/bxe.c
11590
BLOGD(sc, DBG_SP, "Failed to schedule ADD operations (EEXIST)\n");
sys/dev/bxe/bxe.c
12127
BLOGD(ctx->sc, DBG_SP, "Failed to schedule ADD operations (EEXIST)\n");
sys/dev/bxe/bxe.c
12168
BLOGD(sc, DBG_SP, "state is %x, returning\n", sc->state);
sys/dev/bxe/bxe.c
12172
BLOGD(sc, DBG_SP, "if_flags(ifp)=0x%x\n", if_getflags(sc->ifp));
sys/dev/bxe/bxe.c
12352
BLOGD(sc, DBG_SP,
sys/dev/bxe/bxe.c
12566
BLOGD(sc, DBG_SP,
sys/dev/bxe/bxe.c
2448
BLOGD(sc, DBG_SP, "SPQE -> %#jx\n", (uintmax_t)sc->spq_dma.paddr);
sys/dev/bxe/bxe.c
2449
BLOGD(sc, DBG_SP, "FUNC_RDATA -> %p / %#jx\n",
sys/dev/bxe/bxe.c
2451
BLOGD(sc, DBG_SP,
sys/dev/bxe/bxe.c
2677
BLOGD(sc, DBG_SP, "fp=%d cid=%d got ramrod #%d state is %x type is %d\n",
sys/dev/bxe/bxe.c
2682
BLOGD(sc, DBG_SP, "got UPDATE ramrod. CID %d\n", cid);
sys/dev/bxe/bxe.c
2687
BLOGD(sc, DBG_SP, "got MULTI[%d] setup ramrod\n", cid);
sys/dev/bxe/bxe.c
2692
BLOGD(sc, DBG_SP, "got MULTI[%d] tx-only setup ramrod\n", cid);
sys/dev/bxe/bxe.c
2697
BLOGD(sc, DBG_SP, "got MULTI[%d] halt ramrod\n", cid);
sys/dev/bxe/bxe.c
2702
BLOGD(sc, DBG_SP, "got MULTI[%d] teminate ramrod\n", cid);
sys/dev/bxe/bxe.c
2707
BLOGD(sc, DBG_SP, "got MULTI[%d] empty ramrod\n", cid);
sys/dev/bxe/bxe.c
2712
BLOGD(sc, DBG_SP, "ERROR: unexpected MC reply (%d) on fp[%d]\n",
sys/dev/bxe/bxe.c
2733
BLOGD(sc, DBG_SP, "sc->cq_spq_left 0x%lx\n",
sys/dev/bxe/bxe.c
8351
BLOGD(sc, DBG_SP, "retrieving fp from cid %d\n", cid);
sys/dev/bxe/bxe.c
8374
BLOGD(sc, DBG_SP,
sys/dev/bxe/bxe.c
8396
BLOGD(sc, DBG_SP, "Got SETUP_MAC completions\n");
sys/dev/bxe/bxe.c
8401
BLOGD(sc, DBG_SP, "Got SETUP_MCAST completions\n");
sys/dev/bxe/bxe.c
8420
BLOGD(sc, DBG_SP, "Scheduled next pending commands...\n");
sys/dev/bxe/bxe.c
8477
BLOGD(sc, DBG_SP,"EQ: hw_cons=%u sw_cons=%u eq_spq_left=0x%lx\n",
sys/dev/bxe/bxe.c
8494
BLOGD(sc, DBG_SP, "got statistics completion event %d\n",
sys/dev/bxe/bxe.c
8502
BLOGD(sc, DBG_SP, "got delete ramrod for MULTI[%d]\n", cid);
sys/dev/bxe/bxe.c
8510
BLOGD(sc, DBG_SP, "got STOP TRAFFIC\n");
sys/dev/bxe/bxe.c
8518
BLOGD(sc, DBG_SP, "got START TRAFFIC\n");
sys/dev/bxe/bxe.c
8528
BLOGD(sc, DBG_SP, "got FUNC_SWITCH_UPDATE ramrod\n");
sys/dev/bxe/bxe.c
8535
BLOGD(sc, DBG_SP,
sys/dev/bxe/bxe.c
8549
BLOGD(sc, DBG_SP, "got FUNC_START ramrod\n");
sys/dev/bxe/bxe.c
8556
BLOGD(sc, DBG_SP, "got FUNC_STOP ramrod\n");
sys/dev/bxe/bxe.c
8567
BLOGD(sc, DBG_SP, "got RSS_UPDATE ramrod. CID %d\n", cid);
sys/dev/bxe/bxe.c
8577
BLOGD(sc, DBG_SP, "got (un)set mac ramrod\n");
sys/dev/bxe/bxe.c
8584
BLOGD(sc, DBG_SP, "got mcast ramrod\n");
sys/dev/bxe/bxe.c
8591
BLOGD(sc, DBG_SP, "got rx_mode ramrod\n");
sys/dev/bxe/bxe.c
8625
BLOGD(sc, DBG_SP, "---> SP TASK <---\n");
sys/dev/bxe/bxe.c
8630
BLOGD(sc, DBG_SP, "dsb status 0x%04x\n", status);
sys/dev/bxe/bxe.c
8634
BLOGD(sc, DBG_SP, "---> ATTN INTR <---\n");
sys/dev/bxe/bxe.c
8642
BLOGD(sc, DBG_SP, "---> EQ INTR <---\n");
sys/dev/bxe/bxe.c
8825
BLOGD(sc, (DBG_INTR | DBG_SP), "---> SP INTR <---\n");
sys/dev/bxe/ecore_sp.h
273
BLOGD(sc, DBG_SP, "ECORE: " m, ##__VA_ARGS__)