Home
last modified time | relevance | path

Searched refs:E1000G_DEBUG_STAT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.h95 #define E1000G_DEBUG_STAT(val) (val)++; macro
107 #define E1000G_DEBUG_STAT(val)
H A De1000g_tx.c222 E1000G_DEBUG_STAT(tx_ring->stat_recycle); in e1000g_send()
225 E1000G_DEBUG_STAT(tx_ring->stat_lack_desc); in e1000g_send()
235 E1000G_DEBUG_STAT(tx_ring->stat_under_size); in e1000g_send()
296 E1000G_DEBUG_STAT(tx_ring->stat_lso_header_fail); in e1000g_send()
333 E1000G_DEBUG_STAT(tx_ring->stat_empty_frags); in e1000g_send()
374 E1000G_DEBUG_STAT(tx_ring->stat_copy); in e1000g_send()
378 E1000G_DEBUG_STAT(tx_ring->stat_bind); in e1000g_send()
396 E1000G_DEBUG_STAT(tx_ring->stat_recycle_retry); in e1000g_send()
1113 E1000G_DEBUG_STAT(tx_ring->stat_recycle_none); in e1000g_recycle()
H A De1000g_rx.c483 E1000G_DEBUG_STAT(rx_ring->stat_none); in e1000g_receive()
683 E1000G_DEBUG_STAT(rx_ring->stat_no_freepkt); in e1000g_receive()
H A De1000g_main.c2468 E1000G_DEBUG_STAT(tx_ring->stat_recycle_intr); in e1000g_intr_work()