Home
last modified time | relevance | path

Searched refs:bnxt_irq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1039 struct bnxt_irq { struct
1979 struct bnxt_irq *irq_tbl;
H A Dbnxt.c9155 bp->irq_tbl = kcalloc(total_vecs, sizeof(struct bnxt_irq), GFP_KERNEL); in bnxt_init_msix()
9190 bp->irq_tbl = kzalloc(sizeof(struct bnxt_irq), GFP_KERNEL); in bnxt_init_inta()
9267 struct bnxt_irq *irq; in bnxt_free_irq()
9316 struct bnxt_irq *irq = &bp->irq_tbl[map_idx]; in bnxt_request_irq()