Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c1154 struct list_head discard_q, container; in ath6kl_htc_mbox_flush_txep() local
1163 INIT_LIST_HEAD(&discard_q); in ath6kl_htc_mbox_flush_txep()
1170 list_move_tail(&packet->list, &discard_q); in ath6kl_htc_mbox_flush_txep()
1175 list_for_each_entry_safe(packet, tmp_pkt, &discard_q, list) { in ath6kl_htc_mbox_flush_txep()