Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c685 int i, len, rem_scat, cred_pad; in ath6kl_htc_tx_setup_scat_list() local
689 rem_scat = target->max_tx_bndl_sz; in ath6kl_htc_tx_setup_scat_list()
703 if (cred_pad < 0 || rem_scat < len) { in ath6kl_htc_tx_setup_scat_list()
708 rem_scat -= len; in ath6kl_htc_tx_setup_scat_list()
727 i, packet, packet->info.tx.seqno, len, rem_scat); in ath6kl_htc_tx_setup_scat_list()