Home
last modified time | relevance | path

Searched refs:rem_scat (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c686 int i, len, rem_scat, cred_pad; in ath6kl_htc_tx_setup_scat_list() local
690 rem_scat = target->max_tx_bndl_sz; in ath6kl_htc_tx_setup_scat_list()
704 if (cred_pad < 0 || rem_scat < len) { in ath6kl_htc_tx_setup_scat_list()
709 rem_scat -= len; in ath6kl_htc_tx_setup_scat_list()
728 i, packet, packet->info.tx.seqno, len, rem_scat); in ath6kl_htc_tx_setup_scat_list()