Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.c844 UINT16 quota_per_weighted_chnls[GKI_NUM_TOTAL_BUF_POOLS]; in l2c_link_adjust_chnl_allocation() local
897quota_per_weighted_chnls[xx] = ((GKI_poolcount(xx) - reserved_buff[xx])/weighted_chnls[xx]) + 1; in l2c_link_adjust_chnl_allocation()
899 quota_per_weighted_chnls[xx] = 1; in l2c_link_adjust_chnl_allocation()
902 … xx, GKI_poolcount(xx), reserved_buff[xx], weighted_chnls[xx], quota_per_weighted_chnls[xx] ); in l2c_link_adjust_chnl_allocation()
905 quota_per_weighted_chnls[xx] = 0; in l2c_link_adjust_chnl_allocation()
919 …p_ccb->buff_quota = quota_per_weighted_chnls[p_ccb->ertm_info.user_tx_pool_id] * p_ccb->tx_data_ra… in l2c_link_adjust_chnl_allocation()
928 p_ccb->buff_quota = quota_per_weighted_chnls[HCI_ACL_POOL_ID] * p_ccb->tx_data_rate; in l2c_link_adjust_chnl_allocation()