Searched refs:tx_rng_oflow (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/hxge/ | ||
H A D | hxge_tdc_hw.h | 328 uint32_t tx_rng_oflow:1; member in struct:__anon5861::__anon5862 340 uint32_t tx_rng_oflow:1; 462 uint32_t tx_rng_oflow:1; member in struct:__anon5863::__anon5864 474 uint32_t tx_rng_oflow:1; 1227 uint32_t tx_rng_oflow:1; member in struct:__anon5909::__anon5910 1239 uint32_t tx_rng_oflow:1; |
H A D | hxge_txdma.h | 96 uint32_t tx_rng_oflow; member in struct:_hxge_tx_ring_stats_t |
H A D | hxge_kstats.c | 384 tdc_kstatsp->tx_rng_oflow.value.ul = statsp->tx_rng_oflow; 1100 tx_stats->tx_rng_oflow + |
H A D | hxge.h | 513 kstat_named_t tx_rng_oflow; member in struct:_hxge_tdc_kstat |
H A D | hxge_txdma.c | 196 * Mask off tx_rng_oflow since it is a false alarm. The driver 200 mask_p->bits.tx_rng_oflow = 1; 2577 if (cs.bits.tx_rng_oflow) { 2578 tdc_stats->tx_rng_oflow++; 2579 if (tdc_stats->tx_rng_oflow) 2582 "fatal error: tx_rng_oflow", channel)); |
Completed in 59 milliseconds