Searched defs:opdl_stage (Results 1 – 1 of 1) sorted by relevance
81 struct opdl_stage { struct82 struct opdl_ring *t; /* back pointer, set at init */84 uint32_t index; /* ID for this stage, set at init */89 uint32_t available_seq;91 uint32_t nb_instance; /* Number of instances */92 uint32_t instance_id; /* ID of this stage instance */93 uint16_t num_claimed; /* Number of slots claimed */94 uint16_t num_event; /* Number of events */95 uint32_t seq; /* sequence number */96 uint32_t num_deps; /* Number of direct dependencies */[all …]