Home
last modified time | relevance | path

Searched refs:rbr_pre_empty (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rdc_hw.h617 uint32_t rbr_pre_empty:1; member
633 uint32_t rbr_pre_empty:1;
716 uint32_t rbr_pre_empty:1; member
734 uint32_t rbr_pre_empty:1;
1256 uint32_t rbr_pre_empty:1; member
1272 uint32_t rbr_pre_empty:1;
H A Dhxge_rxdma.h263 uint32_t rbr_pre_empty; /* rbr_pre_empty */ member
H A Dhxge_kstats.c470 rdc_kstatsp->rbr_pre_emty.value.ul = statsp->rbr_pre_empty; in hxge_rdc_stat_update()
H A Dhxge_rxdma.c2147 if (cs.bits.rbr_pre_empty) { in hxge_rx_err_evnts()
2148 rdc_stats->rbr_pre_empty++; in hxge_rx_err_evnts()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h1156 uint32_t rbr_pre_empty:1; member
1174 uint32_t rbr_pre_empty:1;
1219 uint32_t rbr_pre_empty:1; member
1237 uint32_t rbr_pre_empty:1;
1283 uint32_t rbr_pre_empty:1; member
1301 uint32_t rbr_pre_empty:1;
H A Dnxge_rxdma.h136 uint32_t rbr_pre_empty; member
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_kstats.c622 statsp->rbr_pre_empty = rdc_kstatsp->rbr_pre_emty.value.ul; in nxge_rdc_stat_update()
653 rdc_kstatsp->rbr_pre_emty.value.ul = statsp->rbr_pre_empty; in nxge_rdc_stat_update()
H A Dnxge_rxdma.c3002 if (cs.bits.hdw.rbr_pre_empty) { in nxge_rx_err_evnts()
3003 rdc_stats->rbr_pre_empty++; in nxge_rx_err_evnts()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.c2125 cs.bits.hdw.rbr_pre_empty = 0; in npi_rxdma_channel_control()