Home
last modified time | relevance | path

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

/trueos/sys/dev/etherswitch/
HDetherswitch.c50 struct etherswitch_softc { struct
81 sizeof(struct etherswitch_softc),
119 struct etherswitch_softc *sc = (struct etherswitch_softc *)device_get_softc(dev); in etherswitch_attach()
139 struct etherswitch_softc *sc = (struct etherswitch_softc *)device_get_softc(dev); in etherswitch_detach()
151 struct etherswitch_softc *sc = dev->si_drv1; in etherswitchopen()
168 struct etherswitch_softc *sc = dev->si_drv1; in etherswitchclose()
200 struct etherswitch_softc *sc = cdev->si_drv1; in etherswitchioctl()