Lines Matching refs:fqid
206 void qbman_pull_desc_set_fq(struct qbman_pull_desc *d, u32 fqid);
219 void qbman_eq_desc_set_fq(struct qbman_eq_desc *d, u32 fqid);
230 int qbman_swp_alt_fq_state(struct qbman_swp *s, u32 fqid,
393 * @fqid: the index of frame queue to be scheduled
400 static inline int qbman_swp_fq_schedule(struct qbman_swp *s, u32 fqid)
402 return qbman_swp_alt_fq_state(s, fqid, QBMAN_FQ_SCHEDULE);
408 * @fqid: the index of frame queue to be forced
418 static inline int qbman_swp_fq_force(struct qbman_swp *s, u32 fqid)
420 return qbman_swp_alt_fq_state(s, fqid, QBMAN_FQ_FORCE);
426 * @fqid: the index of frame queue
432 static inline int qbman_swp_fq_xon(struct qbman_swp *s, u32 fqid)
434 return qbman_swp_alt_fq_state(s, fqid, QBMAN_FQ_XON);
440 * @fqid: the index of frame queue
452 static inline int qbman_swp_fq_xoff(struct qbman_swp *s, u32 fqid)
454 return qbman_swp_alt_fq_state(s, fqid, QBMAN_FQ_XOFF);
569 int qbman_fq_query_state(struct qbman_swp *s, u32 fqid,