Searched refs:unqid (Results 1 – 1 of 1) sorted by relevance
159 uint8_t unqid = 0; in asu_alloc_unique_id() local163 while (unqid < ASU_UNIQUE_ID_MAX) { in asu_alloc_unique_id()164 if (asuid.ids[unqid] == ASU_UNIQUE_ID_MAX) { in asu_alloc_unique_id()165 asuid.ids[unqid] = unqid; in asu_alloc_unique_id()166 DMSG("Got unique ID %"PRIu8, unqid); in asu_alloc_unique_id()169 unqid++; in asu_alloc_unique_id()173 return unqid; in asu_alloc_unique_id()