Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c1156 struct list_head discard_q, container; in ath6kl_htc_mbox_flush_txep() local
1165 INIT_LIST_HEAD(&discard_q); in ath6kl_htc_mbox_flush_txep()
1172 list_move_tail(&packet->list, &discard_q); in ath6kl_htc_mbox_flush_txep()
1177 list_for_each_entry_safe(packet, tmp_pkt, &discard_q, list) { in ath6kl_htc_mbox_flush_txep()