Searched defs:idxd_dev (Results 1 – 8 of 8) sorted by relevance
39 struct idxd_dev { struct41 enum idxd_dev_type type; argument101 struct idxd_dev idxd_dev; member167 struct idxd_dev idxd_dev; member197 struct idxd_dev idxd_dev; member239 struct idxd_dev idxd_dev; member313 struct idxd_dev idxd_dev; member460 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in confdev_to_idxd() local467 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in confdev_to_wq() local474 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in confdev_to_engine() local[all …]
40 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in idxd_config_bus_match() local56 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in idxd_config_bus_probe() local65 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in idxd_config_bus_remove() local
38 struct idxd_dev *idxd_dev; in bind_store() local81 static int idxd_dsa_drv_probe(struct idxd_dev *idxd_dev) in idxd_dsa_drv_probe()86 static void idxd_dsa_drv_remove(struct idxd_dev *idxd_dev) in idxd_dsa_drv_remove()
48 struct idxd_dev idxd_dev; member59 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in dev_to_uctx() local433 struct idxd_dev *idxd_dev = &wq->idxd->idxd_dev; in idxd_submit_user_descriptor() local593 static int idxd_user_drv_probe(struct idxd_dev *idxd_dev) in idxd_user_drv_probe()661 static void idxd_user_drv_remove(struct idxd_dev *idxd_dev) in idxd_user_drv_remove()
298 static int idxd_dmaengine_drv_probe(struct idxd_dev *idxd_dev) in idxd_dmaengine_drv_probe()343 static void idxd_dmaengine_drv_remove(struct idxd_dev *idxd_dev) in idxd_dmaengine_drv_remove()
1521 int idxd_device_drv_probe(struct idxd_dev *idxd_dev) in idxd_device_drv_probe()1579 void idxd_device_drv_remove(struct idxd_dev *idxd_dev) in idxd_device_drv_remove()
454 #define GRPWQCFG_OFFSET(idxd_dev, n, ofs) ((idxd_dev)->grpcfg_offset +\ argument456 #define GRPENGCFG_OFFSET(idxd_dev, n) ((idxd_dev)->grpcfg_offset + (n) * GRPCFG_SIZE + 32) argument457 #define GRPFLGCFG_OFFSET(idxd_dev, n) ((idxd_dev)->grpcfg_offset + (n) * GRPCFG_SIZE + 40) argument
1715 static int iaa_crypto_probe(struct idxd_dev *idxd_dev) in iaa_crypto_probe()1804 static void iaa_crypto_remove(struct idxd_dev *idxd_dev) in iaa_crypto_remove()
Completed in 31 milliseconds