Searched refs:ARSWITCH_DBG_ATU (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitch.c | 284 DPRINTF(sc, ARSWITCH_DBG_ATU, "%s: flushing all ports\n", __func__); in ar8xxx_atu_flush() 306 DPRINTF(sc, ARSWITCH_DBG_ATU, "%s: flushing port %d\n", __func__, in ar8xxx_atu_flush_port() 350 DPRINTF(sc, ARSWITCH_DBG_ATU, "%s: initializing\n", __func__); in ar8xxx_atu_fetch_table() 362 DPRINTF(sc, ARSWITCH_DBG_ATU, "%s: reading next\n", __func__); in ar8xxx_atu_fetch_table() 399 DPRINTF(sc, ARSWITCH_DBG_ATU, "%s: MAC %6D portmask 0x%08x\n", in ar8xxx_atu_fetch_table() 418 DPRINTF(sc, ARSWITCH_DBG_ATU, "%s: resetting learning\n", __func__); in ar8xxx_atu_learn_default()
|
H A D | arswitchvar.h | 165 #define ARSWITCH_DBG_ATU 0x00000020 macro
|
H A D | arswitch_8327.c | 1116 DPRINTF(sc, ARSWITCH_DBG_ATU, "%s: initializing\n", __func__); in ar8327_atu_fetch_table() 1127 DPRINTF(sc, ARSWITCH_DBG_ATU, "%s: reading next\n", __func__); in ar8327_atu_fetch_table() 1164 DPRINTF(sc, ARSWITCH_DBG_ATU, "%s: MAC %6D portmask 0x%08x\n", in ar8327_atu_fetch_table()
|