Searched refs:buff_quota (Results 1 – 5 of 5) sorted by relevance
1447 p_ccb->buff_quota = 2; /* This gets set after config */ in l2cu_allocate_ccb()3225 p_ccb->buff_quota); in send_congestion_status_to_all_clients()3250 if (p_ccb->buff_quota == 0) return; in l2cu_check_channel_congestion()3256 if (q_count <= (p_ccb->buff_quota / 2)) in l2cu_check_channel_congestion()3260 if (q_count > p_ccb->buff_quota) in l2cu_check_channel_congestion()
732 p_ccb->buff_quota = L2CAP_CBB_DEFAULT_DATA_RATE_BUFF_QUOTA * data_rate; in l2c_link_adjust_chnl_allocation()737 p_ccb->tx_data_rate, p_ccb->rx_data_rate, p_ccb->buff_quota); in l2c_link_adjust_chnl_allocation()
329 uint16_t buff_quota; /* Buffer quota before sending congestion */ member
1037 p_ccb->buff_quota); in l2c_data_write()
1329 p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->buff_quota); in L2CA_SendFixedChnlData()