Home | History | Annotate | Download | only in linux

Lines Matching refs:VEN_S_BASE

9 #define VEN_S_BASE	0x00000000
10 #define VEN_S_SUCCESS (VEN_S_BASE)/* Success */
11 #define VEN_S_EFAIL (VEN_S_BASE+1)/* General failure */
12 #define VEN_S_EFATAL (VEN_S_BASE+2)/* Fatal irrecoverable failure*/
13 #define VEN_S_EBADPARAM (VEN_S_BASE+3)/* Error passed parameters*/
15 #define VEN_S_EINVALSTATE (VEN_S_BASE+4)
16 #define VEN_S_ENOSWRES (VEN_S_BASE+5)/* Insufficient OS resources*/
17 #define VEN_S_ENOHWRES (VEN_S_BASE+6)/*Insufficient HW resources */
18 #define VEN_S_EBUFFREQ (VEN_S_BASE+7)/* Buffer requirements were not met*/
19 #define VEN_S_EINVALCMD (VEN_S_BASE+8)/* Invalid command called */
20 #define VEN_S_ETIMEOUT (VEN_S_BASE+9)/* Command timeout. */
22 #define VEN_S_ENOREATMPT (VEN_S_BASE+10)
23 #define VEN_S_ENOPREREQ (VEN_S_BASE+11)/*Pre-requirement is not met for API*/
24 #define VEN_S_ECMDQFULL (VEN_S_BASE+12)/*Command queue is full*/
25 #define VEN_S_ENOTSUPP (VEN_S_BASE+13)/*Command not supported*/
26 #define VEN_S_ENOTIMPL (VEN_S_BASE+14)/*Command not implemented.*/
27 #define VEN_S_ENOTPMEM (VEN_S_BASE+15)/*Buffer is not from PMEM*/
28 #define VEN_S_EFLUSHED (VEN_S_BASE+16)/*returned buffer was flushed*/
29 #define VEN_S_EINSUFBUF (VEN_S_BASE+17)/*provided buffer size insufficient*/
30 #define VEN_S_ESAMESTATE (VEN_S_BASE+18)
31 #define VEN_S_EINVALTRANS (VEN_S_BASE+19)