Lines Matching refs:comp_pktq
2004 struct list_head *comp_pktq, in ath6kl_htc_rx_process_packets() argument
2012 list_for_each_entry_safe(packet, tmp_pkt, comp_pktq, list) { in ath6kl_htc_rx_process_packets()
2026 if (list_empty(comp_pktq)) { in ath6kl_htc_rx_process_packets()
2055 struct list_head *comp_pktq) in ath6kl_htc_rx_fetch() argument
2085 list_splice_tail_init(&tmp_rxq, comp_pktq); in ath6kl_htc_rx_fetch()
2113 list_splice_tail_init(&tmp_rxq, comp_pktq); in ath6kl_htc_rx_fetch()
2146 struct list_head rx_pktq, comp_pktq; in ath6kl_htc_rxmsg_pending_handler() local
2153 INIT_LIST_HEAD(&comp_pktq); in ath6kl_htc_rxmsg_pending_handler()
2178 INIT_LIST_HEAD(&comp_pktq); in ath6kl_htc_rxmsg_pending_handler()
2201 status = ath6kl_htc_rx_fetch(target, &rx_pktq, &comp_pktq); in ath6kl_htc_rxmsg_pending_handler()
2207 status = ath6kl_htc_rx_process_packets(target, &comp_pktq, in ath6kl_htc_rxmsg_pending_handler()
2230 list_for_each_entry_safe(packets, tmp_pkt, &comp_pktq, list) { in ath6kl_htc_rxmsg_pending_handler()