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

/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c267 pf->last_rx_ptp_check = jiffies;
272 rx_event = pf->last_rx_ptp_check;
285 pf->last_rx_ptp_check = jiffies;
H A Di40e.h374 unsigned long last_rx_ptp_check; member in struct:i40e_pf
/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c440 adapter->last_rx_ptp_check = jiffies;
445 rx_event = adapter->last_rx_ptp_check;
452 adapter->last_rx_ptp_check = jiffies;
H A Digb.h434 unsigned long last_rx_ptp_check; member in struct:igb_adapter
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c446 adapter->last_rx_ptp_check = jiffies;
451 rx_event = adapter->last_rx_ptp_check;
458 adapter->last_rx_ptp_check = jiffies;
H A Dixgbe.h742 unsigned long last_rx_ptp_check; member in struct:ixgbe_adapter
H A Dixgbe_main.c6126 adapter->last_rx_ptp_check = jiffies;

Completed in 133 milliseconds