cue_softc
struct cue_softc;
struct cue_softc *cue_sc;
CFATTACH_DECL_NEW(cue, sizeof(struct cue_softc), cue_match, cue_attach,
struct cue_softc *sc = usbnet_softc(un);
struct cue_softc *sc = device_private(self);