Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe.h691 unsigned long sfp_poll_time; member
A Dixgbe_main.c2918 adapter->sfp_poll_time = 0; in ixgbe_check_sfp_event()
5509 adapter->sfp_poll_time = 0; in ixgbe_sfp_link_config()
7724 if (adapter->sfp_poll_time && in ixgbe_sfp_detection_subtask()
7725 time_after(adapter->sfp_poll_time, jiffies)) in ixgbe_sfp_detection_subtask()
7732 adapter->sfp_poll_time = jiffies + IXGBE_SFP_POLL_JIFFIES - 1; in ixgbe_sfp_detection_subtask()

Completed in 24 milliseconds