Lines Matching defs:portal

421 static inline int qm_eqcr_init(struct qm_portal *portal,  in qm_eqcr_init()
452 static inline unsigned int qm_eqcr_get_ci_stashing(struct qm_portal *portal) in qm_eqcr_get_ci_stashing()
457 static inline void qm_eqcr_finish(struct qm_portal *portal) in qm_eqcr_finish()
472 static inline struct qm_eqcr_entry *qm_eqcr_start_no_stash(struct qm_portal in qm_eqcr_start_no_stash()
488 static inline struct qm_eqcr_entry *qm_eqcr_start_stash(struct qm_portal in qm_eqcr_start_stash()
518 static inline void qm_eqcr_pvb_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pvb_commit()
536 static inline void qm_eqcr_cce_prefetch(struct qm_portal *portal) in qm_eqcr_cce_prefetch()
541 static inline u8 qm_eqcr_cce_update(struct qm_portal *portal) in qm_eqcr_cce_update()
553 static inline void qm_eqcr_set_ithresh(struct qm_portal *portal, u8 ithresh) in qm_eqcr_set_ithresh()
561 static inline u8 qm_eqcr_get_avail(struct qm_portal *portal) in qm_eqcr_get_avail()
568 static inline u8 qm_eqcr_get_fill(struct qm_portal *portal) in qm_eqcr_get_fill()
600 static inline void qm_dqrr_set_maxfill(struct qm_portal *portal, u8 mf) in qm_dqrr_set_maxfill()
606 static inline int qm_dqrr_init(struct qm_portal *portal, in qm_dqrr_init()
647 static inline void qm_dqrr_finish(struct qm_portal *portal) in qm_dqrr_finish()
659 struct qm_portal *portal) in qm_dqrr_current()
668 static inline u8 qm_dqrr_next(struct qm_portal *portal) in qm_dqrr_next()
677 static inline void qm_dqrr_pvb_update(struct qm_portal *portal) in qm_dqrr_pvb_update()
698 static inline void qm_dqrr_cdc_consume_1ptr(struct qm_portal *portal, in qm_dqrr_cdc_consume_1ptr()
713 static inline void qm_dqrr_cdc_consume_n(struct qm_portal *portal, u32 bitmask) in qm_dqrr_cdc_consume_n()
722 static inline void qm_dqrr_sdqcr_set(struct qm_portal *portal, u32 sdqcr) in qm_dqrr_sdqcr_set()
727 static inline void qm_dqrr_vdqcr_set(struct qm_portal *portal, u32 vdqcr) in qm_dqrr_vdqcr_set()
732 static inline int qm_dqrr_set_ithresh(struct qm_portal *portal, u8 ithresh) in qm_dqrr_set_ithresh()
767 static inline int qm_mr_init(struct qm_portal *portal, enum qm_mr_pmode pmode, in qm_mr_init()
791 static inline void qm_mr_finish(struct qm_portal *portal) in qm_mr_finish()
799 static inline const union qm_mr_entry *qm_mr_current(struct qm_portal *portal) in qm_mr_current()
808 static inline int qm_mr_next(struct qm_portal *portal) in qm_mr_next()
817 static inline void qm_mr_pvb_update(struct qm_portal *portal) in qm_mr_pvb_update()
834 static inline void qm_mr_cci_consume(struct qm_portal *portal, u8 num) in qm_mr_cci_consume()
843 static inline void qm_mr_cci_consume_to_current(struct qm_portal *portal) in qm_mr_cci_consume_to_current()
852 static inline void qm_mr_set_ithresh(struct qm_portal *portal, u8 ithresh) in qm_mr_set_ithresh()
859 static inline int qm_mc_init(struct qm_portal *portal) in qm_mc_init()
886 static inline void qm_mc_finish(struct qm_portal *portal) in qm_mc_finish()
897 static inline union qm_mc_command *qm_mc_start(struct qm_portal *portal) in qm_mc_start()
909 static inline void qm_mc_commit(struct qm_portal *portal, u8 myverb) in qm_mc_commit()
924 static inline union qm_mc_result *qm_mc_result(struct qm_portal *portal) in qm_mc_result()
947 static inline int qm_mc_result_timeout(struct qm_portal *portal, in qm_mc_result_timeout()
1037 int qman_dqrr_set_ithresh(struct qman_portal *portal, u8 ithresh) in qman_dqrr_set_ithresh()
1054 void qman_dqrr_get_ithresh(struct qman_portal *portal, u8 *ithresh) in qman_dqrr_get_ithresh()
1061 void qman_portal_get_iperiod(struct qman_portal *portal, u32 *iperiod) in qman_portal_get_iperiod()
1068 int qman_portal_set_iperiod(struct qman_portal *portal, u32 iperiod) in qman_portal_set_iperiod()
1228 static int qman_create_portal(struct qman_portal *portal, in qman_create_portal()
1363 struct qman_portal *portal; in qman_create_affine_portal() local
1736 struct qman_portal *portal = get_affine_portal(); in qman_affine_channel() local
2828 struct qman_portal *portal) in qman_get_qm_portal_config()