Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h994 struct bnxt_irq { struct
1812 struct bnxt_irq *irq_tbl;
H A Dbnxt.c8667 bp->irq_tbl = kcalloc(total_vecs, sizeof(struct bnxt_irq), GFP_KERNEL); in bnxt_init_msix()
8702 bp->irq_tbl = kcalloc(1, sizeof(struct bnxt_irq), GFP_KERNEL); in bnxt_init_inta()
8775 struct bnxt_irq *irq; in bnxt_free_irq()
8824 struct bnxt_irq *irq = &bp->irq_tbl[map_idx]; in bnxt_request_irq()