Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h103 void (* arswitch_port_init) (struct arswitch_softc *, int); member
H A Darswitch.c528 sc->hal.arswitch_port_init = ar8xxx_port_init; in arswitch_attach()
631 sc->hal.arswitch_port_init(sc, port); in arswitch_attach()
H A Darswitch_8327.c1272 sc->hal.arswitch_port_init = ar8327_port_init; in ar8327_attach()