Home
last modified time | relevance | path

Searched refs:skb_get_queue_mapping (Results 1 – 25 of 150) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dqueue.c116 struct wfx_queue *queue = &wvif->tx_queue[skb_get_queue_mapping(skb)]; in wfx_tx_queues_put()
138 queue = &wvif->tx_queue[skb_get_queue_mapping(skb)]; in wfx_pending_drop()
139 WARN_ON(skb_get_queue_mapping(skb) > 3); in wfx_pending_drop()
164 queue = &wvif->tx_queue[skb_get_queue_mapping(skb)]; in wfx_pending_get()
165 WARN_ON(skb_get_queue_mapping(skb) > 3); in wfx_pending_get()
268 &wvif->tx_queue[skb_get_queue_mapping(skb)]); in wfx_tx_queues_get_skb()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/
H A Dxmit_linux.c54 queue = skb_get_queue_mapping(pkt); in rtw_os_pkt_complete()
97 queue = skb_get_queue_mapping(pkt); in rtw_check_xmit_resource()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c75 queue = skb_get_queue_mapping(pkt); in rtw_os_pkt_complete()
112 queue = skb_get_queue_mapping(pkt); in rtw_check_xmit_resource()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Dpio.c507 q = select_queue_by_priority(dev, skb_get_queue_mapping(skb)); in b43_pio_tx()
528 ieee80211_stop_queue(dev->wl->hw, skb_get_queue_mapping(skb)); in b43_pio_tx()
536 q->queue_prio = skb_get_queue_mapping(skb); in b43_pio_tx()
555 ieee80211_stop_queue(dev->wl->hw, skb_get_queue_mapping(skb)); in b43_pio_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A Dtx.c67 return __carl9170_get_queue(ar, skb_get_queue_mapping(skb)); in carl9170_get_queue()
83 queue = skb_get_queue_mapping(skb); in carl9170_tx_accounting()
160 queue = skb_get_queue_mapping(skb); in carl9170_tx_accounting_free()
455 int queue = skb_get_queue_mapping(skb); in carl9170_tx_bar_status()
1327 unsigned int queue = skb_get_queue_mapping(skb); in carl9170_bar_check()
1513 unsigned int queue = skb_get_queue_mapping(skb); in carl9170_op_tx()
/OK3568_Linux_fs/kernel/net/dsa/
H A Dtag_brcm.c66 u16 queue = skb_get_queue_mapping(skb); in brcm_tag_xmit_ll()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Dxmit_linux.c251 qidx = skb_get_queue_mapping(pkt); in rtw_os_pkt_complete()
320 qidx = skb_get_queue_mapping(pkt); in rtw_check_xmit_resource()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dxmit_linux.c251 qidx = skb_get_queue_mapping(pkt); in rtw_os_pkt_complete()
320 qidx = skb_get_queue_mapping(pkt); in rtw_check_xmit_resource()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Dxmit_linux.c251 qidx = skb_get_queue_mapping(pkt); in rtw_os_pkt_complete()
320 qidx = skb_get_queue_mapping(pkt); in rtw_check_xmit_resource()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dxmit_linux.c257 qidx = skb_get_queue_mapping(pkt); in rtw_os_pkt_complete()
319 qidx = skb_get_queue_mapping(pkt); in rtw_check_xmit_resource()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Dxmit_linux.c264 qidx = skb_get_queue_mapping(pkt); in rtw_os_pkt_complete()
332 qidx = skb_get_queue_mapping(pkt); in rtw_check_xmit_resource()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Dxmit_linux.c264 qidx = skb_get_queue_mapping(pkt); in rtw_os_pkt_complete()
332 qidx = skb_get_queue_mapping(pkt); in rtw_check_xmit_resource()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Dxmit_linux.c264 qidx = skb_get_queue_mapping(pkt); in rtw_os_pkt_complete()
332 qidx = skb_get_queue_mapping(pkt); in rtw_check_xmit_resource()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dtx.c232 ac = wl1271_tx_get_queue(skb_get_queue_mapping(skb)); in wl1271_tx_allocate()
286 ac = wl1271_tx_get_queue(skb_get_queue_mapping(skb)); in wl1271_tx_fill_hdr()
662 q = wl1271_tx_get_queue(skb_get_queue_mapping(skb)); in wl1271_skb_dequeue()
676 int q = wl1271_tx_get_queue(skb_get_queue_mapping(skb)); in wl1271_skb_queue_head()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Ddma.c260 ieee80211_wake_queue(dev->hw, skb_get_queue_mapping(skb)); in mt7601u_complete_tx()
332 ieee80211_stop_queue(dev->hw, skb_get_queue_mapping(skb)); in mt7601u_dma_submit_tx()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c572 return (u8)skb_get_queue_mapping(skb); in hfi1_ipoib_calc_entropy()
597 txp.txq = &priv->txqs[skb_get_queue_mapping(skb)]; in hfi1_ipoib_send_dma()
600 txp.flow.tx_queue = (u8)skb_get_queue_mapping(skb); in hfi1_ipoib_send_dma()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Dxmit_linux.c263 qidx = skb_get_queue_mapping(pkt); in rtw_os_pkt_complete()
332 qidx = skb_get_queue_mapping(pkt); in rtw_check_xmit_resource()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dxmit_linux.c437 os_qid = skb_get_queue_mapping(pkt); in _rtw_xmit_entry()
612 os_qid = skb_get_queue_mapping(pkt); in rtw_os_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dtx.c261 int qid = skb_get_queue_mapping(skb); in mt76_tx()
295 ieee80211_stop_queue(phy->hw, skb_get_queue_mapping(skb)); in mt76_tx()
H A Dmt76x02_txrx.c162 skb_get_queue_mapping(tx_info->skb)); in mt76x02_tx_prepare_skb()
H A Dmt76x02_usb_core.c89 skb_get_queue_mapping(tx_info->skb)); in mt76x02u_tx_prepare_skb()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dxmit_linux.c437 os_qid = skb_get_queue_mapping(pkt); in _rtw_xmit_entry()
612 os_qid = skb_get_queue_mapping(pkt); in rtw_os_tx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/
H A Dgve_tx.c485 WARN(skb_get_queue_mapping(skb) >= priv->tx_cfg.num_queues, in gve_tx()
487 tx = &priv->tx[skb_get_queue_mapping(skb)]; in gve_tx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Def100_netdev.c197 channel = efx_get_tx_channel(efx, skb_get_queue_mapping(skb)); in ef100_hard_start_xmit()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dtx.c268 skb_get_queue_mapping(tx->skb) == IEEE80211_AC_VO) in ieee80211_tx_h_dynamic_ps()
500 int ac = skb_get_queue_mapping(tx->skb); in ieee80211_tx_h_unicast_ps_buf()
1015 ac = skb_get_queue_mapping(skb); in ieee80211_tx_h_stats()
1738 vif->hw_queue[skb_get_queue_mapping(skb)]; in __ieee80211_tx()
1870 info->hw_queue = vif->hw_queue[skb_get_queue_mapping(skb)]; in ieee80211_tx_prepare_skb()
1928 sdata->vif.hw_queue[skb_get_queue_mapping(skb)]; in ieee80211_tx()
3457 info->hw_queue = sdata->vif.hw_queue[skb_get_queue_mapping(skb)]; in ieee80211_xmit_fast_finish()
3462 sta->tx_stats.bytes[skb_get_queue_mapping(skb)] += skb->len; in ieee80211_xmit_fast_finish()
3463 sta->tx_stats.packets[skb_get_queue_mapping(skb)]++; in ieee80211_xmit_fast_finish()
3749 vif->hw_queue[skb_get_queue_mapping(skb)]; in ieee80211_tx_dequeue()
[all …]

123456