Lines Matching refs:fqid
255 __be32 fqid; /* 24-bit */
270 /* 'fqid' is a 24-bit field in every h/w descriptor */
272 #define qm_fqid_set(p, v) ((p)->fqid = cpu_to_be32((v) & QM_FQID_MASK))
273 #define qm_fqid_get(p) (be32_to_cpu((p)->fqid) & QM_FQID_MASK)
288 __be32 fqid; /* 24-bit */
297 __be32 fqid; /* 24-bit */
606 __be32 fqid; /* 24-bit */
742 * struct qman_fq *fq = qman_create_fq(fqid, flags, &myfq->base);
768 u32 fqid, idx;
794 #define QMAN_FQ_FLAG_DYNAMIC_FQID 0x00000020 /* (de)allocate fqid */
950 * @fqid: the index of the FQD to encapsulate, must be "Out of Service"
954 * Creates a frame queue object for the given @fqid, unless the
968 int qman_create_fq(u32 fqid, u32 flags, struct qman_fq *fq);
998 * 1. the 'count' and 'fqid' fields are always ignored (this operation only
1102 * @fqid: the FQID to be released back to the resource pool
1108 int qman_release_fqid(u32 fqid);