Searched refs:n_scat (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 682 int n_scat, in ath6kl_htc_tx_setup_scat_list() 692 for (i = 0; i < n_scat; i++) { in ath6kl_htc_tx_setup_scat_list() 761 int n_scat, n_sent_bundle = 0, tot_pkts_bundle = 0, i; in ath6kl_htc_tx_bundle() local 773 n_scat = get_queue_depth(queue); in ath6kl_htc_tx_bundle() 774 n_scat = min(n_scat, target->msg_per_bndl_max); in ath6kl_htc_tx_bundle() 776 if (n_scat < HTC_MIN_HTC_MSGS_TO_BUNDLE) in ath6kl_htc_tx_bundle() 816 n_scat); in ath6kl_htc_tx_bundle() 822 scat_req, n_scat, in ath6kl_htc_tx_bundle() 679 ath6kl_htc_tx_setup_scat_list(struct htc_target *target, struct htc_endpoint *endpoint, struct hif_scatter_req *scat_req, int n_scat, struct list_head *queue) ath6kl_htc_tx_setup_scat_list() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 682 int n_scat, in ath6kl_htc_tx_setup_scat_list() 692 for (i = 0; i < n_scat; i++) { in ath6kl_htc_tx_setup_scat_list() 761 int n_scat, n_sent_bundle = 0, tot_pkts_bundle = 0, i; in ath6kl_htc_tx_bundle() local 773 n_scat = get_queue_depth(queue); in ath6kl_htc_tx_bundle() 774 n_scat = min(n_scat, target->msg_per_bndl_max); in ath6kl_htc_tx_bundle() 776 if (n_scat < HTC_MIN_HTC_MSGS_TO_BUNDLE) in ath6kl_htc_tx_bundle() 816 n_scat); in ath6kl_htc_tx_bundle() 822 scat_req, n_scat, in ath6kl_htc_tx_bundle() 679 ath6kl_htc_tx_setup_scat_list(struct htc_target *target, struct htc_endpoint *endpoint, struct hif_scatter_req *scat_req, int n_scat, struct list_head *queue) ath6kl_htc_tx_setup_scat_list() argument
|
Completed in 7 milliseconds