Searched refs:prttsyn_stat (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ptp.c | 234 u32 prttsyn_stat, new_latch_events; in i40e_ptp_get_rx_events() local 237 prttsyn_stat = rd32(hw, I40E_PRTTSYN_STAT_1); in i40e_ptp_get_rx_events() 238 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() 257 return prttsyn_stat; in i40e_ptp_get_rx_events() 410 u32 prttsyn_stat, hi, lo; in i40e_ptp_rx_hwtstamp() local 425 prttsyn_stat = i40e_ptp_get_rx_events(pf); in i40e_ptp_rx_hwtstamp() 428 if (!(prttsyn_stat & BIT(index))) { in i40e_ptp_rx_hwtstamp()
|
H A D | i40e_main.c | 4177 u32 prttsyn_stat = rd32(hw, I40E_PRTTSYN_STAT_0); in i40e_intr() local 4179 if (prttsyn_stat & I40E_PRTTSYN_STAT_0_TXTIME_MASK) { in i40e_intr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ptp.c | 637 u32 prttsyn_stat, new_latch_events; in i40e_ptp_get_rx_events() local 640 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() local 828 prttsyn_stat = i40e_ptp_get_rx_events(pf); in i40e_ptp_rx_hwtstamp() 831 if (!(prttsyn_stat & BIT(index))) { in i40e_ptp_rx_hwtstamp()
|
H A D | i40e_main.c | 4373 u32 prttsyn_stat = rd32(hw, I40E_PRTTSYN_STAT_0); in i40e_intr() local 4375 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()
|
Completed in 36 milliseconds