Lines Matching refs:mt76_txq
124 mt76_txq_dequeue(struct mt76_dev *dev, struct mt76_txq *mtxq, bool ps) in mt76_txq_dequeue()
147 mt76_check_agg_ssn(struct mt76_txq *mtxq, struct sk_buff *skb) in mt76_check_agg_ssn()
187 struct mt76_txq *mtxq = (struct mt76_txq *) txq->drv_priv; in mt76_release_buffered_frames()
219 struct mt76_txq *mtxq, bool *empty) in mt76_txq_send_burst()
306 struct mt76_txq *mtxq, *mtxq_last; in mt76_txq_schedule_list()
310 mtxq_last = list_last_entry(&hwq->swq, struct mt76_txq, list); in mt76_txq_schedule_list()
319 mtxq = list_first_entry(&hwq->swq, struct mt76_txq, list); in mt76_txq_schedule_list()
388 struct mt76_txq *mtxq = (struct mt76_txq *) txq->drv_priv; in mt76_stop_tx_queues()
402 struct mt76_txq *mtxq = (struct mt76_txq *) txq->drv_priv; in mt76_wake_tx_queue()
415 struct mt76_txq *mtxq; in mt76_txq_remove()
422 mtxq = (struct mt76_txq *) txq->drv_priv; in mt76_txq_remove()
437 struct mt76_txq *mtxq = (struct mt76_txq *) txq->drv_priv; in mt76_txq_init()