Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bhnd/bcma/
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; argument
156 STAILQ_HEAD(bcma_intr_list, bcma_intr);
Dbcma_subr.c294 struct bcma_intr *intr; in bcma_dinfo_init_intrs()
368 struct bcma_intr *intr; in bcma_init_dinfo()
433 struct bcma_intr *intr, *inext; in bcma_free_dinfo()
448 STAILQ_REMOVE(&dinfo->intrs, intr, bcma_intr, i_link); in bcma_free_dinfo()
470 struct bcma_intr *
473 struct bcma_intr *intr; in bcma_alloc_intr()
503 bcma_free_intr(struct bcma_intr *intr) in bcma_free_intr()
Dbcma.c633 struct bcma_intr *desc; in bcma_get_intr_ivec()