Lines Matching refs:is_tx
43 * @is_tx: Is this a receive path?
48 bool is_tx;
96 * @is_tx: 'true' if transmit queue, else, 'false'
109 bool is_tx;
220 if (qinst->is_tx) {
293 if (qinst->is_tx)
320 if (!qinst->is_tx)
473 qinst->is_tx = (readl(qinst->queue_ctrl) &
478 if (!msg_count && qinst->is_tx) {
485 if (!qinst->is_tx) {
509 if (!qinst->is_tx) {
632 qinst->is_tx = qd->is_tx;
633 dir = qinst->is_tx ? "tx" : "rx";
662 {.queue_id = 0, .proxy_id = 0, .is_tx = true,},
663 {.queue_id = 1, .proxy_id = 0, .is_tx = true,},
664 {.queue_id = 2, .proxy_id = 0, .is_tx = true,},
665 {.queue_id = 3, .proxy_id = 0, .is_tx = true,},
666 {.queue_id = 5, .proxy_id = 2, .is_tx = false,},
667 {.queue_id = 56, .proxy_id = 1, .is_tx = true,},
668 {.queue_id = 57, .proxy_id = 2, .is_tx = false,},
669 {.queue_id = 58, .proxy_id = 3, .is_tx = true,},
670 {.queue_id = 59, .proxy_id = 4, .is_tx = true,},
671 {.queue_id = 60, .proxy_id = 5, .is_tx = true,},
672 {.queue_id = 61, .proxy_id = 6, .is_tx = true,},