Home
last modified time | relevance | path

Searched defs:idxd_dev (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/dma/idxd/
A Dbus.c40 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in idxd_config_bus_match() local
56 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in idxd_config_bus_probe() local
65 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in idxd_config_bus_remove() local
A Dcompat.c38 struct idxd_dev *idxd_dev; in bind_store() local
81 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()
A Didxd.h40 struct idxd_dev { struct
42 enum idxd_dev_type type; argument
102 struct idxd_dev idxd_dev; member
168 struct idxd_dev idxd_dev; member
199 struct idxd_dev idxd_dev; member
241 struct idxd_dev idxd_dev; member
315 struct idxd_dev idxd_dev; member
451 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in confdev_to_idxd() local
458 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in confdev_to_wq() local
465 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in confdev_to_engine() local
[all …]
A Dcdev.c49 struct idxd_dev idxd_dev; member
60 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in dev_to_uctx() local
433 struct idxd_dev *idxd_dev = &wq->idxd->idxd_dev; in idxd_submit_user_descriptor() local
585 static int idxd_user_drv_probe(struct idxd_dev *idxd_dev) in idxd_user_drv_probe()
653 static void idxd_user_drv_remove(struct idxd_dev *idxd_dev) in idxd_user_drv_remove()
A Ddma.c298 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()
A Ddevice.c1521 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()
A Dregisters.h449 #define GRPWQCFG_OFFSET(idxd_dev, n, ofs) ((idxd_dev)->grpcfg_offset +\ argument
451 #define GRPENGCFG_OFFSET(idxd_dev, n) ((idxd_dev)->grpcfg_offset + (n) * GRPCFG_SIZE + 32) argument
452 #define GRPFLGCFG_OFFSET(idxd_dev, n) ((idxd_dev)->grpcfg_offset + (n) * GRPCFG_SIZE + 40) argument
/linux/drivers/crypto/intel/iaa/
A Diaa_crypto_main.c1849 static int iaa_crypto_probe(struct idxd_dev *idxd_dev) in iaa_crypto_probe()
1938 static void iaa_crypto_remove(struct idxd_dev *idxd_dev) in iaa_crypto_remove()

Completed in 49 milliseconds