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

/linux-master/drivers/soc/fsl/qbman/
H A Dqman_priv.h218 int qman_alloc_fq_table(u32 num_fqids);
H A Dqman.c1103 static u32 num_fqids; variable
1107 num_fqids = _num_fqids;
1110 num_fqids, 2));
1115 fq_table, num_fqids * 2);
1124 if (WARN_ON(idx >= num_fqids * 2))
1812 if (fqid == 0 || fqid >= num_fqids) {

Completed in 171 milliseconds