Lines Matching refs:fqid
352 * @fqid: the given frame queue id.
357 int dpaa2_io_service_pull_fq(struct dpaa2_io *d, u32 fqid,
366 qbman_pull_desc_set_fq(&pd, fqid);
415 * @fqid: the given frame queue id.
422 u32 fqid,
433 qbman_eq_desc_set_fq(&ed, fqid);
441 * to a frame queue using one fqid.
443 * @fqid: the given frame queue id.
451 u32 fqid,
463 qbman_eq_desc_set_fq(&ed, fqid);
473 * @fqid: the given list of frame queue ids.
481 u32 *fqid,
501 qbman_eq_desc_set_fq(&ed[i], fqid[i]);
718 * @fqid: the id of frame queue to be queried.
727 int dpaa2_io_query_fq_count(struct dpaa2_io *d, u32 fqid,
741 ret = qbman_fq_query_state(swp, fqid, &state);