Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h357 unsigned long next_tx_hang_check; member
H A Dfm10k_pci.c707 if (time_is_after_eq_jiffies(interface->next_tx_hang_check)) in fm10k_check_hang_subtask()
709 interface->next_tx_hang_check = jiffies + (2 * HZ); in fm10k_check_hang_subtask()