Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c4501 if ((stat.bits.ldw.zcp_eop_err) || (stat.bits.ldw.ipp_eop_err)) { in nxge_rxdma_handle_sys_errors()
4505 (stat.bits.ldw.ipp_eop_err & FIFO_EOP_PORT0)) { in nxge_rxdma_handle_sys_errors()
4508 ipp_err_status = stat.bits.ldw.ipp_eop_err; in nxge_rxdma_handle_sys_errors()
4513 (stat.bits.ldw.ipp_eop_err & FIFO_EOP_PORT1)) { in nxge_rxdma_handle_sys_errors()
4516 ipp_err_status = stat.bits.ldw.ipp_eop_err; in nxge_rxdma_handle_sys_errors()
4521 (stat.bits.ldw.ipp_eop_err & FIFO_EOP_PORT2)) { in nxge_rxdma_handle_sys_errors()
4524 ipp_err_status = stat.bits.ldw.ipp_eop_err; in nxge_rxdma_handle_sys_errors()
4529 (stat.bits.ldw.ipp_eop_err & FIFO_EOP_PORT3)) { in nxge_rxdma_handle_sys_errors()
4532 ipp_err_status = stat.bits.ldw.ipp_eop_err; in nxge_rxdma_handle_sys_errors()
4563 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()
/titanic_44/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;
/titanic_44/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.c1727 if (mask->bits.ldw.ipp_eop_err) { in npi_rxdma_rxctl_fifo_error_intr_set()
1728 intr_mask.bits.ldw.ipp_eop_err = 0; in npi_rxdma_rxctl_fifo_error_intr_set()