Searched refs:rx_pktq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 2054 struct list_head *rx_pktq, in ath6kl_htc_rx_fetch() 2064 while (!list_empty(rx_pktq)) { in ath6kl_htc_rx_fetch() 2069 if (target->rx_bndl_enable && (get_queue_depth(rx_pktq) > 1)) { in ath6kl_htc_rx_fetch() 2075 status = ath6kl_htc_rx_bundle(target, rx_pktq, in ath6kl_htc_rx_fetch() 2082 if (!list_empty(rx_pktq)) in ath6kl_htc_rx_fetch() 2089 packet = list_first_entry(rx_pktq, struct htc_packet, in ath6kl_htc_rx_fetch() 2095 if (!list_is_singular(rx_pktq)) in ath6kl_htc_rx_fetch() 2126 list_for_each_entry_safe(packet, tmp_pkt, rx_pktq, list) { in ath6kl_htc_rx_fetch() 2146 struct list_head rx_pktq, comp_pktq; in ath6kl_htc_rxmsg_pending_handler() local 2177 INIT_LIST_HEAD(&rx_pktq); in ath6kl_htc_rxmsg_pending_handler() 2053 ath6kl_htc_rx_fetch(struct htc_target *target, struct list_head *rx_pktq, struct list_head *comp_pktq) ath6kl_htc_rx_fetch() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 2054 struct list_head *rx_pktq, in ath6kl_htc_rx_fetch() 2064 while (!list_empty(rx_pktq)) { in ath6kl_htc_rx_fetch() 2069 if (target->rx_bndl_enable && (get_queue_depth(rx_pktq) > 1)) { in ath6kl_htc_rx_fetch() 2075 status = ath6kl_htc_rx_bundle(target, rx_pktq, in ath6kl_htc_rx_fetch() 2082 if (!list_empty(rx_pktq)) in ath6kl_htc_rx_fetch() 2089 packet = list_first_entry(rx_pktq, struct htc_packet, in ath6kl_htc_rx_fetch() 2095 if (!list_is_singular(rx_pktq)) in ath6kl_htc_rx_fetch() 2126 list_for_each_entry_safe(packet, tmp_pkt, rx_pktq, list) { in ath6kl_htc_rx_fetch() 2146 struct list_head rx_pktq, comp_pktq; in ath6kl_htc_rxmsg_pending_handler() local 2177 INIT_LIST_HEAD(&rx_pktq); in ath6kl_htc_rxmsg_pending_handler() 2053 ath6kl_htc_rx_fetch(struct htc_target *target, struct list_head *rx_pktq, struct list_head *comp_pktq) ath6kl_htc_rx_fetch() argument [all...] |
Completed in 6 milliseconds