Home
last modified time | relevance | path

Searched refs:IOAT_PMD_ERR (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/raw/ioat/
H A Didxd_pci.c38 IOAT_PMD_ERR("Timeout waiting for command response from HW"); in idxd_pci_dev_command()
69 IOAT_PMD_ERR("Work queue %d already disabled", idxd->qid); in idxd_pci_dev_stop()
139 IOAT_PMD_ERR("%s: Can't allocate memory", __func__); in init_pci_device()
156 IOAT_PMD_ERR("Device status is not disabled, cannot init"); in init_pci_device()
267 IOAT_PMD_ERR("Invalid device parameter: '%s'", in idxd_rawdev_probe_pci()
275 IOAT_PMD_ERR("Error initializing PCI hardware"); in idxd_rawdev_probe_pci()
290 IOAT_PMD_ERR("Error, WQ %u seems enabled", qid); in idxd_rawdev_probe_pci()
294 IOAT_PMD_ERR("Failed to create rawdev %s", name); in idxd_rawdev_probe_pci()
313 IOAT_PMD_ERR("Invalid device name"); in idxd_rawdev_destroy()
319 IOAT_PMD_ERR("Invalid device name (%s)", name); in idxd_rawdev_destroy()
[all …]
H A Didxd_bus.c109 IOAT_PMD_ERR("Failed to open device path: %s", path); in idxd_vdev_mmap_wq()
116 IOAT_PMD_ERR("Failed to mmap device %s", path); in idxd_vdev_mmap_wq()
135 IOAT_PMD_ERR("%s(): opening file '%s' failed: %s", in read_wq_string()
143 IOAT_PMD_ERR("%s(): error reading file '%s': %s", in read_wq_string()
163 IOAT_PMD_ERR("%s(): opening file '%s' failed: %s", in read_wq_int()
169 IOAT_PMD_ERR("%s(): error reading file '%s': %s", in read_wq_int()
190 IOAT_PMD_ERR("%s(): opening file '%s' failed: %s", in read_device_int()
196 IOAT_PMD_ERR("%s(): error reading file '%s': %s", in read_device_int()
221 IOAT_PMD_ERR("WQ mmap failed"); in idxd_rawdev_probe_dsa()
285 IOAT_PMD_ERR("%s(): opendir '%s' failed: %s", in dsa_scan()
[all …]
H A Dioat_rawdev.c154 IOAT_PMD_ERR("Invalid name of the device!"); in ioat_rawdev_create()
163 IOAT_PMD_ERR("Unable to allocate raw device"); in ioat_rawdev_create()
175 IOAT_PMD_ERR("Unable lookup memzone for private data\n"); in ioat_rawdev_create()
188 IOAT_PMD_ERR("Unable to reserve memzone for private data\n"); in ioat_rawdev_create()
211 IOAT_PMD_ERR("%s: Channel count == %d\n", __func__, in ioat_rawdev_create()
227IOAT_PMD_ERR("%s: cannot reset device. CHANCMD=0x%"PRIx8", CHANSTS=0x%"PRIx64", CHANERR=0x%"PRIx32… in ioat_rawdev_create()
254 IOAT_PMD_ERR("Invalid device name"); in ioat_rawdev_destroy()
260 IOAT_PMD_ERR("Invalid device name (%s)", name); in ioat_rawdev_destroy()
H A Dioat_common.c135 IOAT_PMD_ERR("%s: Error, device is started.", __func__); in idxd_dev_configure()
199 IOAT_PMD_ERR("Invalid name of the device!"); in idxd_rawdev_create()
208 IOAT_PMD_ERR("Unable to allocate raw device"); in idxd_rawdev_create()
220 IOAT_PMD_ERR("Unable lookup memzone for private data\n"); in idxd_rawdev_create()
232 IOAT_PMD_ERR("Unable to reserve memzone for private data\n"); in idxd_rawdev_create()
257 IOAT_PMD_ERR("Unable to reserve memory for batch data\n"); in idxd_rawdev_create()
H A Dioat_private.h28 #define IOAT_PMD_ERR(fmt, args...) IOAT_PMD_LOG(ERR, fmt, ## args) macro
/dpdk/drivers/dma/ioat/
H A Dioat_dmadev.c156 IOAT_PMD_ERR("Device couldn't be recovered"); in ioat_dev_start()
207 IOAT_PMD_ERR("Invalid device"); in ioat_dev_close()
213 IOAT_PMD_ERR("Error getting dev_private"); in ioat_dev_close()
451 IOAT_PMD_ERR("Device HALTED and could not be recovered\n"); in ioat_completed()
497 IOAT_PMD_ERR("Device HALTED and could not be recovered\n"); in ioat_completed_status()
600 IOAT_PMD_ERR("Invalid name of the device!"); in ioat_dmadev_create()
607 IOAT_PMD_ERR("Unable to allocate dma device"); in ioat_dmadev_create()
657 IOAT_PMD_ERR("%s: cannot reset device. CHANCMD=%#"PRIx8 in ioat_dmadev_create()
685 IOAT_PMD_ERR("Invalid device name"); in ioat_dmadev_destroy()
H A Dioat_internal.h44 #define IOAT_PMD_ERR(fmt, args...) IOAT_PMD_LOG(ERR, fmt, ## args) macro