Searched refs:h_App (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.h84 t_Handle h_App; /**< Application handle */ member in struct:t_FmRtc
H A Dfm_rtc.c110 p_Rtc->alarmParams[0].f_AlarmCallback(p_Rtc->h_App, 0);
120 p_Rtc->alarmParams[1].f_AlarmCallback(p_Rtc->h_App, 1);
125 p_Rtc->periodicPulseParams[0].f_PeriodicPulseCallback(p_Rtc->h_App, 0);
130 p_Rtc->periodicPulseParams[1].f_PeriodicPulseCallback(p_Rtc->h_App, 1);
135 p_Rtc->externalTriggerParams[0].f_ExternalTriggerCallback(p_Rtc->h_App, 0);
140 p_Rtc->externalTriggerParams[1].f_ExternalTriggerCallback(p_Rtc->h_App, 1);
186 p_Rtc->h_App = p_FmRtcParam->h_App;
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h61 @Param[in] h_App - User's application descriptor.
65 typedef void (t_BmDepletionCallback)(t_Handle h_App, bool in);
100 @Param[in] h_App - User's application descriptor.
103 typedef void (t_BmExceptionsCallback) (t_Handle h_App,
124 t_Handle h_App; /**< A handle to an application layer object; This handle will member in struct:__anon9848
431 t_Handle h_App; /**< opaque user value passed as a parameter to callbacks */ member in struct:__anon9850
H A Dqm_ext.h63 @Param[in] h_App A user argument to the callback
75 typedef e_RxStoreResponse (t_QmReceivedFrameCallback)(t_Handle h_App,
86 @Param[in] h_App A user argument to the callback
91 typedef t_Error (t_QmFqrDrainedCompletionCB)(t_Handle h_App,
134 @Param[in] h_App A user argument to the callback
147 typedef e_RxStoreResponse (t_QmRejectedFrameCallback)(t_Handle h_App,
201 @Param[in] h_App - User's application descriptor.
204 typedef void (t_QmExceptionsCallback) ( t_Handle h_App,
250 t_Handle h_App; /**< A handle to an application layer object; This handle will member in struct:__anon9906
634 t_Handle h_App; /**< member in struct:__anon9911
774 t_Handle h_App; member in struct:t_QmPortalFrameInfo
1154 t_Handle h_App; /**< A handle to the application layer, will be passed as member in struct:t_QmCgParams
[all...]
H A Dfm_rtc_ext.h112 t_Handle h_App; /**< A handle to an application layer object; This handle will member in struct:t_FmRtcParams
340 @Param[in] h_App - User's application descriptor.
343 typedef void (t_FmRtcExceptionsCallback) ( t_Handle h_App, uint8_t id);
H A Dfm_macsec_ext.h83 @Param[in] h_App A handle to an application layer object; This handle
87 typedef void (t_FmMacsecExceptionsCallback) ( t_Handle h_App,
106 t_Handle h_App; /**< A handle to an application layer object; This handle will member in struct:t_FmMacsecParams::__anon9851::__anon9853
518 @Param[in] h_App A handle to an application layer object; This handle
522 typedef void (t_FmMacsecSecYExceptionsCallback) ( t_Handle h_App,
531 @Param[in] h_App A handle to an application layer object; This handle
535 typedef void (t_FmMacsecSecYEventsCallback) ( t_Handle h_App,
710 t_Handle h_App; /**< A handle to an application layer object; This handle will member in struct:t_FmMacsecSecYParams
H A Dfm_mac_ext.h140 @Param[in] h_App - Handle to the upper layer handler
146 typedef void (t_FmMacExceptionCallback)(t_Handle h_App, e_FmMacExceptions exceptions);
239 t_Handle h_App; /**< A handle to an application layer object; This handle will member in struct:t_FmMacParams
H A Dfm_port_ext.h179 @Param[in] h_App - User's application descriptor.
182 typedef void (t_FmPortExceptionCallback) (t_Handle h_App, e_FmPortExceptions exception);
189 @Param[in] h_App Application's handle originally specified to
201 typedef e_RxStoreResponse (t_FmPortImRxStoreCallback) (t_Handle h_App,
213 @Param[in] h_App Application's handle originally specified to
220 typedef void (t_FmPortImTxConfCallback) (t_Handle h_App,
290 t_Handle h_App; /**< A handle to an application layer object; This handle will member in struct:t_FmPortParams
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c108 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_REM_FAULT);
110 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_LOC_FAULT);
112 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_1TX_ECC_ER);
114 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_TX_FIFO_UNFL);
116 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_TX_FIFO_OVFL);
118 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_TX_ER);
120 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_RX_FIFO_OVFL);
122 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_RX_ECC_ER);
124 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_RX_JAB_FRM);
126 p_Tgec->f_Exception(p_Tgec->h_App, e_FM_MAC_EX_10G_RX_OVRSZ_FR
[all...]
H A Dmemac.h69 t_Handle h_App; /**< Handle to the upper layer application */ member in struct:__anon9684
H A Ddtsec.c225 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_BAB_RX);
227 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_RX_CTL);
231 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_GRATEFUL_TX_STP_COMPLET);
233 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_BAB_TX);
235 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_TX_CTL);
237 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_TX_ERR);
239 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_LATE_COL);
241 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_COL_RET_LMT);
307 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_TX_FIFO_UNDRN);
310 p_Dtsec->f_Exception(p_Dtsec->h_App, e_FM_MAC_EX_1G_MAG_PCK
[all...]
H A Dtgec.h127 t_Handle h_App; /**< Handle to the upper layer application */ member in struct:__anon9685
H A Ddtsec.h203 t_Handle h_App; /**< Handle to the upper layer application */ member in struct:__anon9680
H A Dmemac.c218 p_Memac->f_Exception(p_Memac->h_App, e_FM_MAC_EX_TS_FIFO_ECC_ERR);
220 p_Memac->f_Exception(p_Memac->h_App, e_FM_MAC_EX_10G_1TX_ECC_ER);
222 p_Memac->f_Exception(p_Memac->h_App, e_FM_MAC_EX_10G_RX_ECC_ER);
242 p_Memac->f_Exception(p_Memac->h_App, e_FM_MAC_EX_MAGIC_PACKET_INDICATION);
1093 p_Memac->h_App = p_FmMacParam->h_App;
/freebsd-13-stable/sys/dev/dpaa/
H A Dbman.c53 bman_exception(t_Handle h_App, e_BmExceptions exception) argument
58 sc = h_App;
116 bp.h_App = sc;
220 bpp.h_App = h_BufferPool;
H A Dif_dtsec_im.c137 params.h_App = sc;
188 params.h_App = sc;
H A Dif_dtsec_rm.c167 params.h_App = sc;
215 params.h_App = sc;
276 dtsec_rm_pool_rx_depleted(t_Handle h_App, bool in) argument
281 sc = h_App;
H A Dqman_portals.c165 qpp.h_App = qsc;
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_secy.h138 t_Handle h_App; member in struct:__anon9704
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h453 t_Handle h_App; member in struct:t_QmCg
484 t_Handle h_App; member in struct:__anon9844
529 t_Handle h_App; member in struct:t_QmPortal
552 t_Handle h_App; member in struct:qman_fq
582 t_Handle h_App; member in struct:__anon9846
H A Dqm_portal_fqr.c460 p_QmFqr->f_CompletionCB(p_QmFqr->h_App, p_QmFqr);
491 static e_RxStoreResponse drainCB(t_Handle h_App, argument
497 UNUSED(h_App);
507 static void cb_ern_dcErn(t_Handle h_App, argument
515 UNUSED(h_App);
521 static void cb_fqs(t_Handle h_App, argument
527 UNUSED(h_App);
535 static void null_cb_mr(t_Handle h_App, argument
542 UNUSED(p_Fq);UNUSED(h_App);
591 p_QmCg->f_Exception(p_QmCg->h_App, e_QM_EX_CG_STATE_CHANG
2059 QM_FQR_FreeWDrain(t_Handle h_QmFqr, t_QmFqrDrainedCompletionCB *f_CompletionCB, bool deliverFrame, t_QmReceivedFrameCallback *f_CallBack, t_Handle h_App) argument
2122 QM_FQR_RegisterCB(t_Handle h_QmFqr, t_QmReceivedFrameCallback *f_CallBack, t_Handle h_App) argument
[all...]
H A Dqm.c697 p_Qm->h_App = p_QmParam->h_App;
1058 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_CORENET_INITIATOR_DATA);
1060 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_CORENET_TARGET_DATA);
1062 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_CORENET_INVALID_TARGET_TRANSACTION);
1064 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_PFDR_THRESHOLD);
1066 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_MULTI_ECC);
1068 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_SINGLE_ECC);
1070 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_PFDR_ENQUEUE_BLOCKED);
1072 p_Qm->f_Exception(p_Qm->h_App, e_QM_EX_INVALID_COMMAN
[all...]
/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h387 @Param[in] h_App - Application's handle, as was provided to the
396 typedef void (t_TxConfFunction)(t_Handle h_App,
408 @Param[in] h_App - Application's handle, as was provided to the
423 typedef e_RxStoreResponse (t_RxStoreFunction)(t_Handle h_App,
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.h235 t_Handle h_App; /**< opaque user value passed as a parameter to 'cb' */ member in struct:BmPool
306 t_Handle h_App; member in struct:__anon9666
H A Dbm.c488 p_Bm->h_App = p_BmParam->h_App;
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);

Completed in 272 milliseconds

12