Searched refs:arswitch_atu_fetch_table (Results 1 – 3 of 3) sorted by relevance
551 sc->hal.arswitch_atu_fetch_table = ar8xxx_atu_fetch_table; in arswitch_attach()1183 arswitch_atu_fetch_table(device_t dev, etherswitch_atu_table_t *table) in arswitch_atu_fetch_table() function1193 err = sc->hal.arswitch_atu_fetch_table(sc, NULL, 0); in arswitch_atu_fetch_table()1197 err = sc->hal.arswitch_atu_fetch_table(sc, in arswitch_atu_fetch_table()1298 DEVMETHOD(etherswitch_fetch_table, arswitch_atu_fetch_table),
109 int (* arswitch_atu_fetch_table) (struct arswitch_softc *, member
1293 sc->hal.arswitch_atu_fetch_table = ar8327_atu_fetch_table; in ar8327_attach()