Searched refs:VCHI_RX_MSG_QUEUE_SIZE (Results 1 – 1 of 1) sorted by relevance
167 #ifndef VCHI_RX_MSG_QUEUE_SIZE168 # define VCHI_RX_MSG_QUEUE_SIZE 256 macro174 #if VCHI_RX_MSG_QUEUE_SIZE < (VCHI_MAX_MSG_SIZE/16 + 1) * VCHI_NUM_READ_SLOTS175 # undef VCHI_RX_MSG_QUEUE_SIZE176 # define VCHI_RX_MSG_QUEUE_SIZE ((VCHI_MAX_MSG_SIZE/16 + 1) * VCHI_NUM_READ_SLOTS) macro