Searched defs:arswitch_softc (Results 1 – 1 of 1) sorted by relevance
58 struct arswitch_softc { struct59 struct mtx sc_mtx; /* serialize access to softc */60 device_t sc_dev;61 int phy4cpu; /* PHY4 is connected to the CPU */62 int numphys; /* PHYs we manage */63 int is_rgmii; /* PHY mode is RGMII (XXX which PHY?) */64 int is_gmii; /* PHY mode is GMII (XXX which PHY?) */65 int is_mii; /* PHY mode is MII (XXX which PHY?) */66 int page;67 int chip_ver;[all …]