Lines Matching refs:txreadyq
817 start = qmgr_stat_below_low_watermark(port->plat->txreadyq); in hss_hdlc_txdone_irq()
818 queue_put_desc(port->plat->txreadyq, in hss_hdlc_txdone_irq()
833 unsigned int txreadyq = port->plat->txreadyq; in hss_hdlc_xmit() local
879 n = queue_get_desc(txreadyq, port, 1); in hss_hdlc_xmit()
894 if (qmgr_stat_below_low_watermark(txreadyq)) { /* empty */ in hss_hdlc_xmit()
900 if (!qmgr_stat_below_low_watermark(txreadyq)) { in hss_hdlc_xmit()
935 err = qmgr_request_queue(port->plat->txreadyq, TX_DESCS, 0, 0, in request_hdlc_queues()
947 qmgr_release_queue(port->plat->txreadyq); in request_hdlc_queues()
965 qmgr_release_queue(port->plat->txreadyq); in release_hdlc_queues()
1073 queue_put_desc(port->plat->txreadyq, in hss_hdlc_open()
1140 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in hss_hdlc_close()