Lines Matching refs:fqid
547 * @fqid: the id of the frame queue to be enqueued
549 void qbman_eq_desc_set_fq(struct qbman_eq_desc *d, u32 fqid)
552 d->tgtid = cpu_to_le32(fqid);
1045 * qbman_pull_desc_set_fq() - Set fqid from which the dequeue command dequeues
1046 * @fqid: the frame queue index of the given FQ
1048 void qbman_pull_desc_set_fq(struct qbman_pull_desc *d, u32 fqid)
1052 d->dq_src = cpu_to_le32(fqid);
1588 __le32 fqid;
1600 int qbman_swp_alt_fq_state(struct qbman_swp *s, u32 fqid,
1611 p->fqid = cpu_to_le32(fqid & ALT_FQ_FQID_MASK);
1627 fqid, r->verb, r->rslt);
1700 __le32 fqid;
1704 int qbman_fq_query_state(struct qbman_swp *s, u32 fqid,
1715 p->fqid = cpu_to_le32(fqid & 0x00FFFFFF);
1719 fqid);
1729 p->fqid, r->rslt);