Lines Matching +full:0 +full:x00000016
53 OCTEON_ORDERED_LIST = 0,
63 OCTEON_RESP_ORDERED = 0,
70 * 31 16 15 0
82 #define DRIVER_MAJOR_ERROR_CODE 0x0000
83 /*------ Error codes used by firmware (bits 15..0 set by firmware */
84 #define FIRMWARE_MAJOR_ERROR_CODE 0x0001
86 /** A value of 0x00000000 indicates no error i.e. success */
87 #define DRIVER_ERROR_NONE 0x00000000
89 #define DRIVER_ERROR_REQ_PENDING 0x00000001
90 #define DRIVER_ERROR_REQ_TIMEOUT 0x00000003
91 #define DRIVER_ERROR_REQ_EINTR 0x00000004
92 #define DRIVER_ERROR_REQ_ENXIO 0x00000006
93 #define DRIVER_ERROR_REQ_ENOMEM 0x0000000C
94 #define DRIVER_ERROR_REQ_EINVAL 0x00000016
95 #define DRIVER_ERROR_REQ_FAILED 0x000000ff
111 OCTEON_REQUEST_NO_DEVICE = (0x00000021),
119 OCTEON_REQUEST_NO_IQ_SPACE = (0x7FFFFFFF)
138 * @return 1 if the ordered list is empty, 0 otherwise.