Searched refs:comp_pktq (Results 1 – 1 of 1) sorted by relevance
2006 struct list_head *comp_pktq, in ath6kl_htc_rx_process_packets() argument2014 list_for_each_entry_safe(packet, tmp_pkt, comp_pktq, list) { in ath6kl_htc_rx_process_packets()2028 if (list_empty(comp_pktq)) { in ath6kl_htc_rx_process_packets()2057 struct list_head *comp_pktq) in ath6kl_htc_rx_fetch() argument2087 list_splice_tail_init(&tmp_rxq, comp_pktq); in ath6kl_htc_rx_fetch()2115 list_splice_tail_init(&tmp_rxq, comp_pktq); in ath6kl_htc_rx_fetch()2148 struct list_head rx_pktq, comp_pktq; in ath6kl_htc_rxmsg_pending_handler() local2155 INIT_LIST_HEAD(&comp_pktq); in ath6kl_htc_rxmsg_pending_handler()2180 INIT_LIST_HEAD(&comp_pktq); in ath6kl_htc_rxmsg_pending_handler()2203 status = ath6kl_htc_rx_fetch(target, &rx_pktq, &comp_pktq); in ath6kl_htc_rxmsg_pending_handler()[all …]