Home
last modified time | relevance | path

Searched refs:msgLength (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/
H A Dxx_ext.h622 uint32_t msgLength,
785 uint32_t msgLength,
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.c78 uint32_t msgLength, in BmHandleIpcMsgCB() argument
87 SANITY_CHECK_RETURN_ERROR((msgLength >= sizeof(uint32_t)), E_INVALID_VALUE); in BmHandleIpcMsgCB()
90 UNUSED(msgLength); in BmHandleIpcMsgCB()
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.c71 uint32_t msgLength, in QmHandleIpcMsgCB() argument
80 SANITY_CHECK_RETURN_ERROR((msgLength >= sizeof(uint32_t)), E_INVALID_VALUE); in QmHandleIpcMsgCB()
83 UNUSED(msgLength); in QmHandleIpcMsgCB()
/f-stack/freebsd/contrib/ncsw/user/env/
H A Dxx.c588 uint8_t *p_Msg, uint32_t msgLength, uint8_t *p_Reply, in XX_IpcSendMessage() argument
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c99 uint32_t msgLength, in IpcMsgHandlerCB() argument
109 SANITY_CHECK_RETURN_ERROR((msgLength >= sizeof(uint32_t)), E_INVALID_VALUE); in IpcMsgHandlerCB()
112 UNUSED(msgLength); in IpcMsgHandlerCB()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c783 uint32_t msgLength, in FmGuestHandleIpcMsgCB() argument
792 SANITY_CHECK_RETURN_ERROR((msgLength > sizeof(uint32_t)), E_INVALID_VALUE); in FmGuestHandleIpcMsgCB()
795 UNUSED(msgLength); in FmGuestHandleIpcMsgCB()
824 uint32_t msgLength, in FmHandleIpcMsgCB() argument
834 SANITY_CHECK_RETURN_ERROR((msgLength >= sizeof(uint32_t)), E_INVALID_VALUE); in FmHandleIpcMsgCB()
837 UNUSED(msgLength); in FmHandleIpcMsgCB()