Searched refs:VQ_ERROR_BASE (Results 1 – 1 of 1) sorted by relevance
43 #define VQ_ERROR_BASE (-3000) macro44 #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)