Lines Matching refs:fqid
213 void qbman_pull_desc_set_fq(struct qbman_pull_desc *d, u32 fqid);
226 void qbman_eq_desc_set_fq(struct qbman_eq_desc *d, u32 fqid);
237 int qbman_swp_alt_fq_state(struct qbman_swp *s, u32 fqid,
400 * @fqid: the index of frame queue to be scheduled
407 static inline int qbman_swp_fq_schedule(struct qbman_swp *s, u32 fqid)
409 return qbman_swp_alt_fq_state(s, fqid, QBMAN_FQ_SCHEDULE);
415 * @fqid: the index of frame queue to be forced
425 static inline int qbman_swp_fq_force(struct qbman_swp *s, u32 fqid)
427 return qbman_swp_alt_fq_state(s, fqid, QBMAN_FQ_FORCE);
433 * @fqid: the index of frame queue
439 static inline int qbman_swp_fq_xon(struct qbman_swp *s, u32 fqid)
441 return qbman_swp_alt_fq_state(s, fqid, QBMAN_FQ_XON);
447 * @fqid: the index of frame queue
459 static inline int qbman_swp_fq_xoff(struct qbman_swp *s, u32 fqid)
461 return qbman_swp_alt_fq_state(s, fqid, QBMAN_FQ_XOFF);
576 int qbman_fq_query_state(struct qbman_swp *s, u32 fqid,