Home
last modified time | relevance | path

Searched refs:estat (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge_hw.c345 dev_err_stat_t estat; in hxge_syserr_intr() local
375 estat.value = 0; in hxge_syserr_intr()
376 (void) hpi_fzc_sys_err_stat_get(handle, &estat); in hxge_syserr_intr()
378 "==> hxge_syserr_intr: device error 0x%016llx", estat.value)); in hxge_syserr_intr()
380 if (estat.bits.tdc_err0 || estat.bits.tdc_err1) { in hxge_syserr_intr()
385 } else if (estat.bits.rdc_err0 || estat.bits.rdc_err1) { in hxge_syserr_intr()
390 } else if (estat.bits.vnm_pio_err1 || estat.bits.peu_err1) { in hxge_syserr_intr()
398 if (estat.bits.peu_err1) in hxge_syserr_intr()
402 if (estat.bits.vnm_pio_err1) in hxge_syserr_intr()
405 } else if (estat.value != 0) { in hxge_syserr_intr()
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_hw.c398 sys_err_stat_t estat; in nxge_syserr_intr() local
426 estat.value = 0; in nxge_syserr_intr()
427 (void) npi_fzc_sys_err_stat_get(handle, &estat); in nxge_syserr_intr()
429 "==> nxge_syserr_intr: device error 0x%016llx", estat.value)); in nxge_syserr_intr()
431 if (estat.bits.ldw.smx) { in nxge_syserr_intr()
435 } else if (estat.bits.ldw.mac) { in nxge_syserr_intr()
444 } else if (estat.bits.ldw.ipp) { in nxge_syserr_intr()
448 } else if (estat.bits.ldw.zcp) { in nxge_syserr_intr()
453 } else if (estat.bits.ldw.tdmc) { in nxge_syserr_intr()
461 } else if (estat.bits.ldw.rdmc) { in nxge_syserr_intr()
[all …]
/titanic_50/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c161 uint32_t estat; in ioat_channel_alloc() local
205 estat = ddi_get32(state->is_reg_handle, in ioat_channel_alloc()
207 if (estat != 0) { in ioat_channel_alloc()
210 "enable\n", estat, channel->ic_chan_num); in ioat_channel_alloc()
213 (uint32_t *)&channel->ic_regs[IOAT_CHAN_ERR], estat); in ioat_channel_alloc()
297 uint32_t estat; in ioat_channel_resume() local
320 estat = ddi_get32(state->is_reg_handle, in ioat_channel_resume()
322 if (estat != 0) { in ioat_channel_resume()
325 " (%d) enable\n", estat, channel->ic_chan_num); in ioat_channel_resume()
329 estat); in ioat_channel_resume()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1815 int wstat, estat; in dt_preproc() local
1904 estat = WIFEXITED(wstat) ? WEXITSTATUS(wstat) : -1; in dt_preproc()
1906 if (estat != 0) { in dt_preproc()
1907 switch (estat) { in dt_preproc()