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

/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c1786 u32 pbeccsts = er32(PBECCSTS); local
1789 pbeccsts & E1000_PBECCSTS_CORR_ERR_CNT_MASK;
1791 FIELD_GET(E1000_PBECCSTS_UNCORR_ERR_CNT_MASK, pbeccsts);
1865 u32 pbeccsts = er32(PBECCSTS); local
1868 pbeccsts & E1000_PBECCSTS_CORR_ERR_CNT_MASK;
1870 FIELD_GET(E1000_PBECCSTS_UNCORR_ERR_CNT_MASK, pbeccsts);
5027 u32 pbeccsts = er32(PBECCSTS); local
5030 pbeccsts & E1000_PBECCSTS_CORR_ERR_CNT_MASK;
5032 FIELD_GET(E1000_PBECCSTS_UNCORR_ERR_CNT_MASK, pbeccsts);

Completed in 129 milliseconds