Lines Matching refs:txreadyq
814 start = qmgr_stat_below_low_watermark(port->plat->txreadyq); in hss_hdlc_txdone_irq()
815 queue_put_desc(port->plat->txreadyq, in hss_hdlc_txdone_irq()
830 unsigned int txreadyq = port->plat->txreadyq; in hss_hdlc_xmit() local
876 n = queue_get_desc(txreadyq, port, 1); in hss_hdlc_xmit()
891 if (qmgr_stat_below_low_watermark(txreadyq)) { /* empty */ in hss_hdlc_xmit()
897 if (!qmgr_stat_below_low_watermark(txreadyq)) { in hss_hdlc_xmit()
932 err = qmgr_request_queue(port->plat->txreadyq, TX_DESCS, 0, 0, in request_hdlc_queues()
944 qmgr_release_queue(port->plat->txreadyq); in request_hdlc_queues()
962 qmgr_release_queue(port->plat->txreadyq); in release_hdlc_queues()
1070 queue_put_desc(port->plat->txreadyq, in hss_hdlc_open()
1137 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in hss_hdlc_close()