Searched refs:bypass_txq (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_txrx.c | 300 priv->bypass_txq.plock); in wlan_add_buf_bypass_txqueue() 302 util_enqueue_list_tail(pmadapter->pmoal_handle, &priv->bypass_txq, in wlan_add_buf_bypass_txqueue() 305 priv->bypass_txq.plock); in wlan_add_buf_bypass_txqueue() 334 priv->bypass_txq.plock); in wlan_cleanup_bypass_txq() 336 &priv->bypass_txq, MNULL, in wlan_cleanup_bypass_txq() 338 util_unlink_list(pmadapter->pmoal_handle, &priv->bypass_txq, in wlan_cleanup_bypass_txq() 344 priv->bypass_txq.plock); in wlan_cleanup_bypass_txq() 369 &priv->bypass_txq, in wlan_process_bypass_tx() 375 priv->bypass_txq.plock); in wlan_process_bypass_tx() 379 priv->bypass_txq.plock); in wlan_process_bypass_tx() [all …]
|
| H A D | mlan_init.c | 1066 &priv->bypass_txq, MTRUE, in wlan_init_priv_lock_list() 1282 &priv->bypass_txq, in wlan_free_lock_list()
|
| H A D | mlan_main.h | 1331 mlan_list_head bypass_txq;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_txrx.c | 271 priv->bypass_txq.plock); in wlan_add_buf_bypass_txqueue() 273 util_enqueue_list_tail(pmadapter->pmoal_handle, &priv->bypass_txq, in wlan_add_buf_bypass_txqueue() 276 priv->bypass_txq.plock); in wlan_add_buf_bypass_txqueue() 307 priv->bypass_txq.plock); in wlan_cleanup_bypass_txq() 310 &priv->bypass_txq, MNULL, in wlan_cleanup_bypass_txq() 312 util_unlink_list(pmadapter->pmoal_handle, &priv->bypass_txq, in wlan_cleanup_bypass_txq() 318 priv->bypass_txq.plock); in wlan_cleanup_bypass_txq() 344 bypass_txq, in wlan_process_bypass_tx() 365 bypass_txq, in wlan_process_bypass_tx() 378 priv->bypass_txq. in wlan_process_bypass_tx() [all …]
|
| H A D | mlan_init.c | 840 &priv->bypass_txq, MTRUE, in wlan_init_priv_lock_list() 1015 &priv->bypass_txq, in wlan_free_lock_list()
|
| H A D | mlan_main.h | 1221 mlan_list_head bypass_txq; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | wmm.c | 474 if (!skb_queue_empty(&priv->bypass_txq)) in mwifiex_bypass_txlist_empty() 624 skb_queue_walk_safe(&priv->bypass_txq, skb, tmp) { in mwifiex_clean_txrx() 625 skb_unlink(skb, &priv->bypass_txq); in mwifiex_clean_txrx() 811 skb_queue_tail(&priv->bypass_txq, skb); in mwifiex_wmm_add_buf_bypass_txqueue() 1512 if (skb_queue_empty(&priv->bypass_txq)) in mwifiex_process_bypass_tx() 1515 skb = skb_dequeue(&priv->bypass_txq); in mwifiex_process_bypass_tx() 1522 skb_queue_head(&priv->bypass_txq, skb); in mwifiex_process_bypass_tx()
|
| H A D | init.c | 475 skb_queue_head_init(&priv->bypass_txq); in mwifiex_init_lock_list()
|
| H A D | main.h | 699 struct sk_buff_head bypass_txq; member
|
| H A D | cfg80211.c | 3144 skb_queue_walk_safe(&priv->bypass_txq, skb, tmp) { in mwifiex_del_virtual_intf() 3145 skb_unlink(skb, &priv->bypass_txq); in mwifiex_del_virtual_intf()
|