Analogous to q_cur_type(), asserts that queue indices are within a valid range.
We were using intermediate values int he enum and casting back and forth with a u32; it is cleaner to just use a u32 and define some special values. Silences ICC warning #188: enumerated type mixed with another type.
Silences ICC warning #188: enumerated type mixed with another type.