Home
last modified time | relevance | path

Searched refs:sta_tx_exc_list (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c2287 while ((skb = skb_dequeue(&local->sta_tx_exc_list)) != NULL) { in hostap_sta_tx_exc_tasklet()
2346 skb_queue_tail(&local->sta_tx_exc_list, skb); in prism2_txexc()
3185 skb_queue_head_init(&local->sta_tx_exc_list); in prism2_init_local_data()
3303 skb_queue_purge(&local->sta_tx_exc_list); in prism2_free_local_data()
Dhostap_wlan.h819 struct sk_buff_head sta_tx_exc_list; member