MBX_MAX_WORDS
if ((size + len + 1) > MBX_MAX_WORDS && --tmp) {
if (size <= MBX_MAX_WORDS) {
u16 message_cache[DIB9000_MSG_CACHE_SIZE][MBX_MAX_WORDS];