Home
last modified time | relevance | path

Searched refs:idxd_rawdev (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/raw/ioat/
H A Dioat_common.c79 struct idxd_rawdev *idxd = dev->dev_private; in idxd_dev_dump()
111 struct idxd_rawdev *idxd = dev->dev_private; in idxd_dev_info_get()
126 struct idxd_rawdev *idxd = dev->dev_private; in idxd_dev_configure()
184 const struct idxd_rawdev *base_idxd, in idxd_rawdev_create()
187 struct idxd_rawdev *idxd; in idxd_rawdev_create()
205 rawdev = rte_rawdev_pmd_allocate(name, sizeof(struct idxd_rawdev), in idxd_rawdev_create()
229 mz = rte_memzone_reserve(mz_name, sizeof(struct idxd_rawdev), in idxd_rawdev_create()
H A Didxd_pci.c23 idxd_pci_dev_command(struct idxd_rawdev *idxd, enum rte_idxd_cmds command) in idxd_pci_dev_command()
56 idxd_is_wq_enabled(struct idxd_rawdev *idxd) in idxd_is_wq_enabled()
65 struct idxd_rawdev *idxd = dev->dev_private; in idxd_pci_dev_stop()
85 struct idxd_rawdev *idxd = dev->dev_private; in idxd_pci_dev_start()
127 init_pci_device(struct rte_pci_device *dev, struct idxd_rawdev *idxd, in init_pci_device()
253 struct idxd_rawdev idxd = {{0}}; /* Double {} to avoid error on BSD12 */ in idxd_rawdev_probe_pci()
310 struct idxd_rawdev *idxd; in idxd_rawdev_destroy()
H A Dioat_private.h41 struct idxd_rawdev { struct
71 const struct idxd_rawdev *idxd, argument
H A Didxd_bus.c208 struct idxd_rawdev idxd = {{0}}; /* double {} to avoid error on BSD12 */ in idxd_rawdev_probe_dsa()