Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h178 __le16 cred_sz; member
419 int cred_sz; member
H A Dhtc_mbox.c647 static int htc_get_credit_padding(unsigned int cred_sz, int *len, in htc_get_credit_padding() argument
652 rem_cred = *len % cred_sz; in htc_get_credit_padding()
667 cred_pad = *len < cred_sz ? (cred_sz - *len) : rem_cred; in htc_get_credit_padding()
2525 endpoint->cred_dist.cred_sz = target->tgt_cred_sz; in ath6kl_htc_mbox_conn_service()
2676 if (!rdy_msg->ver2_0_info.cred_cnt || !rdy_msg->ver2_0_info.cred_sz) { in ath6kl_htc_mbox_wait_target()
2682 target->tgt_cred_sz = le16_to_cpu(rdy_msg->ver2_0_info.cred_sz); in ath6kl_htc_mbox_wait_target()
H A Dhtc_pipe.c1368 ep->cred_dist.cred_sz = target->tgt_cred_sz; in ath6kl_htc_pipe_conn_service()
1583 ready_msg->ver2_0_info.cred_sz); in ath6kl_htc_pipe_wait_target()
1586 target->tgt_cred_sz = le16_to_cpu(ready_msg->ver2_0_info.cred_sz); in ath6kl_htc_pipe_wait_target()
H A Ddebug.c266 ep_dist->cred_sz); in dump_cred_dist()
740 print_credit_info("%12d", cred_sz); in read_file_credit_dist_stats()