Searched refs:tx_rng_oflow (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhxge_tdc_hw.h328 uint32_t tx_rng_oflow:1; member in struct:__anon5975::__anon5976
340 uint32_t tx_rng_oflow:1;
462 uint32_t tx_rng_oflow:1; member in struct:__anon5977::__anon5978
474 uint32_t tx_rng_oflow:1;
1227 uint32_t tx_rng_oflow:1; member in struct:__anon6023::__anon6024
1239 uint32_t tx_rng_oflow:1;
H A Dhxge_txdma.h96 uint32_t tx_rng_oflow; member in struct:_hxge_tx_ring_stats_t
H A Dhxge_kstats.c384 tdc_kstatsp->tx_rng_oflow.value.ul = statsp->tx_rng_oflow;
1100 tx_stats->tx_rng_oflow +
H A Dhxge.h513 kstat_named_t tx_rng_oflow; member in struct:_hxge_tdc_kstat
H A Dhxge_txdma.c196 * Mask off tx_rng_oflow since it is a false alarm. The driver
200 mask_p->bits.tx_rng_oflow = 1;
2576 if (cs.bits.tx_rng_oflow) {
2577 tdc_stats->tx_rng_oflow++;
2578 if (tdc_stats->tx_rng_oflow)
2581 "fatal error: tx_rng_oflow", channel));

Completed in 123 milliseconds