DBRUN
DBRUN(sc->debug_rx_mbuf_alloc++);
DBRUN(sc->debug_rx_mbuf_alloc--);
DBRUN(sc->debug_pg_mbuf_alloc++);
DBRUN(sc->debug_pg_mbuf_alloc--);
DBRUN(sc->tx_hi_watermark = 0);
DBRUN(sc->tx_full_count = 0);
DBRUN(sc->debug_tx_mbuf_alloc--);
DBRUN(sc->rx_low_watermark = USABLE_RX_BD_ALLOC);
DBRUN(sc->rx_empty_count = 0);
DBRUN(sc->debug_rx_mbuf_alloc--);
DBRUN(sc->pg_low_watermark = sc->max_pg_bd);
DBRUN(sc->pg_empty_count = 0);
DBRUN(sc->debug_pg_mbuf_alloc--);
DBRUN(sc->phy_interrupts++);
DBRUN(sc->interrupts_rx++);
DBRUN(sc->debug_rx_mbuf_alloc--);
DBRUN(sc->split_header_frames_rcvd++);
DBRUN(sc->split_header_tcp_frames_rcvd++);
DBRUN(sc->debug_pg_mbuf_alloc--);
DBRUN(m_sanity(m0, FALSE));
DBRUN(sc->csum_offload_ip++);
DBRUN(sc->csum_offload_tcp_udp++);
DBRUN(sc->vlan_tagged_frames_rcvd++);
DBRUN(sc->vlan_tagged_frames_stripped++);
DBRUN(sc->interrupts_tx++);
DBRUN(txbd = &sc->tx_bd_chain[TX_PAGE(sw_tx_chain_cons)]
DBRUN(sc->debug_tx_mbuf_alloc--);
DBRUN(sc->tso_frames_requested++);
DBRUN(sc->tso_frames_completed++);
DBRUN(sc->tso_frames_failed++);
DBRUN(bce_breakpoint(sc));
DBRUN(sc->interrupts_generated++);