Home
last modified time | relevance | path

Searched refs:is_tx_comp_time_expired (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c3921 bool is_tx_comp_time_expired; in check_missing_comp_in_tx_queue() local
3935 is_tx_comp_time_expired = time_is_before_jiffies(last_jiffies + in check_missing_comp_in_tx_queue()
3938 if (unlikely(!READ_ONCE(ena_napi->first_interrupt) && is_tx_comp_time_expired)) { in check_missing_comp_in_tx_queue()
3949 is_tx_comp_time_expired = time_is_before_jiffies(last_jiffies + in check_missing_comp_in_tx_queue()
3952 if (unlikely(is_tx_comp_time_expired)) { in check_missing_comp_in_tx_queue()

Completed in 6 milliseconds