Lines Matching refs:fqid
390 * @fqid: the given frame queue id.
395 int dpaa2_io_service_pull_fq(struct dpaa2_io *d, u32 fqid,
404 qbman_pull_desc_set_fq(&pd, fqid);
453 * @fqid: the given frame queue id.
460 u32 fqid,
471 qbman_eq_desc_set_fq(&ed, fqid);
479 * to a frame queue using one fqid.
481 * @fqid: the given frame queue id.
489 u32 fqid,
501 qbman_eq_desc_set_fq(&ed, fqid);
511 * @fqid: the given list of frame queue ids.
519 u32 *fqid,
539 qbman_eq_desc_set_fq(&ed[i], fqid[i]);
756 * @fqid: the id of frame queue to be queried.
765 int dpaa2_io_query_fq_count(struct dpaa2_io *d, u32 fqid,
779 ret = qbman_fq_query_state(swp, fqid, &state);