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

/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c3422 bool is_tx_comp_time_expired; local
3439 is_tx_comp_time_expired = time_is_before_jiffies(last_jiffies +
3442 if (unlikely(!READ_ONCE(ena_napi->first_interrupt) && is_tx_comp_time_expired)) {
3453 is_tx_comp_time_expired = time_is_before_jiffies(last_jiffies +
3456 if (unlikely(is_tx_comp_time_expired)) {

Completed in 152 milliseconds