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