Searched refs:VCHIQ_MAX_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance
31 #define VCHIQ_MAX_MSG_SIZE (VCHIQ_SLOT_SIZE - sizeof(struct vchiq_header)) macro
3194 if (size > VCHIQ_MAX_MSG_SIZE) { in vchiq_queue_message()3315 config->max_msg_size = VCHIQ_MAX_MSG_SIZE; in vchiq_get_config()3316 config->bulk_threshold = VCHIQ_MAX_MSG_SIZE; in vchiq_get_config()