Lines Matching refs:idxd_device
43 const char *idxd_get_dev_name(struct idxd_device *idxd)
48 static int idxd_setup_interrupts(struct idxd_device *idxd)
144 static int idxd_setup_internals(struct idxd_device *idxd)
198 static void idxd_read_table_offsets(struct idxd_device *idxd)
218 static void idxd_read_caps(struct idxd_device *idxd)
268 static struct idxd_device *idxd_alloc(struct pci_dev *pdev,
272 struct idxd_device *idxd;
274 idxd = devm_kzalloc(dev, sizeof(struct idxd_device), GFP_KERNEL);
285 static int idxd_probe(struct idxd_device *idxd)
335 struct idxd_device *idxd;
426 struct idxd_device *idxd = pci_get_drvdata(pdev);
453 struct idxd_device *idxd = pci_get_drvdata(pdev);