Lines Matching defs:portal
419 static inline int qm_eqcr_init(struct qm_portal *portal, in qm_eqcr_init()
450 static inline unsigned int qm_eqcr_get_ci_stashing(struct qm_portal *portal) in qm_eqcr_get_ci_stashing()
455 static inline void qm_eqcr_finish(struct qm_portal *portal) in qm_eqcr_finish()
470 static inline struct qm_eqcr_entry *qm_eqcr_start_no_stash(struct qm_portal in qm_eqcr_start_no_stash()
486 static inline struct qm_eqcr_entry *qm_eqcr_start_stash(struct qm_portal in qm_eqcr_start_stash()
516 static inline void qm_eqcr_pvb_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pvb_commit()
534 static inline void qm_eqcr_cce_prefetch(struct qm_portal *portal) in qm_eqcr_cce_prefetch()
539 static inline u8 qm_eqcr_cce_update(struct qm_portal *portal) in qm_eqcr_cce_update()
551 static inline void qm_eqcr_set_ithresh(struct qm_portal *portal, u8 ithresh) in qm_eqcr_set_ithresh()
559 static inline u8 qm_eqcr_get_avail(struct qm_portal *portal) in qm_eqcr_get_avail()
566 static inline u8 qm_eqcr_get_fill(struct qm_portal *portal) in qm_eqcr_get_fill()
598 static inline void qm_dqrr_set_maxfill(struct qm_portal *portal, u8 mf) in qm_dqrr_set_maxfill()
604 static inline int qm_dqrr_init(struct qm_portal *portal, in qm_dqrr_init()
645 static inline void qm_dqrr_finish(struct qm_portal *portal) in qm_dqrr_finish()
657 struct qm_portal *portal) in qm_dqrr_current()
666 static inline u8 qm_dqrr_next(struct qm_portal *portal) in qm_dqrr_next()
675 static inline void qm_dqrr_pvb_update(struct qm_portal *portal) in qm_dqrr_pvb_update()
696 static inline void qm_dqrr_cdc_consume_1ptr(struct qm_portal *portal, in qm_dqrr_cdc_consume_1ptr()
711 static inline void qm_dqrr_cdc_consume_n(struct qm_portal *portal, u32 bitmask) in qm_dqrr_cdc_consume_n()
720 static inline void qm_dqrr_sdqcr_set(struct qm_portal *portal, u32 sdqcr) in qm_dqrr_sdqcr_set()
725 static inline void qm_dqrr_vdqcr_set(struct qm_portal *portal, u32 vdqcr) in qm_dqrr_vdqcr_set()
730 static inline void qm_dqrr_set_ithresh(struct qm_portal *portal, u8 ithresh) in qm_dqrr_set_ithresh()
759 static inline int qm_mr_init(struct qm_portal *portal, enum qm_mr_pmode pmode, in qm_mr_init()
783 static inline void qm_mr_finish(struct qm_portal *portal) in qm_mr_finish()
791 static inline const union qm_mr_entry *qm_mr_current(struct qm_portal *portal) in qm_mr_current()
800 static inline int qm_mr_next(struct qm_portal *portal) in qm_mr_next()
809 static inline void qm_mr_pvb_update(struct qm_portal *portal) in qm_mr_pvb_update()
826 static inline void qm_mr_cci_consume(struct qm_portal *portal, u8 num) in qm_mr_cci_consume()
835 static inline void qm_mr_cci_consume_to_current(struct qm_portal *portal) in qm_mr_cci_consume_to_current()
844 static inline void qm_mr_set_ithresh(struct qm_portal *portal, u8 ithresh) in qm_mr_set_ithresh()
851 static inline int qm_mc_init(struct qm_portal *portal) in qm_mc_init()
866 static inline void qm_mc_finish(struct qm_portal *portal) in qm_mc_finish()
877 static inline union qm_mc_command *qm_mc_start(struct qm_portal *portal) in qm_mc_start()
889 static inline void qm_mc_commit(struct qm_portal *portal, u8 myverb) in qm_mc_commit()
904 static inline union qm_mc_result *qm_mc_result(struct qm_portal *portal) in qm_mc_result()
927 static inline int qm_mc_result_timeout(struct qm_portal *portal, in qm_mc_result_timeout()
1135 static int qman_create_portal(struct qman_portal *portal, in qman_create_portal()
1270 struct qman_portal *portal; in qman_create_affine_portal() local
1643 struct qman_portal *portal = get_affine_portal(); in qman_affine_channel() local
2718 struct qman_portal *portal) in qman_get_qm_portal_config()