Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.c163 count = atomic_inc_return(&phy->decode_error_count); in emac_sgmii_interrupt()
166 atomic_set(&phy->decode_error_count, 0); in emac_sgmii_interrupt()
170 atomic_set(&phy->decode_error_count, 0); in emac_sgmii_interrupt()
H A Demac-sgmii.h36 atomic_t decode_error_count; member
H A Demac.c628 atomic_set(&phy->decode_error_count, 0); in emac_probe()