num_fqids        1108 drivers/soc/fsl/qbman/qman.c static u32 num_fqids;
num_fqids        1112 drivers/soc/fsl/qbman/qman.c 	num_fqids = _num_fqids;
num_fqids        1115 drivers/soc/fsl/qbman/qman.c 				       num_fqids, 2));
num_fqids        1120 drivers/soc/fsl/qbman/qman.c 		 fq_table, num_fqids * 2);
num_fqids        1129 drivers/soc/fsl/qbman/qman.c 	if (WARN_ON(idx >= num_fqids * 2))
num_fqids        1807 drivers/soc/fsl/qbman/qman.c 	if (fqid == 0 || fqid >= num_fqids) {
num_fqids         218 drivers/soc/fsl/qbman/qman_priv.h int qman_alloc_fq_table(u32 num_fqids);