Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dmdio.h161 #define MDIO_STAT2_TXFAULT 0x0800 /* Transmit fault */ macro
/openbmc/linux/include/uapi/linux/
H A Dmdio.h188 #define MDIO_STAT2_TXFAULT 0x0800 /* Transmit fault */ macro
/openbmc/linux/drivers/net/pcs/
H A Dpcs-xpcs.c329 if (ret & MDIO_STAT2_TXFAULT) in xpcs_read_fault_c73()