Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c1153 struct list_head discard_q, container; in ath6kl_htc_mbox_flush_txep() local
1162 INIT_LIST_HEAD(&discard_q); in ath6kl_htc_mbox_flush_txep()
1169 list_move_tail(&packet->list, &discard_q); in ath6kl_htc_mbox_flush_txep()
1174 list_for_each_entry_safe(packet, tmp_pkt, &discard_q, list) { in ath6kl_htc_mbox_flush_txep()