Searched refs:npi_rtracebuf (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_rx_rd64.h | 53 * npi_rtrace_update(handle, B_FALSE, &npi_rtracebuf, (uint32_t)offset, \ 246 npi_trace_update(handle, B_FALSE, &npi_rtracebuf,
|
H A D | npi_rx_wr64.h | 53 * npi_rtrace_update(handle, B_TRUE, &npi_rtracebuf, (uint32_t)offset, \ 225 npi_trace_update(handle, B_TRUE, &npi_rtracebuf,
|
H A D | npi_tx_rd64.h | 146 npi_trace_update(handle, B_FALSE, &npi_rtracebuf,
|
H A D | npi_tx_wr64.h | 147 npi_trace_update(handle, B_TRUE, &npi_rtracebuf,
|
H A D | npi.h | 230 extern rtrace_t npi_rtracebuf;
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_hw.c | 1275 rtp->next_idx = npi_rtracebuf.next_idx; 1276 rtp->last_idx = npi_rtracebuf.last_idx; 1277 rtp->wrapped = npi_rtracebuf.wrapped; 1279 rtp->buf[i].ctl_addr = npi_rtracebuf.buf[j].ctl_addr; 1280 rtp->buf[i].val_l32 = npi_rtracebuf.buf[j].val_l32; 1281 rtp->buf[i].val_h32 = npi_rtracebuf.buf[j].val_h32;
|
H A D | nxge_main.c | 139 rtrace_t npi_rtracebuf; variable 704 npi_rtrace_buf_init((rtrace_t *)&npi_rtracebuf);
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_common_impl.h | 316 npi_rtrace_update(handle, B_FALSE, &npi_rtracebuf, (uint32_t)offset, \ 337 npi_rtrace_update(handle, B_TRUE, &npi_rtracebuf, (uint32_t)offset,\
|
Completed in 89 milliseconds