bcma_mport
struct bcma_mport *mport;
mport = malloc(sizeof(struct bcma_mport), M_BHND, M_NOWAIT);
struct bcma_mport *mport, *mnext;
STAILQ_ENTRY(bcma_mport) mp_link;
STAILQ_HEAD(bcma_mport_list, bcma_mport);
struct bcma_mport;