sample_softc
struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc);
struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc);
ath_rate_sysctlattach(struct ath_softc *sc, struct sample_softc *osc)
struct sample_softc *osc;
osc = malloc(sizeof(struct sample_softc), M_DEVBUF, M_WAITOK|M_ZERO);
struct sample_softc *osc = (struct sample_softc *) arc;
#define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc)