Searched refs:rx_pktq (Results 1 – 1 of 1) sorted by relevance
2053 struct list_head *rx_pktq, in ath6kl_htc_rx_fetch() argument2063 while (!list_empty(rx_pktq)) { in ath6kl_htc_rx_fetch()2074 status = ath6kl_htc_rx_bundle(target, rx_pktq, in ath6kl_htc_rx_fetch()2081 if (!list_empty(rx_pktq)) in ath6kl_htc_rx_fetch()2088 packet = list_first_entry(rx_pktq, struct htc_packet, in ath6kl_htc_rx_fetch()2094 if (!list_is_singular(rx_pktq)) in ath6kl_htc_rx_fetch()2145 struct list_head rx_pktq, comp_pktq; in ath6kl_htc_rxmsg_pending_handler() local2176 INIT_LIST_HEAD(&rx_pktq); in ath6kl_htc_rxmsg_pending_handler()2185 &rx_pktq); in ath6kl_htc_rxmsg_pending_handler()2189 if (get_queue_depth(&rx_pktq) >= 2) in ath6kl_htc_rxmsg_pending_handler()[all …]