Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c1796 u32 pbeccsts = er32(PBECCSTS); in e1000_intr_msi() local
1799 pbeccsts & E1000_PBECCSTS_CORR_ERR_CNT_MASK; in e1000_intr_msi()
1801 (pbeccsts & E1000_PBECCSTS_UNCORR_ERR_CNT_MASK) >> in e1000_intr_msi()
1877 u32 pbeccsts = er32(PBECCSTS); in e1000_intr() local
1880 pbeccsts & E1000_PBECCSTS_CORR_ERR_CNT_MASK; in e1000_intr()
1882 (pbeccsts & E1000_PBECCSTS_UNCORR_ERR_CNT_MASK) >> in e1000_intr()
4937 u32 pbeccsts = er32(PBECCSTS); in e1000e_update_stats() local
4940 pbeccsts & E1000_PBECCSTS_CORR_ERR_CNT_MASK; in e1000e_update_stats()
4942 (pbeccsts & E1000_PBECCSTS_UNCORR_ERR_CNT_MASK) >> in e1000e_update_stats()