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
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()
39 struct idxd_dev { struct41 enum idxd_dev_type type; argument63 int (*probe)(struct idxd_dev *idxd_dev); argument89 struct idxd_dev idxd_dev; member158 struct idxd_dev idxd_dev; member193 struct idxd_dev idxd_dev; member233 struct idxd_dev idxd_dev; member304 struct idxd_dev idxd_dev; member415 #define idxd_dev_to_idxd(idxd_dev) container_of(idxd_dev, struct idxd_device, idxd_dev) argument416 #define idxd_dev_to_wq(idxd_dev) container_of(idxd_dev, struct idxd_wq, idxd_dev) argument[all …]
49 struct idxd_dev idxd_dev; member60 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() local585 static int idxd_user_drv_probe(struct idxd_dev *idxd_dev) in idxd_user_drv_probe()645 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()337 static void idxd_dmaengine_drv_remove(struct idxd_dev *idxd_dev) in idxd_dmaengine_drv_remove()
1514 int idxd_device_drv_probe(struct idxd_dev *idxd_dev) in idxd_device_drv_probe()1572 void idxd_device_drv_remove(struct idxd_dev *idxd_dev) in idxd_device_drv_remove()
447 #define GRPWQCFG_OFFSET(idxd_dev, n, ofs) ((idxd_dev)->grpcfg_offset +\ argument449 #define GRPENGCFG_OFFSET(idxd_dev, n) ((idxd_dev)->grpcfg_offset + (n) * GRPCFG_SIZE + 32) argument450 #define GRPFLGCFG_OFFSET(idxd_dev, n) ((idxd_dev)->grpcfg_offset + (n) * GRPCFG_SIZE + 40) argument