Searched refs:f_Exception (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c65 if(!p_Tgec->f_Exception)
66 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("uninitialized f_Exception"));
123 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_REM_FAULT);
125 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_LOC_FAULT);
127 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_1TX_ECC_ER);
129 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_TX_FIFO_UNFL);
131 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_TX_FIFO_OVFL);
133 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_TX_ER);
135 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_RX_FIFO_OVFL);
137 p_Tgec->f_Exception(p_Tge
[all...]
H A Ddtsec.c100 if(!p_Dtsec->f_Exception)
101 RETURN_ERROR(MAJOR, E_INVALID_HANDLE, ("uninitialized f_Exception"));
336 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_BAB_RX);
338 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_RX_CTL);
342 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_GRATEFUL_TX_STP_COMPLET);
344 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_BAB_TX);
346 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_TX_CTL);
348 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_TX_ERR);
350 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_LATE_COL);
352 p_Dtsec->f_Exception(p_Dtse
[all...]
H A Dtgec.h463 t_FmMacExceptionCallback *f_Exception; member in struct:__anon8168
H A Ddtsec.h609 t_FmMacExceptionCallback *f_Exception; member in struct:__anon8162
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c183 if(!p_Qm->f_Exception)
691 p_Qm->f_Exception = p_QmParam->f_Exception;
1053 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_CORENET_INITIATOR_DATA);
1055 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_CORENET_TARGET_DATA);
1057 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_CORENET_INVALID_TARGET_TRANSACTION);
1059 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_PFDR_THRESHOLD);
1061 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_MULTI_ECC);
1063 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_SINGLE_ECC);
1065 p_Qm->f_Exception(p_Q
[all...]
H A Dqm.h452 t_QmExceptionsCallback *f_Exception; member in struct:t_QmCg
483 t_QmExceptionsCallback *f_Exception; member in struct:__anon8291
H A Dqm_portal_fqr.c551 if(p_QmCg->f_Exception)
552 p_QmCg->f_Exception(p_QmCg->h_App, e_QM_EX_CG_STATE_CHANGE);
2400 p_QmCg->f_Exception = p_CgParams->f_Exception;
2401 if (p_QmCg->f_Exception || p_CgParams->notifyDcPortal)
2407 if (p_QmCg->f_Exception)
2429 else if(p_CgParams->f_Exception)
2433 REPORT_ERROR(MINOR, E_INVALID_STATE, ("No threshold configured, but f_Exception defined"));
2511 if (!p_QmCg->f_Exception)
/freebsd-11-stable/sys/dev/dpaa/
H A Dif_dtsec_im.c135 params.f_Exception = dtsec_fm_port_rx_exception_callback;
186 params.f_Exception = dtsec_fm_port_tx_exception_callback;
H A Dbman.c115 bp.f_Exception = bman_exception;
H A Dfman.c128 fm_params.f_Exception = cfg->exception_callback;
H A Dif_dtsec_rm.c165 params.f_Exception = dtsec_fm_port_rx_exception_callback;
213 params.f_Exception = dtsec_fm_port_tx_exception_callback;
H A Dqman.c206 qp.f_Exception = qman_exception;
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c192 if(!p_Bm->f_Exception)
487 p_Bm->f_Exception = p_BmParam->f_Exception;
698 p_Bm->f_Exception(p_Bm->h_App, e_BM_EX_INVALID_COMMAND);
700 p_Bm->f_Exception(p_Bm->h_App, e_BM_EX_FBPR_THRESHOLD);
702 p_Bm->f_Exception(p_Bm->h_App, e_BM_EX_MULTI_ECC);
704 p_Bm->f_Exception(p_Bm->h_App, e_BM_EX_SINGLE_ECC);
H A Dbm.h304 t_BmExceptionsCallback *f_Exception; member in struct:__anon8145
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h122 t_BmExceptionsCallback *f_Exception; /**< An application callback routine to handle exceptions. member in struct:__anon8295
H A Dfm_mac_ext.h196 t_FmMacExceptionCallback *f_Exception; /**< Exception Callback Routine */ member in struct:t_FmMacParams
H A Dqm_ext.h249 t_QmExceptionsCallback *f_Exception; /**< An application callback routine to handle exceptions.*/ member in struct:__anon8329
1145 when threshold is passed. If threshold and f_Exception
1151 t_QmExceptionsCallback *f_Exception; /**< relevant and mandatory if threshold is configured and member in struct:t_QmCgParams
1152 notifyDcPortal = FALSE. If threshold and f_Exception
1155 argument to f_Exception */
H A Dfm_ext.h316 t_FmExceptionsCallback *f_Exception; /**< Relevant when guestId = NCSW_MASSTER_ID only. member in struct:t_FmParams
H A Dfm_port_ext.h294 t_FmPortExceptionCallback *f_Exception; /**< Callback routine to be called of PCD exception */ member in struct:t_FmPortParams
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c136 if(!p_Fm->f_Exception)
191 p_Fm->f_Exception(p_Fm->h_App,e_FM_EX_BMI_PIPELINE_ECC);
193 p_Fm->f_Exception(p_Fm->h_App,e_FM_EX_BMI_LIST_RAM_ECC);
195 p_Fm->f_Exception(p_Fm->h_App,e_FM_EX_BMI_STATISTICS_RAM_ECC);
197 p_Fm->f_Exception(p_Fm->h_App,e_FM_EX_BMI_DISPATCH_RAM_ECC);
218 p_Fm->f_Exception(p_Fm->h_App,e_FM_EX_QMI_DOUBLE_ECC);
220 p_Fm->f_Exception(p_Fm->h_App,e_FM_EX_QMI_DEQ_FROM_UNKNOWN_PORTID);
260 p_Fm->f_Exception(p_Fm->h_App, e_FM_EX_DMA_READ_ECC);
262 p_Fm->f_Exception(p_Fm->h_App, e_FM_EX_DMA_SYSTEM_WRITE_ECC);
264 p_Fm->f_Exception(p_F
[all...]
H A Dfm.h678 t_FmExceptionsCallback *f_Exception; member in struct:__anon8241
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c100 p_FmPcd->f_Exception(p_FmPcd->h_App,e_FM_PCD_PRS_EXCEPTION_DOUBLE_ECC);
123 p_FmPcd->f_Exception(p_FmPcd->h_App,e_FM_PCD_PRS_EXCEPTION_SINGLE_ECC);
H A Dfm_pcd.c67 if(!p_FmPcd->f_Exception)
653 p_FmPcd->f_Exception = p_FmPcdParams->f_Exception;
H A Dfm_plcr.c280 p_FmPcd->f_Exception(p_FmPcd->h_App,e_FM_PCD_PLCR_EXCEPTION_PRAM_SELF_INIT_COMPLETE);
282 p_FmPcd->f_Exception(p_FmPcd->h_App,e_FM_PCD_PLCR_EXCEPTION_ATOMIC_ACTION_COMPLETE);
307 p_FmPcd->f_Exception(p_FmPcd->h_App,e_FM_PCD_PLCR_EXCEPTION_DOUBLE_ECC);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c85 if ((event & IM_EV_BSY) && p_FmPort->f_Exception)
86 p_FmPort->f_Exception(p_FmPort->h_App, e_FM_PORT_EXCEPTION_IM_BUSY);

Completed in 252 milliseconds

12