Searched refs:num_sent (Results 1 – 4 of 4) sorted by relevance
100 uint32_t num_sent = 0, num_acked = 0; in handle_flash_read() local110 while (num_acked < len && num_acked <= num_sent) { in handle_flash_read()111 while (num_sent < len && num_sent - num_acked < max_in_flight) { in handle_flash_read()112 uint32_t n = len - num_sent; in handle_flash_read()129 num_sent += n; in handle_flash_read()
1362 UINT16 num_sent; in l2c_link_process_num_completed_pkts() local1369 STREAM_TO_UINT16 (num_sent, p); in l2c_link_process_num_completed_pkts()1383 l2cb.controller_le_xmit_window += num_sent; in l2c_link_process_num_completed_pkts()1388 l2cb.controller_xmit_window += num_sent; in l2c_link_process_num_completed_pkts()1395 if (l2cb.ble_round_robin_unacked > num_sent) { in l2c_link_process_num_completed_pkts()1396 l2cb.ble_round_robin_unacked -= num_sent; in l2c_link_process_num_completed_pkts()1404 if (l2cb.round_robin_unacked > num_sent) { in l2c_link_process_num_completed_pkts()1405 l2cb.round_robin_unacked -= num_sent; in l2c_link_process_num_completed_pkts()1413 if (p_lcb->sent_not_acked > num_sent) { in l2c_link_process_num_completed_pkts()1414 p_lcb->sent_not_acked -= num_sent; in l2c_link_process_num_completed_pkts()
331 UINT16 num_sent; in btm_sco_process_num_completed_pkts() local338 STREAM_TO_UINT16 (num_sent, p); in btm_sco_process_num_completed_pkts()344 p_ccb->sent_not_acked -= num_sent; in btm_sco_process_num_completed_pkts()350 p_cb->xmit_window_size += num_sent; in btm_sco_process_num_completed_pkts()
1954 UINT16 num_sent; /* Number of packets completed at the controller */ member