Searched refs:DEVERR (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/etherswitch/mtkswitch/ |
H A D | mtkswitchvar.h | 147 #define DEVERR(dev, err, fmt, args...) do { \ macro 155 #define DEVERR(dev, err, fmt, args...) macro
|
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitch_phy.c | 137 DEVERR(dev, err, "arswitch_readphy()=%d: phy=%d.%02x\n", phy, reg); in arswitch_readphy_internal() 213 DEVERR(dev, err, "arswitch_writephy()=%d: phy=%d.%02x\n", phy, reg); in arswitch_writephy_internal()
|
H A D | arswitchvar.h | 176 #define DEVERR(dev, err, fmt, args...) do { \ macro 181 #define DEVERR(dev, err, fmt, args...) macro
|
/freebsd/sys/dev/etherswitch/rtl8366/ |
H A D | rtl8366rb.c | 98 #define DEVERR(dev, err, fmt, args...) do { \ macro 118 #define DEVERR(dev, err, fmt, args...) macro 573 DEVERR(dev, err, "smi_read()=%d: addr=%04x\n", addr); in smi_read() 590 DEVERR(dev, err, "smi_write()=%d: addr=%04x\n", addr); in smi_write() 616 DEVERR(dev, err, "smi_rmw()=%d: addr=%04x\n", addr); in smi_rmw() 852 DEVERR(dev, err, "rtl_readphy()=%d: phy=%d.%02x\n", phy, reg); in rtl_readphy() 884 DEVERR(dev, err, "rtl_writephy()=%d: phy=%d.%02x\n", phy, reg); in rtl_writephy()
|