Searched refs:buff_quota (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_link.c | 883 …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() 887 p_ccb->ccb_priority, p_ccb->tx_data_rate, p_ccb->buff_quota); in l2c_link_adjust_chnl_allocation() 892 p_ccb->buff_quota = quota_per_weighted_chnls[HCI_ACL_POOL_ID] * p_ccb->tx_data_rate; in l2c_link_adjust_chnl_allocation() 896 p_ccb->ccb_priority, p_ccb->tx_data_rate, p_ccb->buff_quota); in l2c_link_adjust_chnl_allocation()
|
D | l2c_utils.c | 1444 p_ccb->buff_quota = 2; /* This gets set after config */ in l2cu_allocate_ccb() 3224 if ((p_ccb->p_rcb)&&(p_ccb->buff_quota != 0)) in l2cu_check_channel_congestion() 3230 if (q_count <= (p_ccb->buff_quota / 2)) in l2cu_check_channel_congestion() 3236 p_ccb->local_cid, q_count, p_ccb->buff_quota); in l2cu_check_channel_congestion() 3250 p_ccb->xmit_hold_q.count, p_ccb->buff_quota); in l2cu_check_channel_congestion() 3260 if (q_count > p_ccb->buff_quota) in l2cu_check_channel_congestion() 3266 p_ccb->local_cid, q_count, p_ccb->buff_quota); in l2cu_check_channel_congestion() 3277 p_ccb->xmit_hold_q.count, p_ccb->buff_quota); in l2cu_check_channel_congestion()
|
D | l2c_int.h | 316 UINT16 buff_quota; /* Buffer quota before sending congestion */ member
|
D | l2c_ucd.c | 453 p_ccb->buff_quota); in L2CA_UcdDataWrite()
|
D | l2c_main.c | 957 p_ccb->local_cid, p_ccb->xmit_hold_q.count, p_ccb->buff_quota); in l2c_data_write()
|