Searched defs:idxd_dev (Results 1 – 7 of 7) sorted by relevance
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
36 struct idxd_dev { struct38 enum idxd_dev_type type; argument57 int (*probe)(struct idxd_dev *idxd_dev); argument81 struct idxd_dev idxd_dev; member140 struct idxd_dev idxd_dev; member169 struct idxd_dev idxd_dev; member202 struct idxd_dev idxd_dev; member245 struct idxd_dev idxd_dev; member340 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in confdev_to_idxd() local347 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in confdev_to_wq() local[all …]
39 struct idxd_dev *idxd_dev; in bind_store() local82 static int idxd_dsa_drv_probe(struct idxd_dev *idxd_dev) in idxd_dsa_drv_probe()87 static void idxd_dsa_drv_remove(struct idxd_dev *idxd_dev) in idxd_dsa_drv_remove()
268 static int idxd_dmaengine_drv_probe(struct idxd_dev *idxd_dev) in idxd_dmaengine_drv_probe()325 static void idxd_dmaengine_drv_remove(struct idxd_dev *idxd_dev) in idxd_dmaengine_drv_remove()
306 static int idxd_user_drv_probe(struct idxd_dev *idxd_dev) in idxd_user_drv_probe()339 static void idxd_user_drv_remove(struct idxd_dev *idxd_dev) in idxd_user_drv_remove()
1269 int idxd_device_drv_probe(struct idxd_dev *idxd_dev) in idxd_device_drv_probe()1309 void idxd_device_drv_remove(struct idxd_dev *idxd_dev) in idxd_device_drv_remove()
390 #define GRPWQCFG_OFFSET(idxd_dev, n, ofs) ((idxd_dev)->grpcfg_offset +\ argument392 #define GRPENGCFG_OFFSET(idxd_dev, n) ((idxd_dev)->grpcfg_offset + (n) * GRPCFG_SIZE + 32) argument393 #define GRPFLGCFG_OFFSET(idxd_dev, n) ((idxd_dev)->grpcfg_offset + (n) * GRPCFG_SIZE + 40) argument
Completed in 21 milliseconds