Searched refs:prttsyn_stat (Results 1 – 2 of 2) sorted by relevance
638 u32 prttsyn_stat, new_latch_events; in i40e_ptp_get_rx_events() local641 prttsyn_stat = rd32(hw, I40E_PRTTSYN_STAT_1); in i40e_ptp_get_rx_events()642 new_latch_events = prttsyn_stat & ~pf->latch_event_flags; in i40e_ptp_get_rx_events()659 pf->latch_event_flags = prttsyn_stat; in i40e_ptp_get_rx_events()661 return prttsyn_stat; in i40e_ptp_get_rx_events()814 u32 prttsyn_stat, hi, lo; in i40e_ptp_rx_hwtstamp() local829 prttsyn_stat = i40e_ptp_get_rx_events(pf); in i40e_ptp_rx_hwtstamp()832 if (!(prttsyn_stat & BIT(index))) { in i40e_ptp_rx_hwtstamp()
4396 u32 prttsyn_stat = rd32(hw, I40E_PRTTSYN_STAT_0); in i40e_intr() local4398 if (prttsyn_stat & I40E_PRTTSYN_STAT_0_EVENT0_MASK) in i40e_intr()4401 if (prttsyn_stat & I40E_PRTTSYN_STAT_0_TXTIME_MASK) in i40e_intr()