Home
last modified time | relevance | path

Searched refs:ble_round_robin_unacked (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/stack/l2cap/
H A Dl2c_link.cc922 (l2cb.ble_round_robin_unacked >= l2cb.ble_round_robin_quota || in l2c_link_check_send_pkts()
964 (l2cb.ble_round_robin_unacked < l2cb.ble_round_robin_quota) && in l2c_link_check_send_pkts()
1109 l2cb.ble_round_robin_unacked++; in l2c_link_send_to_lower_ble()
1139 if (p_lcb->link_xmit_quota == 0) l2cb.ble_round_robin_unacked += num_segs; in l2c_link_send_to_lower_ble()
1145 l2cb.ble_round_robin_quota, l2cb.ble_round_robin_unacked); in l2c_link_send_to_lower_ble()
1206 if (l2cb.ble_round_robin_unacked > num_sent) in l2c_link_process_num_completed_pkts()
1207 l2cb.ble_round_robin_unacked -= num_sent; in l2c_link_process_num_completed_pkts()
1209 l2cb.ble_round_robin_unacked = 0; in l2c_link_process_num_completed_pkts()
1236 (l2cb.ble_round_robin_unacked < l2cb.ble_round_robin_quota))) { in l2c_link_process_num_completed_pkts()
1246 l2cb.ble_round_robin_unacked); in l2c_link_process_num_completed_pkts()
[all …]
H A Dl2c_int.h612 uint16_t ble_round_robin_unacked; /* Round-robin unacked */ member
614 return ble_round_robin_unacked < ble_round_robin_quota; in is_ble_round_robin_quota_available()
617 if (ble_round_robin_unacked > num_packets_acked) in update_outstanding_le_packets()
618 ble_round_robin_unacked -= num_packets_acked; in update_outstanding_le_packets()
620 ble_round_robin_unacked = 0; in update_outstanding_le_packets()
H A Dl2c_ble.cc1124 l2cb.ble_round_robin_quota = l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1159 l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1166 l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1187 l2cb.ble_round_robin_unacked += p_lcb->sent_not_acked; in l2c_ble_link_adjust_allocation()