Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.c843 UINT16 weighted_chnls[GKI_NUM_TOTAL_BUF_POOLS]; in l2c_link_adjust_chnl_allocation() local
852 weighted_chnls[xx] = 0; in l2c_link_adjust_chnl_allocation()
867 weighted_chnls[p_ccb->ertm_info.user_tx_pool_id] += p_ccb->tx_data_rate; in l2c_link_adjust_chnl_allocation()
868 weighted_chnls[p_ccb->ertm_info.user_rx_pool_id] += p_ccb->rx_data_rate; in l2c_link_adjust_chnl_allocation()
886 weighted_chnls[HCI_ACL_POOL_ID] += p_ccb->tx_data_rate + p_ccb->rx_data_rate; in l2c_link_adjust_chnl_allocation()
894 if ( weighted_chnls[xx] > 0 ) in l2c_link_adjust_chnl_allocation()
897 … quota_per_weighted_chnls[xx] = ((GKI_poolcount(xx) - reserved_buff[xx])/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()