Searched refs:ble_round_robin_unacked (Results 1 – 3 of 3) sorted by relevance
1085 …unacked = %d,robin_quota=%d",l2cb.controller_le_xmit_window,l2cb.ble_round_robin_unacked,l2cb.ble_… in l2c_link_check_send_pkts()1094 (l2cb.ble_round_robin_unacked >= l2cb.ble_round_robin_quota || in l2c_link_check_send_pkts()1143 && (l2cb.ble_round_robin_unacked < l2cb.ble_round_robin_quota) in l2c_link_check_send_pkts()1241 l2cb.ble_round_robin_unacked++; in l2c_link_send_to_lower()1296 l2cb.ble_round_robin_unacked += num_segs; in l2c_link_send_to_lower()1326 l2cb.ble_round_robin_quota, l2cb.ble_round_robin_unacked); in l2c_link_send_to_lower()1389 if (l2cb.ble_round_robin_unacked > num_sent) { in l2c_link_process_num_completed_pkts()1390 l2cb.ble_round_robin_unacked -= num_sent; in l2c_link_process_num_completed_pkts()1392 l2cb.ble_round_robin_unacked = 0; in l2c_link_process_num_completed_pkts()1425 && (l2cb.ble_round_robin_unacked < l2cb.ble_round_robin_quota))) { in l2c_link_process_num_completed_pkts()[all …]
1026 l2cb.ble_round_robin_quota = l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()1063 l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()1070 l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()1089 l2cb.ble_round_robin_unacked += p_lcb->sent_not_acked; in l2c_ble_link_adjust_allocation()
522 …UINT16 ble_round_robin_unacked; /* Round-robin unacked */ member