NVKM_FALCON_QMGR_SEQ_NUM
index = find_first_zero_bit(qmgr->seq.tbl, NVKM_FALCON_QMGR_SEQ_NUM);
if (index >= NVKM_FALCON_QMGR_SEQ_NUM) {
for (i = 0; i < NVKM_FALCON_QMGR_SEQ_NUM; i++) {
struct nvkm_falcon_qmgr_seq id[NVKM_FALCON_QMGR_SEQ_NUM];
unsigned long tbl[BITS_TO_LONGS(NVKM_FALCON_QMGR_SEQ_NUM)];