Searched refs:prttsyn_stat (Results 1 – 2 of 2) sorted by relevance
648 u32 prttsyn_stat, new_latch_events; in i40e_ptp_get_rx_events() local651 prttsyn_stat = rd32(hw, I40E_PRTTSYN_STAT_1); in i40e_ptp_get_rx_events()652 new_latch_events = prttsyn_stat & ~pf->latch_event_flags; in i40e_ptp_get_rx_events()669 pf->latch_event_flags = prttsyn_stat; in i40e_ptp_get_rx_events()671 return prttsyn_stat; in i40e_ptp_get_rx_events()824 u32 prttsyn_stat, hi, lo; in i40e_ptp_rx_hwtstamp() local839 prttsyn_stat = i40e_ptp_get_rx_events(pf); in i40e_ptp_rx_hwtstamp()842 if (!(prttsyn_stat & BIT(index))) { in i40e_ptp_rx_hwtstamp()
4348 u32 prttsyn_stat = rd32(hw, I40E_PRTTSYN_STAT_0); in i40e_intr() local4350 if (prttsyn_stat & I40E_PRTTSYN_STAT_0_EVENT0_MASK) in i40e_intr()4353 if (prttsyn_stat & I40E_PRTTSYN_STAT_0_TXTIME_MASK) in i40e_intr()