/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_tx_sched.c | 189 u_int32_t credit) in ol_tx_sched_select_batch_rr() argument 210 credit = QDF_MIN(credit, TX_SCH_MAX_CREDIT_FOR_THIS_TID(next_tq)); in ol_tx_sched_select_batch_rr() 216 pdev, next_tq, &sctx->head, tx_limit, &credit, &bytes); in ol_tx_sched_select_batch_rr() 219 used_credits = credit; in ol_tx_sched_select_batch_rr() 709 u_int32_t credit) in ol_tx_sched_wrr_adv_credit_sanity_check() argument 716 if (scheduler->categories[i].specs.credit_threshold > credit) { in ol_tx_sched_wrr_adv_credit_sanity_check() 719 credit, i, in ol_tx_sched_wrr_adv_credit_sanity_check() 736 u_int32_t credit) in ol_tx_sched_select_batch_wrr_adv() argument 746 u32 credit_rem = credit; in ol_tx_sched_select_batch_wrr_adv() 754 ol_tx_sched_wrr_adv_credit_sanity_check(pdev, credit); in ol_tx_sched_select_batch_wrr_adv() [all …]
|
H A D | ol_tx_queue.h | 149 u_int32_t *credit, 207 u_int32_t *credit, in ol_tx_dequeue() argument 451 int credit, 458 int credit, in ol_tx_queue_log_sched() argument 528 u_int32_t credit); 543 int32_t credit, 604 u_int32_t credit) in ol_tx_txq_group_credit_limit() argument 606 return credit; in ol_tx_txq_group_credit_limit() 612 int32_t credit, in ol_tx_txq_group_credit_update() argument
|
H A D | ol_tx_queue.c | 310 u_int32_t *credit, in ol_tx_dequeue() argument 332 if (credit_sum + frame_credit > *credit) in ol_tx_dequeue() 352 *credit = credit_sum; in ol_tx_dequeue() 1619 int credit, in ol_tx_queue_log_sched() argument 1641 log_elem->credit = credit; in ol_tx_queue_log_sched() 1831 u32 credit) in ol_tx_txq_group_credit_limit() argument 1840 return credit; in ol_tx_txq_group_credit_limit() 1842 updated_credit = qdf_atomic_read(&txq_grp->credit); in ol_tx_txq_group_credit_limit() 1844 if (credit <= updated_credit) in ol_tx_txq_group_credit_limit() 1846 return credit; in ol_tx_txq_group_credit_limit() [all …]
|
H A D | ol_tx_send.c | 414 qdf_atomic_read(&pdev->txq_grps[0].credit), in ol_tx_deduct_one_credit() 415 qdf_atomic_read(&pdev->txq_grps[1].credit))); in ol_tx_deduct_one_credit() 1192 u_int16_t tx_desc_id, int credit, u_int8_t absolute, in ol_tx_desc_update_group_credit() argument 1213 credit, absolute); in ol_tx_desc_update_group_credit() 1225 credits_group_0 = qdf_atomic_read(&pdev->txq_grps[0].credit); in ol_tx_deduct_one_any_group_credit() 1226 credits_group_1 = qdf_atomic_read(&pdev->txq_grps[1].credit); in ol_tx_deduct_one_any_group_credit() 1256 pdev->grp_stats.stats[curr_index].grp[i].credit = in ol_tx_update_group_credit_stats() 1257 qdf_atomic_read(&pdev->txq_grps[i].credit); in ol_tx_update_group_credit_stats() 1296 grp[j].credit; in ol_tx_dump_group_credit_stats() 1300 grp[j].credit; in ol_tx_dump_group_credit_stats()
|
H A D | ol_tx_hl.c | 283 qdf_atomic_init(&pdev->txq_grps[i].credit); in ol_tx_init_pdev() 2033 int32_t credit, argument 2037 qdf_atomic_set(&group->credit, credit); 2039 qdf_atomic_add(credit, &group->credit); 2057 int32_t credit, argument 2086 credit += ol_txrx_distribute_group_credits(pdev, group_id, 2129 ol_txrx_update_group_credit(group, credit, absolute); 2143 int creds_nxt = qdf_atomic_read(&grp_nxt->credit); 2174 credit), 2313 &pdev->txq_grps[i].credit));
|
H A D | ol_txrx_types.h | 375 uint16_t credit; member 443 qdf_atomic_t credit; member 454 u_int16_t credit; member
|
H A D | ol_txrx_internal.h | 827 int32_t credit,
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
H A D | ol_txrx_htt_api.h | 233 int32_t credit, 253 int credit, u_int8_t absolute, enum htt_tx_status status); 305 int credit, u_int8_t absolute, enum htt_tx_status status) in ol_tx_desc_update_group_credit() argument
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_t2h.c | 496 qdf_atomic_read(&pdev->txrx_pdev->txq_grps[0].credit), in htt_t2h_lp_msg_handler() 497 qdf_atomic_read(&pdev->txrx_pdev->txq_grps[1].credit))); in htt_t2h_lp_msg_handler() 573 qdf_atomic_read(&pdev->txrx_pdev->txq_grps[0].credit), in htt_t2h_lp_msg_handler() 574 qdf_atomic_read(&pdev->txrx_pdev->txq_grps[1].credit))); in htt_t2h_lp_msg_handler()
|
H A D | htt.c | 579 qdf_atomic_read(&pdev->txrx_pdev->txq_grps[0].credit), in htt_attach() 580 qdf_atomic_read(&pdev->txrx_pdev->txq_grps[1].credit))); in htt_attach()
|
/wlan-driver/qca-wifi-host-cmn/htc/ |
H A D | htc_api.h | 897 int *credit);
|
/wlan-driver/qcacld-3.0/configs/ |
H A D | qca6174_defconfig | 530 #Flag to enable HTC credit history feature
|
H A D | wcn6450_defconfig | 516 #Flag to enable HTC credit history feature
|
H A D | qca6390_defconfig | 593 #Flag to enable HTC credit history feature
|
H A D | peach_defconfig | 623 #Flag to enable HTC credit history feature
|
H A D | wear_defconfig | 783 #Flag to enable HTC credit history feature
|
H A D | default_defconfig | 1183 #Flag to enable HTC credit history feature
|