Home
last modified time | relevance | path

Searched defs:arswitch_softc (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/etherswitch/arswitch/
HDarswitchvar.h51 struct arswitch_softc { struct
52 struct mtx sc_mtx; /* serialize access to softc */
53 device_t sc_dev;
54 int phy4cpu; /* PHY4 is connected to the CPU */
78 int (* arswitch_hw_setup) (struct arswitch_softc *); argument
117 } hal;
119 struct {
123 } ar8327;