Searched refs:last_idx (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.c78 rt->last_idx = MAX_RTRACE_ENTRIES - 1;
105 if (rt->next_idx > rt->last_idx) {
139 if (rt->next_idx > rt->last_idx) {
162 cursor = (cursor == 0) ? rt->last_idx : cursor - 1;
172 cursor = (cursor == 0) ? rt->last_idx : cursor - 1;
H A Dnpi.h154 uint16_t last_idx; member in struct:_rtrace
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi.c75 rt->last_idx = MAX_RTRACE_ENTRIES - 1;
100 if (rt->next_idx > rt->last_idx) {
H A Dhpi.h126 uint16_t last_idx; member in struct:_rtrace
H A Dhxge_hw.c735 num_entries = rtp->last_idx;
743 rtp->last_idx = hpi_rtracebuf.last_idx;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_hw_debug.c247 char last_idx=0; local
265 LM_INTMEM_READ8(pdev, XSTORM_ASSERT_LIST_INDEX_OFFSET, (u8_t*)&last_idx, BAR_XSTRORM_INTMEM);
268 LM_INTMEM_READ8(pdev, TSTORM_ASSERT_LIST_INDEX_OFFSET, (u8_t*)&last_idx, BAR_TSTRORM_INTMEM);
271 LM_INTMEM_READ8(pdev, CSTORM_ASSERT_LIST_INDEX_OFFSET, (u8_t*)&last_idx, BAR_CSTRORM_INTMEM);
274 LM_INTMEM_READ8(pdev, USTORM_ASSERT_LIST_INDEX_OFFSET, (u8_t*)&last_idx, BAR_USTRORM_INTMEM);
280 _val2bits(last_idx, 8, idx_str);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hw.c1268 num_entries = rtp->last_idx;
1276 rtp->last_idx = npi_rtracebuf.last_idx;

Completed in 54 milliseconds