Home
last modified time | relevance | path

Searched refs:VCHIQ_MAX_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_if.h42 #define VCHIQ_MAX_MSG_SIZE (VCHIQ_SLOT_SIZE - sizeof(VCHIQ_HEADER_T)) macro
43 #define VCHIQ_CHANNEL_SIZE VCHIQ_MAX_MSG_SIZE /* For backwards compatibility */
H A Dvchiq_core.c3462 if (size > VCHIQ_MAX_MSG_SIZE) { in vchiq_queue_message()
3560 config.max_msg_size = VCHIQ_MAX_MSG_SIZE; in vchiq_get_config()
3561 config.bulk_threshold = VCHIQ_MAX_MSG_SIZE; in vchiq_get_config()