Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c243 pf->latch_event_flags = 0; in i40_ptp_reset_timing_events()
660 new_latch_events = prttsyn_stat & ~pf->latch_event_flags; in i40e_ptp_get_rx_events()
677 pf->latch_event_flags = prttsyn_stat; in i40e_ptp_get_rx_events()
716 if ((pf->latch_event_flags & BIT(i)) && in i40e_ptp_rx_hang()
719 pf->latch_event_flags &= ~BIT(i); in i40e_ptp_rx_hang()
856 pf->latch_event_flags &= ~BIT(index); in i40e_ptp_rx_hwtstamp()
1276 pf->latch_event_flags = 0; in i40e_ptp_set_timestamp_mode()
Di40e.h734 u32 latch_event_flags; member