Searched refs:cred_sz (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc.h | 178 __le16 cred_sz; member 419 int cred_sz; member
|
H A D | htc_mbox.c | 648 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 D | htc_pipe.c | 1369 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 D | debug.c | 265 ath6kl_dbg(ATH6KL_DBG_CREDIT, " cred_sz : %d\n", in dump_cred_dist() 266 ep_dist->cred_sz); in dump_cred_dist() 740 print_credit_info("%12d", cred_sz); in read_file_credit_dist_stats()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc.h | 178 __le16 cred_sz; member 419 int cred_sz; member
|
H A D | htc_mbox.c | 648 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 D | htc_pipe.c | 1369 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 D | debug.c | 265 ath6kl_dbg(ATH6KL_DBG_CREDIT, " cred_sz : %d\n", in dump_cred_dist() 266 ep_dist->cred_sz); in dump_cred_dist() 740 print_credit_info("%12d", cred_sz); in read_file_credit_dist_stats()
|
Completed in 20 milliseconds