Lines Matching defs:is_tx
44 * @is_tx: Is this a receive path?
49 bool is_tx;
97 * @is_tx: 'true' if transmit queue, else, 'false'
111 bool is_tx;
287 if (qinst->is_tx) {
326 if (qinst->is_tx)
353 if (!qinst->is_tx)
523 qinst->is_tx = (readl(qinst->queue_ctrl) &
528 if (!msg_count && qinst->is_tx) {
535 if (!qinst->is_tx) {
559 if (!qinst->is_tx) {
682 qinst->is_tx = qd->is_tx;
683 dir = qinst->is_tx ? "tx" : "rx";
726 if (!qinst->is_tx)
740 if (!qinst->is_tx)
760 {.queue_id = 0, .proxy_id = 0, .is_tx = true,},
761 {.queue_id = 1, .proxy_id = 0, .is_tx = true,},
762 {.queue_id = 2, .proxy_id = 0, .is_tx = true,},
763 {.queue_id = 3, .proxy_id = 0, .is_tx = true,},
764 {.queue_id = 5, .proxy_id = 2, .is_tx = false,},
765 {.queue_id = 56, .proxy_id = 1, .is_tx = true,},
766 {.queue_id = 57, .proxy_id = 2, .is_tx = false,},
767 {.queue_id = 58, .proxy_id = 3, .is_tx = true,},
768 {.queue_id = 59, .proxy_id = 4, .is_tx = true,},
769 {.queue_id = 60, .proxy_id = 5, .is_tx = true,},
770 {.queue_id = 61, .proxy_id = 6, .is_tx = true,},