Searched refs:IOAT_PMD_ERR (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | idxd_vdev.c | 55 IOAT_PMD_ERR("Failed to open device path"); in idxd_vdev_mmap_wq() 62 IOAT_PMD_ERR("Failed to mmap device"); in idxd_vdev_mmap_wq() 101 IOAT_PMD_ERR("Error parsing %s", IDXD_ARG_WQ); in idxd_vdev_parse_params() 105 IOAT_PMD_ERR("%s is a mandatory arg", IDXD_ARG_WQ); in idxd_vdev_parse_params() 151 IOAT_PMD_ERR("Invalid kvargs key"); in idxd_rawdev_probe_vdev() 157 IOAT_PMD_ERR("Failed to parse kvargs"); in idxd_rawdev_probe_vdev() 167 IOAT_PMD_ERR("WQ mmap failed"); in idxd_rawdev_probe_vdev() 173 IOAT_PMD_ERR("Failed to create rawdev %s", name); in idxd_rawdev_probe_vdev() 196 IOAT_PMD_ERR("Invalid device name (%s)", name); in idxd_rawdev_remove_vdev() 208 IOAT_PMD_ERR("Error unmapping portal"); in idxd_rawdev_remove_vdev() [all …]
|
| H A D | idxd_pci.c | 37 IOAT_PMD_ERR("Timeout waiting for command response from HW"); in idxd_pci_dev_command() 68 IOAT_PMD_ERR("Work queue %d already disabled", idxd->qid); in idxd_pci_dev_stop() 137 IOAT_PMD_ERR("%s: Can't allocate memory", __func__); in init_pci_device() 154 IOAT_PMD_ERR("Device status is not disabled, cannot init"); in init_pci_device() 226 IOAT_PMD_ERR("Error enabling device: code %#x", err_code); in init_pci_device() 252 IOAT_PMD_ERR("Error initializing PCI hardware"); in idxd_rawdev_probe_pci() 267 IOAT_PMD_ERR("Error, WQ %u seems enabled", qid); in idxd_rawdev_probe_pci() 271 IOAT_PMD_ERR("Failed to create rawdev %s", name); in idxd_rawdev_probe_pci() 290 IOAT_PMD_ERR("Invalid device name"); in idxd_rawdev_destroy() 296 IOAT_PMD_ERR("Invalid device name (%s)", name); in idxd_rawdev_destroy() [all …]
|
| H A D | ioat_rawdev.c | 154 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() 172 IOAT_PMD_ERR("Unable to reserve memzone for private data\n"); in ioat_rawdev_create() 195 IOAT_PMD_ERR("%s: Channel count == %d\n", __func__, in ioat_rawdev_create() 211 …IOAT_PMD_ERR("%s: cannot reset device. CHANCMD=0x%"PRIx8", CHANSTS=0x%"PRIx64", CHANERR=0x%"PRIx32… in ioat_rawdev_create() 238 IOAT_PMD_ERR("Invalid device name"); in ioat_rawdev_destroy() 244 IOAT_PMD_ERR("Invalid device name (%s)", name); in ioat_rawdev_destroy()
|
| H A D | ioat_common.c | 139 IOAT_PMD_ERR("%s: Error, device is started.", __func__); in idxd_dev_configure() 204 IOAT_PMD_ERR("Invalid name of the device!"); in idxd_rawdev_create() 213 IOAT_PMD_ERR("Unable to allocate raw device"); in idxd_rawdev_create() 222 IOAT_PMD_ERR("Unable to reserve memzone for private data\n"); in idxd_rawdev_create()
|
| H A D | ioat_private.h | 28 #define IOAT_PMD_ERR(fmt, args...) IOAT_PMD_LOG(ERR, fmt, ## args) macro
|