Searched refs:ble_round_robin_unacked (Results 1 – 3 of 3) sorted by relevance
1161 (l2cb.ble_round_robin_unacked >= l2cb.ble_round_robin_quota || in l2c_link_check_send_pkts()1209 && (l2cb.ble_round_robin_unacked < l2cb.ble_round_robin_quota) in l2c_link_check_send_pkts()1297 l2cb.ble_round_robin_unacked++; in l2c_link_send_to_lower()1364 l2cb.ble_round_robin_unacked += num_segs; in l2c_link_send_to_lower()1396 l2cb.ble_round_robin_quota, l2cb.ble_round_robin_unacked); in l2c_link_send_to_lower()1465 if (l2cb.ble_round_robin_unacked > num_sent) in l2c_link_process_num_completed_pkts()1466 l2cb.ble_round_robin_unacked -= num_sent; in l2c_link_process_num_completed_pkts()1468 l2cb.ble_round_robin_unacked = 0; in l2c_link_process_num_completed_pkts()1500 && (l2cb.ble_round_robin_unacked < l2cb.ble_round_robin_quota))) in l2c_link_process_num_completed_pkts()1516 l2cb.ble_check_round_robin, l2cb.ble_round_robin_unacked); in l2c_link_process_num_completed_pkts()[all …]
846 l2cb.ble_round_robin_quota = l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()884 l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()892 l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()914 l2cb.ble_round_robin_unacked += p_lcb->sent_not_acked; in l2c_ble_link_adjust_allocation()
483 …UINT16 ble_round_robin_unacked; /* Round-robin unacked */ member