Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c1799 u32 pbeccsts = er32(PBECCSTS); in e1000_intr_msi() local
1802 pbeccsts & E1000_PBECCSTS_CORR_ERR_CNT_MASK; in e1000_intr_msi()
1804 FIELD_GET(E1000_PBECCSTS_UNCORR_ERR_CNT_MASK, pbeccsts); in e1000_intr_msi()
1878 u32 pbeccsts = er32(PBECCSTS); in e1000_intr() local
1881 pbeccsts & E1000_PBECCSTS_CORR_ERR_CNT_MASK; in e1000_intr()
1883 FIELD_GET(E1000_PBECCSTS_UNCORR_ERR_CNT_MASK, pbeccsts); in e1000_intr()
5065 u32 pbeccsts = er32(PBECCSTS); in e1000e_update_stats() local
5068 pbeccsts & E1000_PBECCSTS_CORR_ERR_CNT_MASK; in e1000e_update_stats()
5070 FIELD_GET(E1000_PBECCSTS_UNCORR_ERR_CNT_MASK, pbeccsts); in e1000e_update_stats()