amrr_softc
struct amrr_softc *asc;
asc = malloc(sizeof(struct amrr_softc), M_DEVBUF, M_NOWAIT|M_ZERO);
struct amrr_softc *asc = (struct amrr_softc *) arc;