Home
last modified time | relevance | path

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

/dpdk/drivers/dma/idxd/
H A Didxd_pci.c38 IDXD_PMD_ERR("Timeout waiting for command response from HW"); in idxd_pci_dev_command()
71 IDXD_PMD_ERR("Work queue %d already disabled", idxd->qid); in idxd_pci_dev_stop()
104 IDXD_PMD_ERR("Failed enabling work queue %d, error code: %#x", in idxd_pci_dev_start()
122 IDXD_PMD_ERR("Error disabling device: code %#x", err_code); in idxd_pci_dev_close()
164 IDXD_PMD_ERR("%s: Can't allocate memory", __func__); in init_pci_device()
182 IDXD_PMD_ERR("Device status is not disabled, cannot init"); in init_pci_device()
267 IDXD_PMD_ERR("Error enabling device: code %#x", err_code); in init_pci_device()
296 IDXD_PMD_ERR("Invalid device parameter: '%s'", in idxd_dmadev_probe_pci()
304 IDXD_PMD_ERR("Error initializing PCI hardware"); in idxd_dmadev_probe_pci()
324 IDXD_PMD_ERR("Error, WQ %u seems enabled", qid); in idxd_dmadev_probe_pci()
[all …]
H A Didxd_bus.c119 IDXD_PMD_ERR("Failed to open device path: %s", path); in idxd_bus_mmap_wq()
126 IDXD_PMD_ERR("Failed to mmap device %s", path); in idxd_bus_mmap_wq()
145 IDXD_PMD_ERR("%s(): opening file '%s' failed: %s", in read_wq_string()
153 IDXD_PMD_ERR("%s(): error reading file '%s': %s", in read_wq_string()
173 IDXD_PMD_ERR("%s(): opening file '%s' failed: %s", in read_wq_int()
179 IDXD_PMD_ERR("%s(): error reading file '%s': %s", in read_wq_int()
200 IDXD_PMD_ERR("%s(): opening file '%s' failed: %s", in read_device_int()
206 IDXD_PMD_ERR("%s(): error reading file '%s': %s", in read_device_int()
235 IDXD_PMD_ERR("WQ mmap failed"); in idxd_probe_dsa()
317 IDXD_PMD_ERR("%s(): opendir '%s' failed: %s", in dsa_scan()
[all …]
H A Didxd_internal.h29 #define IDXD_PMD_ERR(fmt, args...) IDXD_PMD_LOG(ERR, fmt, ## args) macro
H A Didxd_common.c556 IDXD_PMD_ERR("Invalid name of the device!"); in idxd_dmadev_create()
564 IDXD_PMD_ERR("Unable to allocate dma device"); in idxd_dmadev_create()
590 IDXD_PMD_ERR("Unable to reserve memory for batch data\n"); in idxd_dmadev_create()