Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/etherswitch/arswitch/
H A Darswitch.c551 sc->hal.arswitch_atu_fetch_table = ar8xxx_atu_fetch_table; in arswitch_attach()
1187 arswitch_atu_fetch_table(device_t dev, etherswitch_atu_table_t *table) in arswitch_atu_fetch_table() function
1197 err = sc->hal.arswitch_atu_fetch_table(sc, NULL, 0); in arswitch_atu_fetch_table()
1201 err = sc->hal.arswitch_atu_fetch_table(sc, in arswitch_atu_fetch_table()
1302 DEVMETHOD(etherswitch_fetch_table, arswitch_atu_fetch_table),
H A Darswitchvar.h109 int (* arswitch_atu_fetch_table) (struct arswitch_softc *, member
H A Darswitch_8327.c1293 sc->hal.arswitch_atu_fetch_table = ar8327_atu_fetch_table; in ar8327_attach()