Home
last modified time | relevance | path

Searched refs:deferred_rx_queue (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ti/wlcore/
Drx.c193 skb_queue_tail(&wl->deferred_rx_queue, skb); in wl1271_rx_handle_data()
Dwlcore.h266 struct sk_buff_head deferred_rx_queue; member
Dmain.c571 while ((skb = skb_dequeue(&wl->deferred_rx_queue))) in wl1271_flush_deferred_work()
586 } while (skb_queue_len(&wl->deferred_rx_queue)); in wl1271_netstack_work()
685 skb_queue_len(&wl->deferred_rx_queue); in wlcore_irq_locked()
6408 skb_queue_head_init(&wl->deferred_rx_queue); in wlcore_alloc_hw()