Lines Matching refs:txreadyq
815 start = qmgr_stat_below_low_watermark(port->plat->txreadyq); in hss_hdlc_txdone_irq()
816 queue_put_desc(port->plat->txreadyq, in hss_hdlc_txdone_irq()
831 unsigned int txreadyq = port->plat->txreadyq; in hss_hdlc_xmit() local
877 n = queue_get_desc(txreadyq, port, 1); in hss_hdlc_xmit()
892 if (qmgr_stat_below_low_watermark(txreadyq)) { /* empty */ in hss_hdlc_xmit()
898 if (!qmgr_stat_below_low_watermark(txreadyq)) { in hss_hdlc_xmit()
933 err = qmgr_request_queue(port->plat->txreadyq, TX_DESCS, 0, 0, in request_hdlc_queues()
945 qmgr_release_queue(port->plat->txreadyq); in request_hdlc_queues()
963 qmgr_release_queue(port->plat->txreadyq); in release_hdlc_queues()
1071 queue_put_desc(port->plat->txreadyq, in hss_hdlc_open()
1138 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in hss_hdlc_close()