edsc_softc
sc = malloc(sizeof(struct edsc_softc), M_EDSC, M_WAITOK | M_ZERO);
struct edsc_softc *sc = ifp->if_softc;
struct edsc_soft *sc = (struct edsc_softc *)dummy;
struct edsc_softc *sc;