Home
last modified time | relevance | path

Searched refs:qm_portal (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.h198 struct qm_portal { struct
273 static inline void qm_eqcr_abort(struct qm_portal *portal) in qm_eqcr_abort()
284 struct qm_portal *portal, u8 myverb) in qm_eqcr_pend_and_next()
457 struct qm_portal *portal) in qm_dqrr_current()
466 static inline u8 qm_dqrr_cursor(struct qm_portal *portal) in qm_dqrr_cursor()
473 static inline u8 qm_dqrr_next(struct qm_portal *portal) in qm_dqrr_next()
669 static inline u8 qm_dqrr_get_ci(struct qm_portal *portal) in qm_dqrr_get_ci()
756 static inline void qm_mr_finish(struct qm_portal *portal) in qm_mr_finish()
773 static inline u8 qm_mr_next(struct qm_portal *portal) in qm_mr_next()
811 static inline int qm_mc_init(struct qm_portal *portal) in qm_mc_init()
[all …]
H A Dqman.c66 struct qm_portal p;
297 static int drain_mr_fqrni(struct qm_portal *p) in drain_mr_fqrni()
336 static inline int qm_eqcr_init(struct qm_portal *portal, in qm_eqcr_init()
371 static inline void qm_eqcr_finish(struct qm_portal *portal) in qm_eqcr_finish()
409 static inline int qm_dqrr_init(struct qm_portal *portal, in qm_dqrr_init()
460 static inline int qm_mr_init(struct qm_portal *portal, in qm_mr_init()
510 struct qm_portal *p; in qman_init_portal()
1191 struct qm_portal *portal = &p->p; in qman_portal_poll_rx()
2309 struct qm_portal *portal = &p->p; in qman_enqueue_multi()
2379 struct qm_portal *portal = &p->p; in qman_enqueue_multi_fq()
[all …]
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h241 static __inline__ void qm_eqcr_finish(struct qm_portal *portal) in qm_eqcr_finish()
274 static __inline__ void qm_eqcr_abort(struct qm_portal *portal) in qm_eqcr_abort()
527 static __inline__ void qm_dqrr_finish(struct qm_portal *portal) in qm_dqrr_finish()
549 static __inline__ uint8_t qm_dqrr_next(struct qm_portal *portal) in qm_dqrr_next()
869 static __inline__ void qm_mr_finish(struct qm_portal *portal) in qm_mr_finish()
897 static __inline__ uint8_t qm_mr_next(struct qm_portal *portal) in qm_mr_next()
1034 static __inline__ t_Error qm_mc_init(struct qm_portal *portal) in qm_mc_init()
1050 static __inline__ void qm_mc_finish(struct qm_portal *portal) in qm_mc_finish()
1072 static __inline__ void qm_mc_abort(struct qm_portal *portal) in qm_mc_abort()
1123 static __inline__ t_Error qm_isr_init(struct qm_portal *portal) in qm_isr_init()
[all …]
H A Dqman_private.h198 struct qm_portal { struct
H A Dfsl_qman.h108 struct qm_portal;
162 struct qm_portal *qm_portal_get(uint8_t idx);
H A Dqm.h527 struct qm_portal *p_LowQmPortal;
H A Dqm_portal_fqr.c1570 p_QmPortal->p_LowQmPortal = (struct qm_portal *)XX_Malloc(sizeof(struct qm_portal)); in QM_PORTAL_Config()
1577 memset(p_QmPortal->p_LowQmPortal, 0, sizeof(struct qm_portal)); in QM_PORTAL_Config()