Searched refs:msix_ent (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/edac/ |
H A D | thunderx_edac.c | 186 struct msix_entry msix_ent; member 723 lmc->msix_ent.entry = 0; in thunderx_lmc_probe() 728 ret = pci_enable_msix_exact(pdev, &lmc->msix_ent, 1); in thunderx_lmc_probe() 734 ret = devm_request_threaded_irq(&pdev->dev, lmc->msix_ent.vector, in thunderx_lmc_probe() 1059 struct msix_entry msix_ent[OCX_INTS]; member 1079 msix_ent[msix->entry]); in thunderx_ocx_com_isr() 1108 msix_ent[msix->entry]); in thunderx_ocx_com_threaded_isr() 1172 msix_ent[msix->entry]); in thunderx_ocx_lnk_isr() 1191 msix_ent[msix->entry]); in thunderx_ocx_lnk_threaded_isr() 1391 ocx->msix_ent[i].entry = i; in thunderx_ocx_probe() [all …]
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | main.c | 322 struct bnxt_msix_entry *msix_ent = rdev->en_dev->msix_entries; in bnxt_re_start_irq() local 343 rc = bnxt_qplib_rcfw_start_irq(rcfw, msix_ent[BNXT_RE_AEQ_IDX].vector, in bnxt_re_start_irq() 352 msix_ent[indx].vector, false); in bnxt_re_start_irq()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 6252 struct msix_entry msix_ent[BNX2_MAX_MSIX_VEC]; in bnx2_enable_msix() local 6266 msix_ent[i].entry = i; in bnx2_enable_msix() 6267 msix_ent[i].vector = 0; in bnx2_enable_msix() 6274 total_vecs = pci_enable_msix_range(bp->pdev, msix_ent, in bnx2_enable_msix() 6286 bp->irq_tbl[i].vector = msix_ent[i].vector; in bnx2_enable_msix()
|
H A D | tg3.c | 11462 struct msix_entry msix_ent[TG3_IRQ_MAX_VECS]; in tg3_enable_msix() local 11481 msix_ent[i].entry = i; in tg3_enable_msix() 11482 msix_ent[i].vector = 0; in tg3_enable_msix() 11485 rc = pci_enable_msix_range(tp->pdev, msix_ent, 1, tp->irq_cnt); in tg3_enable_msix() 11498 tp->napi[i].irq_vec = msix_ent[i].vector; in tg3_enable_msix()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 9127 struct msix_entry *msix_ent; in bnxt_init_msix() 9137 msix_ent = kcalloc(total_vecs, sizeof(struct msix_entry), GFP_KERNEL); in bnxt_init_msix() 9138 if (!msix_ent) in bnxt_init_msix() 9142 msix_ent[i].entry = i; in bnxt_init_msix() 9143 msix_ent[i].vector = 0; in bnxt_init_msix() 9149 total_vecs = pci_enable_msix_range(bp->pdev, msix_ent, min, total_vecs); in bnxt_init_msix() 9159 bp->irq_tbl[i].vector = msix_ent[i].vector; in bnxt_init_msix() 9177 kfree(msix_ent); in bnxt_init_msix() 9185 kfree(msix_ent); in bnxt_init_msix() 9126 struct msix_entry *msix_ent; bnxt_init_msix() local
|