Home
last modified time | relevance | path

Searched refs:h_App (Results 1 – 25 of 38) sorted by relevance

12

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h75 typedef e_RxStoreResponse (t_QmReceivedFrameCallback)(t_Handle h_App,
91 typedef t_Error (t_QmFqrDrainedCompletionCB)(t_Handle h_App,
147 typedef e_RxStoreResponse (t_QmRejectedFrameCallback)(t_Handle h_App,
204 typedef void (t_QmExceptionsCallback) ( t_Handle h_App,
250 …t_Handle h_App; /**< A handle to an application layer object; This… member
634 …t_Handle h_App; /**< a handle to the upper layer; It will … member
774 t_Handle h_App; member
935 t_Handle h_App);
969 t_Error QM_FQR_RegisterCB(t_Handle h_QmFqr, t_QmReceivedFrameCallback *f_CallBack, t_Handle h_App);
1154 … t_Handle h_App; /**< A handle to the application layer, will be passed as member
H A Dbm_ext.h65 typedef void (t_BmDepletionCallback)(t_Handle h_App, bool in);
103 typedef void (t_BmExceptionsCallback) (t_Handle h_App,
124 …t_Handle h_App; /**< A handle to an application layer object; This… member
431 …t_Handle h_App; /**< opaque user value passed as a parameter to ca… member
H A Dfm_macsec_ext.h87 typedef void (t_FmMacsecExceptionsCallback) ( t_Handle h_App,
106 …t_Handle h_App; /**< A handle to an application layer object; … member
522 typedef void (t_FmMacsecSecYExceptionsCallback) ( t_Handle h_App,
535 typedef void (t_FmMacsecSecYEventsCallback) ( t_Handle h_App,
710 …t_Handle h_App; /**< A handle to an applicatio… member
H A Dfm_rtc_ext.h112 …t_Handle h_App; /**< A handle to an application layer object; This ha… member
343 typedef void (t_FmRtcExceptionsCallback) ( t_Handle h_App, uint8_t id);
H A Dfm_mac_ext.h146 typedef void (t_FmMacExceptionCallback)(t_Handle h_App, e_FmMacExceptions exceptions);
239 …t_Handle h_App; /**< A handle to an application layer object; This… member
H A Dfm_port_ext.h182 typedef void (t_FmPortExceptionCallback) (t_Handle h_App, e_FmPortExceptions exception);
201 typedef e_RxStoreResponse (t_FmPortImRxStoreCallback) (t_Handle h_App,
220 typedef void (t_FmPortImTxConfCallback) (t_Handle h_App,
290 …t_Handle h_App; /**< A handle to an application layer object; This… member
H A Dfm_ext.h356 typedef void (t_FmExceptionsCallback)(t_Handle h_App,
373 typedef void (t_FmBusErrorCallback) (t_Handle h_App,
494 …t_Handle h_App; /**< A handle to an application layer object; This… member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c108 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_REM_FAULT); in TgecErrException()
110 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_LOC_FAULT); in TgecErrException()
112 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_1TX_ECC_ER); in TgecErrException()
118 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_TX_ER); in TgecErrException()
122 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_RX_ECC_ER); in TgecErrException()
124 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_RX_JAB_FRM); in TgecErrException()
128 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_RX_RUNT_FRM); in TgecErrException()
132 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_RX_LEN_ER); in TgecErrException()
134 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_RX_CRC_ER); in TgecErrException()
156 p_Tgec->f_Event(p_Tgec->h_App, e_FM_MAC_EX_10G_MDIO_CMD_CMPL); in TgecException()
[all …]
H A Ddtsec.c225 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_BAB_RX); in DtsecIsr()
227 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_RX_CTL); in DtsecIsr()
233 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_BAB_TX); in DtsecIsr()
235 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_TX_CTL); in DtsecIsr()
237 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_TX_ERR); in DtsecIsr()
239 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_LATE_COL); in DtsecIsr()
241 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_COL_RET_LMT); in DtsecIsr()
310 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_MAG_PCKT); in DtsecIsr()
314 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_TX_DATA_ERR); in DtsecIsr()
316 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_RX_DATA_ERR); in DtsecIsr()
[all …]
H A Dmemac.h69 …t_Handle h_App; /**< Handle to the upper layer ap… member
H A Dmemac.c218 p_Memac->f_Exception(p_Memac->h_App, e_FM_MAC_EX_TS_FIFO_ECC_ERR); in MemacErrException()
220 p_Memac->f_Exception(p_Memac->h_App, e_FM_MAC_EX_10G_1TX_ECC_ER); in MemacErrException()
222 p_Memac->f_Exception(p_Memac->h_App, e_FM_MAC_EX_10G_RX_ECC_ER); in MemacErrException()
242 p_Memac->f_Exception(p_Memac->h_App, e_FM_MAC_EX_MAGIC_PACKET_INDICATION); in MemacException()
1093 p_Memac->h_App = p_FmMacParam->h_App; in MEMAC_Config()
H A Dtgec.h127 …t_Handle h_App; /**< Handle to the upper layer app… member
H A Ddtsec.h203 …t_Handle h_App; /**< Handle to the upper layer application … member
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c497 UNUSED(h_App); in drainCB()
515 UNUSED(h_App); in cb_ern_dcErn()
527 UNUSED(h_App); in cb_fqs()
988 p_Fq->h_App = p_QmPortal->h_App; in qm_new_fq()
1600 p_QmPortal->h_App = p_QmPortalParam->h_App; in QM_PORTAL_Config()
1851 p_frameInfo->h_App = p_Fq->h_App; in QM_PORTAL_PollFrame()
1858 p_frameInfo->h_App = p_QmPortal->h_App; in QM_PORTAL_PollFrame()
1941 p_Fq->h_App = ((t_QmPortal*)p_QmFqr->h_QmPortal)->h_App; in QM_FQR_Create()
2082 p_QmFqr->h_App = h_App; in QM_FQR_FreeWDrain()
2132 p_QmFqr->p_Fqs[i]->h_App = h_App; in QM_FQR_RegisterCB()
[all …]
H A Dqm.c697 p_Qm->h_App = p_QmParam->h_App; in QM_Config()
1064 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_PFDR_THRESHOLD); in QM_ErrorIsr()
1066 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_MULTI_ECC); in QM_ErrorIsr()
1068 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_SINGLE_ECC); in QM_ErrorIsr()
1072 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_INVALID_COMMAND); in QM_ErrorIsr()
1074 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_DEQUEUE_DCP); in QM_ErrorIsr()
1076 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_DEQUEUE_FQ); in QM_ErrorIsr()
1078 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_DEQUEUE_SOURCE); in QM_ErrorIsr()
1080 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_DEQUEUE_QUEUE); in QM_ErrorIsr()
1084 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_ENQUEUE_STATE); in QM_ErrorIsr()
[all …]
H A Dqm.h453 t_Handle h_App; member
484 t_Handle h_App; member
529 t_Handle h_App; member
552 t_Handle h_App; member
582 t_Handle h_App; member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c110 p_Rtc->alarmParams[0].f_AlarmCallback(p_Rtc->h_App, 0); in RtcExceptions()
120 p_Rtc->alarmParams[1].f_AlarmCallback(p_Rtc->h_App, 1); in RtcExceptions()
125 p_Rtc->periodicPulseParams[0].f_PeriodicPulseCallback(p_Rtc->h_App, 0); in RtcExceptions()
130 p_Rtc->periodicPulseParams[1].f_PeriodicPulseCallback(p_Rtc->h_App, 1); in RtcExceptions()
135 p_Rtc->externalTriggerParams[0].f_ExternalTriggerCallback(p_Rtc->h_App, 0); in RtcExceptions()
140 p_Rtc->externalTriggerParams[1].f_ExternalTriggerCallback(p_Rtc->h_App, 1); in RtcExceptions()
186 p_Rtc->h_App = p_FmRtcParam->h_App; in FM_RTC_Config()
H A Dfm_rtc.h84 t_Handle h_App; /**< Application handle */ member
/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h396 typedef void (t_TxConfFunction)(t_Handle h_App,
423 typedef e_RxStoreResponse (t_RxStoreFunction)(t_Handle h_App,
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.c488 p_Bm->h_App = p_BmParam->h_App; in BM_Config()
698 p_Bm->f_Exception(p_Bm->h_App, e_BM_EX_INVALID_COMMAND); in BM_ErrorIsr()
700 p_Bm->f_Exception(p_Bm->h_App, e_BM_EX_FBPR_THRESHOLD); in BM_ErrorIsr()
702 p_Bm->f_Exception(p_Bm->h_App, e_BM_EX_MULTI_ECC); in BM_ErrorIsr()
704 p_Bm->f_Exception(p_Bm->h_App, e_BM_EX_SINGLE_ECC); in BM_ErrorIsr()
H A Dbm.h235 …t_Handle h_App; /**< opaque user value passed as a parameter to 'cb' */ member
306 t_Handle h_App; member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_secy.h138 t_Handle h_App; member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c69 p_FmPort->f_Exception(p_FmPort->h_App, e_FM_PORT_EXCEPTION_IM_BUSY); in ImException()
102 p_FmPort->im.f_TxConf(p_FmPort->h_App, in TxConf()
107 p_FmPort->im.f_TxConf(p_FmPort->h_App, in TxConf()
205 if (p_FmPort->im.f_RxStore(p_FmPort->h_App, in FmPortImRx()
658 p_FmPort->im.f_TxConf (p_FmPort->h_App, in FM_PORT_ImTx()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c69 p_FmPcd->f_Exception(p_FmPcd->h_App,e_FM_PCD_PRS_EXCEPTION_DOUBLE_ECC); in PcdPrsErrorException()
88 p_FmPcd->f_Exception(p_FmPcd->h_App,e_FM_PCD_PRS_EXCEPTION_SINGLE_ECC); in PcdPrsException()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c265 p_Fm->f_Exception(p_Fm->h_App,e_FM_EX_BMI_LIST_RAM_ECC); in BmiErrEvent()
280 p_Fm->f_Exception(p_Fm->h_App,e_FM_EX_QMI_DOUBLE_ECC); in QmiErrEvent()
305 p_Fm->f_BusError(p_Fm->h_App, in DmaErrEvent()
315 p_Fm->f_Exception(p_Fm->h_App, e_FM_EX_DMA_READ_ECC); in DmaErrEvent()
330 p_Fm->f_Exception(p_Fm->h_App,e_FM_EX_FPM_DOUBLE_ECC); in FpmErrEvent()
332 p_Fm->f_Exception(p_Fm->h_App,e_FM_EX_FPM_STALL_ON_TASKS); in FpmErrEvent()
334 p_Fm->f_Exception(p_Fm->h_App,e_FM_EX_FPM_SINGLE_ECC); in FpmErrEvent()
345 p_Fm->f_Exception(p_Fm->h_App, e_FM_EX_MURAM_ECC); in MuramErrIntr()
356 p_Fm->f_Exception(p_Fm->h_App, e_FM_EX_IRAM_ECC); in IramErrIntr()
367 p_Fm->f_Exception(p_Fm->h_App,e_FM_EX_QMI_SINGLE_ECC); in QmiEvent()
[all …]

12