Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitchvar.h147 #define DEVERR(dev, err, fmt, args...) do { \ macro
155 #define DEVERR(dev, err, fmt, args...) macro
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_phy.c137 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 Darswitchvar.h176 #define DEVERR(dev, err, fmt, args...) do { \ macro
181 #define DEVERR(dev, err, fmt, args...) macro
/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c98 #define DEVERR(dev, err, fmt, args...) do { \ macro
118 #define DEVERR(dev, err, fmt, args...) macro
580 DEVERR(dev, err, "smi_read()=%d: addr=%04x\n", addr); in smi_read()
597 DEVERR(dev, err, "smi_write()=%d: addr=%04x\n", addr); in smi_write()
623 DEVERR(dev, err, "smi_rmw()=%d: addr=%04x\n", addr); in smi_rmw()
859 DEVERR(dev, err, "rtl_readphy()=%d: phy=%d.%02x\n", phy, reg); in rtl_readphy()
891 DEVERR(dev, err, "rtl_writephy()=%d: phy=%d.%02x\n", phy, reg); in rtl_writephy()