Home
last modified time | relevance | path

Searched refs:latch_event_flags (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c238 new_latch_events = prttsyn_stat & ~pf->latch_event_flags; in i40e_ptp_get_rx_events()
255 pf->latch_event_flags = prttsyn_stat; in i40e_ptp_get_rx_events()
294 if ((pf->latch_event_flags & BIT(i)) && in i40e_ptp_rx_hang()
297 pf->latch_event_flags &= ~BIT(i); in i40e_ptp_rx_hang()
434 pf->latch_event_flags &= ~BIT(index); in i40e_ptp_rx_hwtstamp()
620 pf->latch_event_flags = 0; in i40e_ptp_set_timestamp_mode()
H A Di40e.h644 u32 latch_event_flags; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c242 pf->latch_event_flags = 0; in i40_ptp_reset_timing_events()
641 new_latch_events = prttsyn_stat & ~pf->latch_event_flags; in i40e_ptp_get_rx_events()
658 pf->latch_event_flags = prttsyn_stat; in i40e_ptp_get_rx_events()
697 if ((pf->latch_event_flags & BIT(i)) && in i40e_ptp_rx_hang()
700 pf->latch_event_flags &= ~BIT(i); in i40e_ptp_rx_hang()
837 pf->latch_event_flags &= ~BIT(index); in i40e_ptp_rx_hwtstamp()
1257 pf->latch_event_flags = 0; in i40e_ptp_set_timestamp_mode()
H A Di40e.h749 u32 latch_event_flags; member

Completed in 9 milliseconds