Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_link.c909 …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()
Dl2c_utils.c1575 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()
Dl2c_ucd.c453 p_ccb->buff_quota); in L2CA_UcdDataWrite()
Dl2c_int.h317 UINT16 buff_quota; /* Buffer quota before sending congestion */ member
Dl2c_main.c987 p_ccb->local_cid, p_ccb->xmit_hold_q.count, p_ccb->buff_quota); in l2c_data_write()
Dl2c_api.c1488 p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->buff_quota); in L2CA_SendFixedChnlData()