DCP_MAX_CALL_DEPTH
dcp_callback_t callbacks[DCP_MAX_CALL_DEPTH];
void *cookies[DCP_MAX_CALL_DEPTH];
void *output[DCP_MAX_CALL_DEPTH];
u16 end[DCP_MAX_CALL_DEPTH];
WARN_ON(ret >= DCP_MAX_CALL_DEPTH);