Searched refs:prttsyn_stat (Results 1 – 2 of 2) sorted by relevance
637 u32 prttsyn_stat, new_latch_events; in i40e_ptp_get_rx_events() local640 prttsyn_stat = rd32(hw, I40E_PRTTSYN_STAT_1); in i40e_ptp_get_rx_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()660 return prttsyn_stat; in i40e_ptp_get_rx_events()813 u32 prttsyn_stat, hi, lo; in i40e_ptp_rx_hwtstamp() local828 prttsyn_stat = i40e_ptp_get_rx_events(pf); in i40e_ptp_rx_hwtstamp()831 if (!(prttsyn_stat & BIT(index))) { in i40e_ptp_rx_hwtstamp()
4373 u32 prttsyn_stat = rd32(hw, I40E_PRTTSYN_STAT_0); in i40e_intr() local4375 if (prttsyn_stat & I40E_PRTTSYN_STAT_0_EVENT0_MASK) in i40e_intr()4378 if (prttsyn_stat & I40E_PRTTSYN_STAT_0_TXTIME_MASK) in i40e_intr()