Home
last modified time | relevance | path

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

/linux-6.1.9/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.c492 while ((skb = skb_dequeue(&wl->deferred_rx_queue))) in wl1271_flush_deferred_work()
507 } while (skb_queue_len(&wl->deferred_rx_queue)); in wl1271_netstack_work()
606 skb_queue_len(&wl->deferred_rx_queue); in wlcore_irq_locked()
6325 skb_queue_head_init(&wl->deferred_rx_queue); in wlcore_alloc_hw()