Home
last modified time | relevance | path

Searched refs:comp_pktq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c2004 struct list_head *comp_pktq, in ath6kl_htc_rx_process_packets()
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()
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()
2003 ath6kl_htc_rx_process_packets(struct htc_target *target, struct list_head *comp_pktq, u32 lk_ahds[], int *n_lk_ahd) ath6kl_htc_rx_process_packets() argument
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 Dhtc_mbox.c2004 struct list_head *comp_pktq, in ath6kl_htc_rx_process_packets()
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()
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()
2003 ath6kl_htc_rx_process_packets(struct htc_target *target, struct list_head *comp_pktq, u32 lk_ahds[], int *n_lk_ahd) ath6kl_htc_rx_process_packets() argument
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