Searched refs:fq_table (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/soc/fsl/qbman/
H A Dqman.c1102 static struct qman_fq **fq_table; variable in typeref:struct:qman_fq
1109 fq_table = vzalloc(array3_size(sizeof(struct qman_fq *),
1111 if (!fq_table)
1115 fq_table, num_fqids * 2);
1127 fq = fq_table[idx];
1821 WARN_ON(fq_table[fq->idx]);
1822 fq_table[fq->idx] = fq;
1840 DPAA_ASSERT(fq_table[fq->idx]);
1841 fq_table[fq->idx] = NULL;

Completed in 119 milliseconds