Lines Matching defs:msg_count
209 int msg_count, num_words;
233 msg_count = ti_msgmgr_queue_get_num_messages(desc, qinst);
234 if (!msg_count) {
291 int msg_count;
301 msg_count = ti_msgmgr_queue_get_num_messages(desc, qinst);
303 return msg_count ? true : false;
318 int msg_count;
328 msg_count = ti_msgmgr_queue_get_num_messages(desc, qinst);
331 /* In secure proxy, msg_count indicates how many we can send */
332 return msg_count ? true : false;
336 return msg_count ? false : true;
466 int msg_count;
476 msg_count = ti_msgmgr_queue_get_num_messages(d, qinst);
478 if (!msg_count && qinst->is_tx) {