Home
last modified time | relevance | path

Searched refs:last_rx_ptp_check (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ptp.c269 wx->last_rx_ptp_check = jiffies; in wx_ptp_rx_hang()
274 rx_event = wx->last_rx_ptp_check; in wx_ptp_rx_hang()
284 wx->last_rx_ptp_check = jiffies; in wx_ptp_rx_hang()
H A Dwx_type.h1233 unsigned long last_rx_ptp_check; member
/linux-6.15/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_mdio.c114 wx->last_rx_ptp_check = jiffies; in ngbe_mac_link_up()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c730 adapter->last_rx_ptp_check = jiffies; in ixgbe_ptp_rx_hang()
735 rx_event = adapter->last_rx_ptp_check; in ixgbe_ptp_rx_hang()
745 adapter->last_rx_ptp_check = jiffies; in ixgbe_ptp_rx_hang()
H A Dixgbe.h779 unsigned long last_rx_ptp_check; member
H A Dixgbe_main.c7930 adapter->last_rx_ptp_check = jiffies; in ixgbe_watchdog_link_is_up()
/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c893 adapter->last_rx_ptp_check = jiffies; in igb_ptp_rx_hang()
898 rx_event = adapter->last_rx_ptp_check; in igb_ptp_rx_hang()
905 adapter->last_rx_ptp_check = jiffies; in igb_ptp_rx_hang()
H A Digb.h630 unsigned long last_rx_ptp_check; member
/linux-6.15/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_phy.c225 wx->last_rx_ptp_check = jiffies; in txgbe_mac_link_up()