Searched refs:BM_IPC_MAX_REPLY_BODY_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_ipc.h72 #define BM_IPC_MAX_REPLY_BODY_SIZE 16 macro
73 #define BM_IPC_MAX_REPLY_SIZE (BM_IPC_MAX_REPLY_BODY_SIZE + sizeof(uint32_t))
91 uint8_t replyBody[BM_IPC_MAX_REPLY_BODY_SIZE];

Completed in 101 milliseconds