Searched refs:__mt76_tx_queue_skb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | tx.c | 228 __mt76_tx_queue_skb(struct mt76_dev *dev, int qid, struct sk_buff *skb, in __mt76_tx_queue_skb() function 291 __mt76_tx_queue_skb(dev, qid, skb, wcid, sta, NULL); in mt76_tx() 335 __mt76_tx_queue_skb(dev, MT_TXQ_PSD, skb, wcid, sta, NULL); in mt76_queue_ps_skb() 412 idx = __mt76_tx_queue_skb(dev, qid, skb, wcid, txq->sta, &stop); in mt76_txq_send_burst() 436 idx = __mt76_tx_queue_skb(dev, qid, skb, wcid, txq->sta, &stop); in mt76_txq_send_burst()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | tx.c | 299 __mt76_tx_queue_skb(struct mt76_phy *phy, int qid, struct sk_buff *skb, in __mt76_tx_queue_skb() function 363 __mt76_tx_queue_skb(phy, qid, skb, wcid, sta, NULL); in mt76_tx() 399 __mt76_tx_queue_skb(phy, MT_TXQ_PSD, skb, wcid, sta, NULL); in mt76_queue_ps_skb() 483 idx = __mt76_tx_queue_skb(phy, qid, skb, wcid, txq->sta, &stop); in mt76_txq_send_burst() 505 idx = __mt76_tx_queue_skb(phy, qid, skb, wcid, txq->sta, &stop); in mt76_txq_send_burst()
|
Completed in 3 milliseconds