Searched refs:bcma_intr (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/bhnd/bcma/
H A Dbcmavar.h76 struct bcma_intr;
104 struct bcma_intr *bcma_alloc_intr(uint8_t bank, uint8_t sel,
106 void bcma_free_intr(struct bcma_intr *intr);
134 struct bcma_intr { struct
142 STAILQ_ENTRY(bcma_intr) i_link;
156 STAILQ_HEAD(bcma_intr_list, bcma_intr);
H A Dbcma_subr.c294 struct bcma_intr *intr;
368 struct bcma_intr *intr;
433 struct bcma_intr *intr, *inext;
448 STAILQ_REMOVE(&dinfo->intrs, intr, bcma_intr, i_link);
470 struct bcma_intr *
473 struct bcma_intr *intr;
503 bcma_free_intr(struct bcma_intr *intr)
H A Dbcma.c633 struct bcma_intr *desc;

Completed in 99 milliseconds