Home
last modified time | relevance | path

Searched refs:p_Msg (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/
H A Dxx_ext.h579 uint8_t *p_Msg,
621 uint8_t *p_Msg,
784 uint8_t *p_Msg,
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c405 struct qm_mr_entry *p_Msg, in fq_state_change() argument
419 if (p_Msg->fq.fqs & QM_MR_FQS_NOTEMPTY) in fq_state_change()
421 if (p_Msg->fq.fqs & QM_MR_FQS_ORLPRESENT) in fq_state_change()
510 const struct qm_mr_entry *p_Msg) in cb_ern_dcErn() argument
514 UNUSED(p_Msg); in cb_ern_dcErn()
524 const struct qm_mr_entry *p_Msg) in cb_fqs() argument
526 UNUSED(p_Msg); in cb_fqs()
538 const struct qm_mr_entry *p_Msg) in null_cb_mr() argument
544 if ((p_Msg->verb & QM_MR_VERB_DC_ERN) == QM_MR_VERB_DC_ERN) in null_cb_mr()
546 p_QmPortal->p_LowQmPortal->config.cpu,p_Msg->dcern.portal); in null_cb_mr()
[all …]
H A Dqm.c58 uint8_t *p_Msg, in QmIpcMsgCompletionCB() argument
65 UNUSED(p_Msg);UNUSED(p_Reply);UNUSED(replyLength);UNUSED(status);UNUSED(h_Module); in QmIpcMsgCompletionCB()
70 uint8_t *p_Msg, in QmHandleIpcMsgCB() argument
76 t_QmIpcMsg *p_IpcMsg = (t_QmIpcMsg*)p_Msg; in QmHandleIpcMsgCB()
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c61 uint8_t *p_Msg, in BmIpcMsgCompletionCB() argument
71 UNUSED(p_Msg);UNUSED(p_Reply);UNUSED(replyLength);UNUSED(status); in BmIpcMsgCompletionCB()
77 uint8_t *p_Msg, in BmHandleIpcMsgCB() argument
83 t_BmIpcMsg *p_IpcMsg = (t_BmIpcMsg*)p_Msg; in BmHandleIpcMsgCB()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c88 uint8_t *p_Msg, in IpcMsgCompletionCB() argument
93 UNUSED(h_FmPcd);UNUSED(p_Msg);UNUSED(p_Reply);UNUSED(replyLength);UNUSED(status); in IpcMsgCompletionCB()
98 uint8_t *p_Msg, in IpcMsgHandlerCB() argument
105 t_FmPcdIpcMsg *p_IpcMsg = (t_FmPcdIpcMsg*)p_Msg; in IpcMsgHandlerCB()
115 ASSERT_COND(p_Msg); in IpcMsgHandlerCB()
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c588 uint8_t *p_Msg, uint32_t msgLength, uint8_t *p_Reply, in XX_IpcSendMessage() argument
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c60 uint8_t *p_Msg, in IpcMsgCompletionCB() argument
65 UNUSED(h_Fm);UNUSED(p_Msg);UNUSED(p_Reply);UNUSED(replyLength);UNUSED(status); in IpcMsgCompletionCB()
782 uint8_t *p_Msg, in FmGuestHandleIpcMsgCB() argument
788 t_FmIpcMsg *p_IpcMsg = (t_FmIpcMsg*)p_Msg; in FmGuestHandleIpcMsgCB()
798 ASSERT_COND(p_Msg); in FmGuestHandleIpcMsgCB()
823 uint8_t *p_Msg, in FmHandleIpcMsgCB() argument
830 t_FmIpcMsg *p_IpcMsg = (t_FmIpcMsg*)p_Msg; in FmHandleIpcMsgCB()