HomeSort by: relevance | last modified time | path
    Searched refs:VCHIQ_MAX_MSG_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_if.h 42 #define VCHIQ_MAX_MSG_SIZE (VCHIQ_SLOT_SIZE - sizeof(VCHIQ_HEADER_T))
43 #define VCHIQ_CHANNEL_SIZE VCHIQ_MAX_MSG_SIZE /* For backwards compatibility */
vchiq_core.c 3485 if (size > VCHIQ_MAX_MSG_SIZE) {
3583 config.max_msg_size = VCHIQ_MAX_MSG_SIZE;
3584 config.bulk_threshold = VCHIQ_MAX_MSG_SIZE;

Completed in 22 milliseconds