Searched refs:buff_quota (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_link.c | 909 …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() 913 p_ccb->ccb_priority, p_ccb->tx_data_rate, p_ccb->buff_quota); in l2c_link_adjust_chnl_allocation() 918 p_ccb->buff_quota = quota_per_weighted_chnls[HCI_ACL_POOL_ID] * p_ccb->tx_data_rate; in l2c_link_adjust_chnl_allocation() 922 p_ccb->ccb_priority, p_ccb->tx_data_rate, p_ccb->buff_quota); in l2c_link_adjust_chnl_allocation()
|
D | l2c_utils.c | 1575 p_ccb->buff_quota = 2; /* This gets set after config */ in l2cu_allocate_ccb() 3423 if (p_ccb->buff_quota != 0) in l2cu_check_channel_congestion() 3429 if (q_count <= (p_ccb->buff_quota / 2)) in l2cu_check_channel_congestion() 3435 p_ccb->local_cid, q_count, p_ccb->buff_quota); in l2cu_check_channel_congestion() 3449 p_ccb->xmit_hold_q.count, p_ccb->buff_quota); in l2cu_check_channel_congestion() 3474 if (q_count > p_ccb->buff_quota) in l2cu_check_channel_congestion() 3480 p_ccb->local_cid, q_count, p_ccb->buff_quota); in l2cu_check_channel_congestion() 3491 p_ccb->xmit_hold_q.count, p_ccb->buff_quota); in l2cu_check_channel_congestion()
|
D | l2c_ucd.c | 453 p_ccb->buff_quota); in L2CA_UcdDataWrite()
|
D | l2c_int.h | 317 UINT16 buff_quota; /* Buffer quota before sending congestion */ member
|
D | l2c_main.c | 987 p_ccb->local_cid, p_ccb->xmit_hold_q.count, p_ccb->buff_quota); in l2c_data_write()
|
D | l2c_api.c | 1488 p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->buff_quota); in L2CA_SendFixedChnlData()
|