Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_medium_assess.c428 struct medium_assess_data *h_data, *t_data; in hdd_congestion_notification_calculation() local
451 t_data = &info->data[t_index]; in hdd_congestion_notification_calculation()
454 t_data->part1_valid || t_data->part2_valid)) { in hdd_congestion_notification_calculation()
459 if (h_data->rx_clear_count >= t_data->rx_clear_count) { in hdd_congestion_notification_calculation()
461 t_data->rx_clear_count; in hdd_congestion_notification_calculation()
463 rx_clear_count_delta = U32_MAX - t_data->rx_clear_count; in hdd_congestion_notification_calculation()
467 if (h_data->tx_frame_count >= t_data->tx_frame_count) { in hdd_congestion_notification_calculation()
469 t_data->tx_frame_count; in hdd_congestion_notification_calculation()
471 tx_frame_count_delta = U32_MAX - t_data->tx_frame_count; in hdd_congestion_notification_calculation()
475 if (h_data->my_rx_count >= t_data->my_rx_count) { in hdd_congestion_notification_calculation()
[all …]