Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/include/
Dvirtqueue.h43 #define VQ_ERROR_BASE (-3000) macro
44 #define ERROR_VRING_FULL (VQ_ERROR_BASE - 1)
45 #define ERROR_INVLD_DESC_IDX (VQ_ERROR_BASE - 2)
46 #define ERROR_EMPTY_RING (VQ_ERROR_BASE - 3)
47 #define ERROR_NO_MEM (VQ_ERROR_BASE - 4)
48 #define ERROR_VRING_MAX_DESC (VQ_ERROR_BASE - 5)
49 #define ERROR_VRING_ALIGN (VQ_ERROR_BASE - 6)
50 #define ERROR_VRING_NO_BUFF (VQ_ERROR_BASE - 7)
51 #define ERROR_VQUEUE_INVLD_PARAM (VQ_ERROR_BASE - 8)