Searched refs:tx_frame_count_delta (Results 1 – 1 of 1) sorted by relevance
430 uint32_t rx_clear_count_delta, tx_frame_count_delta; in hdd_congestion_notification_calculation() local468 tx_frame_count_delta = h_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()472 tx_frame_count_delta += h_data->tx_frame_count; in hdd_congestion_notification_calculation()489 if (rx_clear_count_delta > tx_frame_count_delta && in hdd_congestion_notification_calculation()490 rx_clear_count_delta - tx_frame_count_delta > my_rx_count_delta) { in hdd_congestion_notification_calculation()491 diff = rx_clear_count_delta - tx_frame_count_delta in hdd_congestion_notification_calculation()501 info->pdev_id, rx_clear_count_delta, tx_frame_count_delta, in hdd_congestion_notification_calculation()