Searched refs:err_id (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_zcp.c274 nxge_zcp_inject_err(p_nxge_t nxgep, uint32_t err_id) argument
280 switch (err_id) {
335 if (err_id == NXGE_FM_EREPORT_ZCP_RRFIFO_UNDERRUN)
337 if (err_id == NXGE_FM_EREPORT_ZCP_RSPFIFO_UNCORR_ERR)
339 if (err_id == NXGE_FM_EREPORT_ZCP_STAT_TBL_PERR)
341 if (err_id == NXGE_FM_EREPORT_ZCP_DYN_TBL_PERR)
343 if (err_id == NXGE_FM_EREPORT_ZCP_BUF_TBL_PERR)
345 if (err_id == NXGE_FM_EREPORT_ZCP_CFIFO_ECC) {
363 if (err_id == NXGE_FM_EREPORT_ZCP_RRFIFO_OVERRUN)
365 if (err_id
[all...]
H A Dnxge_ipp.c506 nxge_ipp_inject_err(p_nxge_t nxgep, uint32_t err_id) argument
512 switch (err_id) {
546 if (err_id == NXGE_FM_EREPORT_IPP_EOP_MISS)
548 else if (err_id == NXGE_FM_EREPORT_IPP_SOP_MISS)
550 else if (err_id == NXGE_FM_EREPORT_IPP_DFIFO_UE)
552 else if (err_id == NXGE_FM_EREPORT_IPP_DFIFO_CE)
554 else if (err_id == NXGE_FM_EREPORT_IPP_PFIFO_PERR)
556 else if (err_id == NXGE_FM_EREPORT_IPP_ECC_ERR_MAX) {
565 } else if (err_id == NXGE_FM_EREPORT_IPP_PFIFO_OVER)
567 else if (err_id
[all...]
H A Dnxge_txc.c522 nxge_txc_inject_err(p_nxge_t nxgep, uint32_t err_id) argument
530 switch (err_id) {
536 if (err_id == NXGE_FM_EREPORT_TXC_RO_CORRECT_ERR)
555 if (err_id == NXGE_FM_EREPORT_TXC_SF_CORRECT_ERR)
586 "nxge_txc_inject_err: Unknown err_id"));
H A Dnxge_rxdma.c4826 nxge_rxdma_inject_err(p_nxge_t nxgep, uint32_t err_id, uint8_t chan) argument
4831 switch (err_id) {
4848 if (err_id == NXGE_FM_EREPORT_RDMC_RCR_ACK_ERR)
4850 else if (err_id == NXGE_FM_EREPORT_RDMC_DC_FIFO_ERR)
4852 else if (err_id == NXGE_FM_EREPORT_RDMC_RCR_SHA_PAR)
4854 else if (err_id == NXGE_FM_EREPORT_RDMC_RBR_PRE_PAR)
4856 else if (err_id == NXGE_FM_EREPORT_RDMC_RBR_TMOUT)
4858 else if (err_id == NXGE_FM_EREPORT_RDMC_RSP_CNT_ERR)
4860 else if (err_id == NXGE_FM_EREPORT_RDMC_BYTE_EN_BUS)
4862 else if (err_id
[all...]
H A Dnxge_txdma.c3603 * err_id The error to inject.
3623 nxge_txdma_inject_err(p_nxge_t nxgep, uint32_t err_id, uint8_t chan) argument
3630 switch (err_id) {
3658 if (err_id == NXGE_FM_EREPORT_TDMC_PREF_BUF_PAR_ERR)
3660 else if (err_id == NXGE_FM_EREPORT_TDMC_MBOX_ERR)
3662 else if (err_id == NXGE_FM_EREPORT_TDMC_NACK_PREF)
3664 else if (err_id == NXGE_FM_EREPORT_TDMC_NACK_PKT_RD)
3666 else if (err_id == NXGE_FM_EREPORT_TDMC_PKT_SIZE_ERR)
3668 else if (err_id == NXGE_FM_EREPORT_TDMC_TX_RING_OFLOW)
3670 else if (err_id
[all...]
H A Dnxge_main.c6603 uint32_t err_id; local
6612 err_id = eip->err_id;
6615 cmn_err(CE_NOTE, "!err_id = 0x%x\n", err_id);
6627 nxge_ipp_inject_err(nxgep, err_id);
6630 nxge_txc_inject_err(nxgep, err_id);
6633 nxge_txdma_inject_err(nxgep, err_id, chan);
6636 nxge_rxdma_inject_err(nxgep, err_id, chan);
6639 nxge_zcp_inject_err(nxgep, err_id);
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.h163 uint32_t err_id; member in struct:_err_inject
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h8102 u8_t err_id /* reason for malicious notification */; member in struct:malicious_vf_event_data

Completed in 137 milliseconds