Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bcma/
H A Dbcmavar.h74 struct bcma_intr;
102 struct bcma_intr *bcma_alloc_intr(uint8_t bank, uint8_t sel,
104 void bcma_free_intr(struct bcma_intr *intr);
132 struct bcma_intr { struct
140 STAILQ_ENTRY(bcma_intr) i_link; argument
154 STAILQ_HEAD(bcma_intr_list, bcma_intr);
H A Dbcma_subr.c289 struct bcma_intr *intr; in bcma_dinfo_init_intrs()
362 struct bcma_intr *intr; in bcma_init_dinfo()
427 struct bcma_intr *intr, *inext; in bcma_free_dinfo()
441 STAILQ_REMOVE(&dinfo->intrs, intr, bcma_intr, i_link); in bcma_free_dinfo()
462 struct bcma_intr *
465 struct bcma_intr *intr; in bcma_alloc_intr()
495 bcma_free_intr(struct bcma_intr *intr) in bcma_free_intr()
H A Dbcma.c626 struct bcma_intr *desc; in bcma_get_intr_ivec()