Searched refs:weighted_chnls (Results 1 – 1 of 1) sorted by relevance
802 UINT16 weighted_chnls[GKI_NUM_TOTAL_BUF_POOLS]; in l2c_link_adjust_chnl_allocation() local811 weighted_chnls[xx] = 0; in l2c_link_adjust_chnl_allocation()826 weighted_chnls[p_ccb->ertm_info.user_tx_pool_id] += p_ccb->tx_data_rate; in l2c_link_adjust_chnl_allocation()827 weighted_chnls[p_ccb->ertm_info.user_rx_pool_id] += p_ccb->rx_data_rate; in l2c_link_adjust_chnl_allocation()845 weighted_chnls[HCI_ACL_POOL_ID] += p_ccb->tx_data_rate + p_ccb->rx_data_rate; in l2c_link_adjust_chnl_allocation()853 if ( weighted_chnls[xx] > 0 ) in l2c_link_adjust_chnl_allocation()856 … quota_per_weighted_chnls[xx] = ((GKI_poolcount(xx) - reserved_buff[xx])/weighted_chnls[xx]) + 1; in l2c_link_adjust_chnl_allocation()861 … xx, GKI_poolcount(xx), reserved_buff[xx], weighted_chnls[xx], quota_per_weighted_chnls[xx] ); in l2c_link_adjust_chnl_allocation()