Searched refs:last_idx (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi.c | 78 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 D | npi.h | 154 uint16_t last_idx; member in struct:_rtrace
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hpi.c | 75 rt->last_idx = MAX_RTRACE_ENTRIES - 1; 100 if (rt->next_idx > rt->last_idx) {
|
H A D | hpi.h | 126 uint16_t last_idx; member in struct:_rtrace
|
H A D | hxge_hw.c | 735 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 D | bnxe_hw_debug.c | 247 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 D | nxge_hw.c | 1268 num_entries = rtp->last_idx; 1276 rtp->last_idx = npi_rtracebuf.last_idx;
|
Completed in 266 milliseconds