Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.c76 rt->last_idx = MAX_RTRACE_ENTRIES - 1; in npi_rtrace_buf_init()
103 if (rt->next_idx > rt->last_idx) { in npi_rtrace_update()
137 if (rt->next_idx > rt->last_idx) { in npi_trace_update()
160 cursor = (cursor == 0) ? rt->last_idx : cursor - 1; in npi_trace_dump()
170 cursor = (cursor == 0) ? rt->last_idx : cursor - 1; in npi_trace_dump()
H A Dnpi.h152 uint16_t last_idx; member
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi.c73 rt->last_idx = MAX_RTRACE_ENTRIES - 1; in hpi_rtrace_buf_init()
98 if (rt->next_idx > rt->last_idx) { in hpi_rtrace_update()
H A Dhpi.h124 uint16_t last_idx; member
H A Dhxge_hw.c735 num_entries = rtp->last_idx; in hxge_rtrace_ioctl()
743 rtp->last_idx = hpi_rtracebuf.last_idx; in hxge_rtrace_ioctl()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_hw_debug.c247 char last_idx=0; in lm_get_storms_assert() local
265 … LM_INTMEM_READ8(pdev, XSTORM_ASSERT_LIST_INDEX_OFFSET, (u8_t*)&last_idx, BAR_XSTRORM_INTMEM); in lm_get_storms_assert()
268 … LM_INTMEM_READ8(pdev, TSTORM_ASSERT_LIST_INDEX_OFFSET, (u8_t*)&last_idx, BAR_TSTRORM_INTMEM); in lm_get_storms_assert()
271 … LM_INTMEM_READ8(pdev, CSTORM_ASSERT_LIST_INDEX_OFFSET, (u8_t*)&last_idx, BAR_CSTRORM_INTMEM); in lm_get_storms_assert()
274 … LM_INTMEM_READ8(pdev, USTORM_ASSERT_LIST_INDEX_OFFSET, (u8_t*)&last_idx, BAR_USTRORM_INTMEM); in lm_get_storms_assert()
280 _val2bits(last_idx, 8, idx_str); in lm_get_storms_assert()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hw.c1269 num_entries = rtp->last_idx; in nxge_rtrace_ioctl()
1277 rtp->last_idx = npi_rtracebuf.last_idx; in nxge_rtrace_ioctl()