Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge_rdc_hw.h619 uint32_t rbr_pre_empty:1; member
635 uint32_t rbr_pre_empty:1;
718 uint32_t rbr_pre_empty:1; member
736 uint32_t rbr_pre_empty:1;
1258 uint32_t rbr_pre_empty:1; member
1274 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.c2166 if (cs.bits.rbr_pre_empty) { in hxge_rx_err_evnts()
2167 rdc_stats->rbr_pre_empty++; in hxge_rx_err_evnts()
/titanic_50/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
/titanic_50/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.c3030 if (cs.bits.hdw.rbr_pre_empty) { in nxge_rx_err_evnts()
3031 rdc_stats->rbr_pre_empty++; in nxge_rx_err_evnts()
/titanic_50/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.c2122 cs.bits.hdw.rbr_pre_empty = 0; in npi_rxdma_channel_control()