Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c4462 if ((stat.bits.ldw.zcp_eop_err) || (stat.bits.ldw.ipp_eop_err)) { in nxge_rxdma_handle_sys_errors()
4466 (stat.bits.ldw.ipp_eop_err & FIFO_EOP_PORT0)) { in nxge_rxdma_handle_sys_errors()
4469 ipp_err_status = stat.bits.ldw.ipp_eop_err; in nxge_rxdma_handle_sys_errors()
4474 (stat.bits.ldw.ipp_eop_err & FIFO_EOP_PORT1)) { in nxge_rxdma_handle_sys_errors()
4477 ipp_err_status = stat.bits.ldw.ipp_eop_err; in nxge_rxdma_handle_sys_errors()
4482 (stat.bits.ldw.ipp_eop_err & FIFO_EOP_PORT2)) { in nxge_rxdma_handle_sys_errors()
4485 ipp_err_status = stat.bits.ldw.ipp_eop_err; in nxge_rxdma_handle_sys_errors()
4490 (stat.bits.ldw.ipp_eop_err & FIFO_EOP_PORT3)) { in nxge_rxdma_handle_sys_errors()
4493 ipp_err_status = stat.bits.ldw.ipp_eop_err; in nxge_rxdma_handle_sys_errors()
4524 statsp->ipp_eop_err++; in nxge_rxdma_handle_port_errors()
[all …]
H A Dnxge_kstats.c701 statsp->ipp_eop_err = rdc_sys_kstatsp->ipp_eop_err.value.ul; in nxge_rdc_sys_stat_update()
705 rdc_sys_kstatsp->ipp_eop_err.value.ul = statsp->ipp_eop_err; in nxge_rdc_sys_stat_update()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma.h155 uint32_t ipp_eop_err; member
H A Dnxge.h944 kstat_named_t ipp_eop_err; member
954 kstat_named_t ipp_eop_err; member
H A Dnxge_rxdma_hw.h1619 uint32_t ipp_eop_err:4; member
1621 uint32_t ipp_eop_err:4;
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.c1730 if (mask->bits.ldw.ipp_eop_err) { in npi_rxdma_rxctl_fifo_error_intr_set()
1731 intr_mask.bits.ldw.ipp_eop_err = 0; in npi_rxdma_rxctl_fifo_error_intr_set()