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

/freebsd-11.0-release/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.c3463 if (size > VCHIQ_MAX_MSG_SIZE) {
3561 config.max_msg_size = VCHIQ_MAX_MSG_SIZE;
3562 config.bulk_threshold = VCHIQ_MAX_MSG_SIZE;

Completed in 111 milliseconds