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

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c1918 int n_scat_pkt, status = 0, i, len; local
1920 n_scat_pkt = get_queue_depth(rxq);
1921 n_scat_pkt = min(n_scat_pkt, target->msg_per_bndl_max);
1923 if ((get_queue_depth(rxq) - n_scat_pkt) > 0) {
1936 __func__, get_queue_depth(rxq), n_scat_pkt);
1943 get_queue_depth(rxq), n_scat_pkt);
1950 for (i = 0; i < n_scat_pkt; i++) {
1966 if (part_bundle || (i < (n_scat_pkt - 1)))

Completed in 115 milliseconds