Home
last modified time | relevance | path

Searched refs:err_log (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c1265 hash_tbl_data_log_t err_log; in npi_fflp_fcram_get_pio_err_log() local
1280 REG_PIO_READ64(handle, offset, &err_log.value); in npi_fflp_fcram_get_pio_err_log()
1282 if (err_log.bits.ldw.pio_err == BIT_ENABLE) { in npi_fflp_fcram_get_pio_err_log()
1285 err_stat->syndrome = err_log.bits.ldw.syndrome; in npi_fflp_fcram_get_pio_err_log()
1286 err_stat->addr = err_log.bits.ldw.fcram_addr; in npi_fflp_fcram_get_pio_err_log()
1287 err_log.value = 0; in npi_fflp_fcram_get_pio_err_log()
1288 REG_PIO_WRITE64(handle, offset, err_log.value); in npi_fflp_fcram_get_pio_err_log()
1316 hash_tbl_data_log_t err_log; in npi_fflp_fcram_clr_pio_err_log() local
1331 err_log.value = 0; in npi_fflp_fcram_clr_pio_err_log()
1332 REG_PIO_WRITE64(handle, offset, err_log.value); in npi_fflp_fcram_clr_pio_err_log()
[all …]
/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge_fm.c379 uint32_t err_log; in hxge_fm_ereport() local
384 err_log = (uint32_t) in hxge_fm_ereport()
387 err_log = (uint32_t) in hxge_fm_ereport()
393 ERNAME_RDMC_PAR_ERR_LOG, DATA_TYPE_UINT8, err_log, in hxge_fm_ereport()
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c685 uint32_t err_log; in nxge_fm_ereport() local
687 err_log = (uint32_t)statsp-> in nxge_fm_ereport()
690 err_log = (uint32_t)statsp-> in nxge_fm_ereport()
698 ERNAME_RDMC_PAR_ERR_LOG, DATA_TYPE_UINT8, err_log, in nxge_fm_ereport()
/titanic_50/usr/src/uts/sun4u/opl/sys/
H A Dmc-opl.h195 uint32_t err_log; /* MAC_BANKm_{PTRL|MI}_ERR_LOG reg */ member
/titanic_50/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_oplerr.c320 flt_page.err_log = elog[0]; in opl_scf_log()
/titanic_50/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c3934 flt_stat.mf_err_log = flt_pag->err_log; in mc_scf_log_event()
3946 flt_pag->err_log); in mc_scf_log_event()