Home
last modified time | relevance | path

Searched refs:qm_mr_entry (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.h167 const struct qm_mr_entry *ring, *cursor;
746 static inline u8 MR_PTR2IDX(const struct qm_mr_entry *e) in MR_PTR2IDX()
751 static inline const struct qm_mr_entry *MR_INC(const struct qm_mr_entry *e) in MR_INC()
764 static inline const struct qm_mr_entry *qm_mr_current(struct qm_portal *portal) in qm_mr_current()
H A Dqman.c299 const struct qm_mr_entry *msg; in drain_mr_fqrni()
487 const struct qm_mr_entry *res = qm_cl(mr->ring, mr->pi); in qm_mr_pvb_update()
765 const struct qm_mr_entry *msg, u8 verb) in fq_state_change()
807 const struct qm_mr_entry *msg; in qman_ern_poll_free()
809 struct qm_mr_entry swapped_msg; in qman_ern_poll_free()
838 const struct qm_mr_entry *msg; in __poll_portal_slow()
839 struct qm_mr_entry swapped_msg; in __poll_portal_slow()
1806 struct qm_mr_entry msg; in qman_retire_fq()
2738 const struct qm_mr_entry *msg; in qman_shutdown_fq()
2848 const struct qm_mr_entry *msg; in qman_shutdown_fq()
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqman_private.h168 struct qm_mr_entry *ring, *cursor;
H A Dfsl_qman.h102 struct qm_mr_entry; /* MR (Message Ring) entries */
462 _Packed struct qm_mr_entry { struct
980 const struct qm_mr_entry *msg);
H A Dqman_low.h830 static __inline__ uint8_t MR_PTR2IDX(struct qm_mr_entry *e) in MR_PTR2IDX()
835 static __inline__ struct qm_mr_entry *MR_INC(struct qm_mr_entry *e) in MR_INC()
883 static __inline__ struct qm_mr_entry *qm_mr_current(struct qm_portal *portal) in qm_mr_current()
946 struct qm_mr_entry *res = ptr_ADD(mr->ring, qm_cl(mr->pi)); in qmPortalMrPvbUpdate()
H A Dqm_portal_fqr.c405 struct qm_mr_entry *p_Msg, in fq_state_change()
510 const struct qm_mr_entry *p_Msg) in cb_ern_dcErn()
524 const struct qm_mr_entry *p_Msg) in cb_fqs()
538 const struct qm_mr_entry *p_Msg) in null_cb_mr()
554 struct qm_mr_entry *p_Msg; in LoopMessageRing()
1171 struct qm_mr_entry *p_Msg; in clean_dqrr_mr()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h94 struct qm_mr_entry; /* MR (Message Ring) entries */
332 struct qm_mr_entry { struct
1156 const struct qm_mr_entry *msg);
1160 const struct qm_mr_entry *msg);
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c94 const struct qm_mr_entry *msg) in ern_sec_fq_handler()