Searched refs:buff_quota (Results 1 – 6 of 6) sorted by relevance
139 .buff_quota = 0,
1446 p_ccb->buff_quota = 2; /* This gets set after config */ in l2cu_allocate_ccb()3547 status, p_ccb->local_cid, fixed_queue_length(p_ccb->xmit_hold_q), p_ccb->buff_quota); in send_congestion_status_to_all_clients()3575 if (p_ccb->buff_quota == 0) { in l2cu_check_channel_congestion()3583 if (q_count <= (p_ccb->buff_quota / 2)) { in l2cu_check_channel_congestion()3588 if (q_count > p_ccb->buff_quota) { in l2cu_check_channel_congestion()
673 p_ccb->buff_quota = L2CAP_CBB_DEFAULT_DATA_RATE_BUFF_QUOTA * data_rate; in l2c_link_adjust_chnl_allocation()678 p_ccb->rx_data_rate, p_ccb->buff_quota); in l2c_link_adjust_chnl_allocation()
311 uint16_t buff_quota; /* Buffer quota before sending congestion */ member
956 p_ccb->local_cid, fixed_queue_length(p_ccb->xmit_hold_q), p_ccb->buff_quota); in l2c_data_write()
1330 fixed_queue_length(p_ccb->xmit_hold_q), p_ccb->buff_quota); in L2CA_SendFixedChnlData()