Searched refs:cred_pad (Results 1 – 1 of 1) sorted by relevance
650 int rem_cred, cred_pad; in htc_get_credit_padding() local667 cred_pad = *len < cred_sz ? (cred_sz - *len) : rem_cred; in htc_get_credit_padding()669 if ((cred_pad > 0) && (cred_pad <= 255)) in htc_get_credit_padding()670 *len += cred_pad; in htc_get_credit_padding()675 return cred_pad; in htc_get_credit_padding()685 int i, len, rem_scat, cred_pad; in ath6kl_htc_tx_setup_scat_list() local701 cred_pad = htc_get_credit_padding(target->tgt_cred_sz, in ath6kl_htc_tx_setup_scat_list()703 if (cred_pad < 0 || rem_scat < len) { in ath6kl_htc_tx_setup_scat_list()716 cred_pad, packet->info.tx.seqno); in ath6kl_htc_tx_setup_scat_list()