Lines Matching defs:msg_count
249 int msg_count;
252 ret = readl_poll_timeout_atomic(qinst->queue_state, msg_count,
253 (msg_count & desc->status_cnt_mask),
279 int msg_count;
300 msg_count = ti_msgmgr_queue_get_num_messages(desc, qinst);
301 if (!msg_count) {
324 int msg_count;
334 msg_count = ti_msgmgr_queue_get_num_messages(desc, qinst);
336 return msg_count ? true : false;
351 int msg_count;
361 msg_count = ti_msgmgr_queue_get_num_messages(desc, qinst);
364 /* In secure proxy, msg_count indicates how many we can send */
365 return msg_count ? true : false;
369 return msg_count ? false : true;
516 int msg_count;
526 msg_count = ti_msgmgr_queue_get_num_messages(d, qinst);
528 if (!msg_count && qinst->is_tx) {