Lines Matching refs:DBRUN

5299 	DBRUN(sc->debug_rx_mbuf_alloc++);  in bce_get_rx_buf()
5322 DBRUN(sc->debug_rx_mbuf_alloc--); in bce_get_rx_buf()
5406 DBRUN(sc->debug_pg_mbuf_alloc++); in bce_get_pg_buf()
5422 DBRUN(sc->debug_pg_mbuf_alloc--); in bce_get_pg_buf()
5530 DBRUN(sc->tx_hi_watermark = 0); in bce_init_tx_chain()
5531 DBRUN(sc->tx_full_count = 0); in bce_init_tx_chain()
5591 DBRUN(sc->debug_tx_mbuf_alloc--); in bce_free_tx_chain()
5727 DBRUN(sc->rx_low_watermark = USABLE_RX_BD_ALLOC); in bce_init_rx_chain()
5728 DBRUN(sc->rx_empty_count = 0); in bce_init_rx_chain()
5815 DBRUN(sc->debug_rx_mbuf_alloc--); in bce_free_rx_chain()
5857 DBRUN(sc->pg_low_watermark = sc->max_pg_bd); in bce_init_pg_chain()
5858 DBRUN(sc->pg_empty_count = 0); in bce_init_pg_chain()
5982 DBRUN(sc->debug_pg_mbuf_alloc--); in bce_free_pg_chain()
6318 DBRUN(sc->phy_interrupts++); in bce_phy_intr()
6408 DBRUN(sc->interrupts_rx++); in bce_rx_intr()
6457 DBRUN(sc->debug_rx_mbuf_alloc--); in bce_rx_intr()
6521 DBRUN(sc->split_header_frames_rcvd++); in bce_rx_intr()
6532 DBRUN(sc->split_header_tcp_frames_rcvd++); in bce_rx_intr()
6546 DBRUN(sc->debug_pg_mbuf_alloc--); in bce_rx_intr()
6597 DBRUN(m_sanity(m0, FALSE)); in bce_rx_intr()
6630 DBRUN(sc->csum_offload_ip++); in bce_rx_intr()
6643 DBRUN(sc->csum_offload_tcp_udp++); in bce_rx_intr()
6656 DBRUN(sc->vlan_tagged_frames_rcvd++); in bce_rx_intr()
6658 DBRUN(sc->vlan_tagged_frames_stripped++); in bce_rx_intr()
6772 DBRUN(sc->interrupts_tx++); in bce_tx_intr()
6805 DBRUN(txbd = &sc->tx_bd_chain[TX_PAGE(sw_tx_chain_cons)] in bce_tx_intr()
6840 DBRUN(sc->debug_tx_mbuf_alloc--); in bce_tx_intr()
7102 DBRUN(sc->tso_frames_requested++); in bce_tso_setup()
7199 DBRUN(sc->tso_frames_completed++); in bce_tso_setup()
7240 DBRUN(sc->tso_frames_failed++); in bce_tx_encap()
7737 DBRUN(bce_breakpoint(sc)); in bce_watchdog()
7777 DBRUN(sc->interrupts_generated++); in bce_intr()