Lines Matching refs:msix_ent
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()
1392 ocx->msix_ent[i].vector = 0; in thunderx_ocx_probe()
1395 ret = pci_enable_msix_exact(pdev, ocx->msix_ent, OCX_INTS); in thunderx_ocx_probe()
1403 ocx->msix_ent[i].vector, in thunderx_ocx_probe()
1411 &ocx->msix_ent[i]); in thunderx_ocx_probe()
1753 struct msix_entry msix_ent; member
1764 msix_ent); in thunderx_l2c_tad_isr()
1796 msix_ent); in thunderx_l2c_cbc_isr()
1825 msix_ent); in thunderx_l2c_mci_isr()
1846 msix_ent); in thunderx_l2c_threaded_isr()
2029 l2c->msix_ent.entry = 0; in thunderx_l2c_probe()
2030 l2c->msix_ent.vector = 0; in thunderx_l2c_probe()
2032 ret = pci_enable_msix_exact(pdev, &l2c->msix_ent, 1); in thunderx_l2c_probe()
2038 ret = devm_request_threaded_irq(&pdev->dev, l2c->msix_ent.vector, in thunderx_l2c_probe()
2042 &l2c->msix_ent); in thunderx_l2c_probe()