Searched refs:VQ_ERROR_BASE (Results 1 – 2 of 2) sorted by relevance
27 #define VQ_ERROR_BASE -3000 macro28 #define ERROR_VRING_FULL (VQ_ERROR_BASE - 1)29 #define ERROR_INVLD_DESC_IDX (VQ_ERROR_BASE - 2)30 #define ERROR_EMPTY_RING (VQ_ERROR_BASE - 3)31 #define ERROR_NO_MEM (VQ_ERROR_BASE - 4)32 #define ERROR_VRING_MAX_DESC (VQ_ERROR_BASE - 5)33 #define ERROR_VRING_ALIGN (VQ_ERROR_BASE - 6)34 #define ERROR_VRING_NO_BUFF (VQ_ERROR_BASE - 7)35 #define ERROR_VQUEUE_INVLD_PARAM (VQ_ERROR_BASE - 8)
Completed in 15 milliseconds