Home
last modified time | relevance | path

Searched refs:pbeccsts (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
Dnetdev.c1830 u32 pbeccsts = er32(PBECCSTS); in e1000_intr_msi() local
1833 pbeccsts & E1000_PBECCSTS_CORR_ERR_CNT_MASK; in e1000_intr_msi()
1835 (pbeccsts & E1000_PBECCSTS_UNCORR_ERR_CNT_MASK) >> in e1000_intr_msi()
1910 u32 pbeccsts = er32(PBECCSTS); in e1000_intr() local
1913 pbeccsts & E1000_PBECCSTS_CORR_ERR_CNT_MASK; in e1000_intr()
1915 (pbeccsts & E1000_PBECCSTS_UNCORR_ERR_CNT_MASK) >> in e1000_intr()
5072 u32 pbeccsts = er32(PBECCSTS); in e1000e_update_stats() local
5075 pbeccsts & E1000_PBECCSTS_CORR_ERR_CNT_MASK; in e1000e_update_stats()
5077 (pbeccsts & E1000_PBECCSTS_UNCORR_ERR_CNT_MASK) >> in e1000e_update_stats()