Home
last modified time | relevance | path

Searched refs:DPI_QUEUE_STOP (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/raw/octeontx2_dma/
H A Dotx2_dpi_rawdev.c280 dev->started = DPI_QUEUE_STOP; in otx2_dpi_rawdev_stop()
295 return dev ? DPI_QUEUE_STOP : DPI_QUEUE_START; in otx2_dpi_rawdev_reset()
384 if (dpivf->state != DPI_QUEUE_STOP) { in otx2_dpi_rawdev_probe()
H A Dotx2_dpi_rawdev.h31 #define DPI_QUEUE_STOP 0x0 macro