Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsamacro.h246 #define MPI_IBQ_IOMB_LOG(qNumber, msgHeader, msgLength) \ argument
252 for (i = 0; i < msgLength/16; i++) \
261 #define MPI_OBQ_IOMB_LOG(qNumber, msgHeader, msgLength) \ argument
267 for (i = 0; i < msgLength/16; i++) \
/freebsd/sys/contrib/ncsw/inc/
H A Dxx_ext.h622 uint32_t msgLength,
785 uint32_t msgLength,
/freebsd/sys/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()
/freebsd/sys/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()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaosapi.h818 bit32 msgLength);
/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/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()
/freebsd/sys/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()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c8936 bit32 msgLength) in ossaLogIomb() argument