Searched refs:discard_q (Results 1 – 1 of 1) sorted by relevance
1156 struct list_head discard_q, container; in ath6kl_htc_mbox_flush_txep() local1165 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()