Home
last modified time | relevance | path

Searched refs:IOAT_PMD_WARN (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/dma/ioat/
H A Dioat_internal.h45 #define IOAT_PMD_WARN(fmt, args...) IOAT_PMD_LOG(WARNING, fmt, ## args) macro
H A Dioat_dmadev.c154 IOAT_PMD_WARN("Device HALTED on start, attempting to recover\n"); in ioat_dev_start()
634 IOAT_PMD_WARN("%s: Channel count == %d\n", __func__, in ioat_dmadev_create()
639 IOAT_PMD_WARN("%s: Channel appears locked\n", __func__); in ioat_dmadev_create()
/dpdk/drivers/raw/ioat/
H A Dioat_private.h29 #define IOAT_PMD_WARN(fmt, args...) IOAT_PMD_LOG(WARNING, fmt, ## args) macro
H A Dioat_rawdev.c215 IOAT_PMD_WARN("%s: Channel appears locked\n", __func__); in ioat_rawdev_create()
H A Didxd_pci.c89 IOAT_PMD_WARN("WQ %d already enabled", idxd->qid); in idxd_pci_dev_start()