ami_mem
struct ami_mem *ami_allocmem(struct ami_softc *, size_t);
void ami_freemem(struct ami_softc *, struct ami_mem *);
struct ami_mem *am = NULL;
struct ami_mem *
struct ami_mem *am;
am = malloc(sizeof(struct ami_mem), M_DEVBUF, M_NOWAIT|M_ZERO);
ami_freemem(struct ami_softc *sc, struct ami_mem *am)
struct ami_mem *am;
struct ami_mem *sc_mbox_am;
struct ami_mem *sc_ccbmem_am;