Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h178 __le16 cred_sz; member
419 int cred_sz; member
H A Dhtc_mbox.c648 static int htc_get_credit_padding(unsigned int cred_sz, int *len, in htc_get_credit_padding() argument
653 rem_cred = *len % cred_sz; in htc_get_credit_padding()
668 cred_pad = *len < cred_sz ? (cred_sz - *len) : rem_cred; in htc_get_credit_padding()
2526 endpoint->cred_dist.cred_sz = target->tgt_cred_sz; in ath6kl_htc_mbox_conn_service()
2677 if (!rdy_msg->ver2_0_info.cred_cnt || !rdy_msg->ver2_0_info.cred_sz) { in ath6kl_htc_mbox_wait_target()
2683 target->tgt_cred_sz = le16_to_cpu(rdy_msg->ver2_0_info.cred_sz); in ath6kl_htc_mbox_wait_target()
H A Dhtc_pipe.c1369 ep->cred_dist.cred_sz = target->tgt_cred_sz; in ath6kl_htc_pipe_conn_service()
1584 ready_msg->ver2_0_info.cred_sz); in ath6kl_htc_pipe_wait_target()
1587 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()