Home
last modified time | relevance | path

Searched refs:qm_mc_commit (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c1511 qm_mc_commit(&p->p, QM_MCC_VERB_QUERYFQ); in qman_create_fq()
1523 qm_mc_commit(&p->p, QM_MCC_VERB_QUERYFQ_NP); in qman_create_fq()
1673 qm_mc_commit(&p->p, myverb); in qman_init_fq()
1854 qm_mc_commit(&p->p, QM_MCC_VERB_ALTER_OOS); in qman_oos_fq()
1903 qm_mc_commit(&p->p, myverb); in qman_fq_flow_control()
1928 qm_mc_commit(&p->p, QM_MCC_VERB_QUERYFQ); in qman_query_fq()
1952 qm_mc_commit(&p->p, QM_MCC_VERB_QUERYFQ_NP); in qman_query_fq_has_pkts()
2037 qm_mc_commit(&p->p, myverb); in qman_query_wq()
2094 qm_mc_commit(&p->p, QM_MCC_VERB_QUERYCGR); in qman_query_cgr()
2502 qm_mc_commit(&p->p, verb); in qman_modify_cgr()
[all …]
H A Dqman.h849 static inline void qm_mc_commit(struct qm_portal *portal, u8 myverb) in qm_mc_commit() function
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c156 qm_mc_commit(p_QmPortal->p_LowQmPortal, QM_MCC_VERB_QUERYFQ); in qman_create_fq()
166 qm_mc_commit(p_QmPortal->p_LowQmPortal, QM_MCC_VERB_QUERYFQ_NP); in qman_create_fq()
249 qm_mc_commit(p_QmPortal->p_LowQmPortal, myverb); in qman_init_fq()
302 qm_mc_commit(p_QmPortal->p_LowQmPortal, in qman_retire_fq()
351 qm_mc_commit(p_QmPortal->p_LowQmPortal, QM_MCC_VERB_ALTER_OOS); in qman_oos_fq()
387 qm_mc_commit(p_QmPortal->p_LowQmPortal, QM_MCC_VERB_ALTER_SCHED); in qman_schedule_fq()
934 qm_mc_commit(p_QmPortal->p_LowQmPortal, QM_MCC_VERB_QUERYFQ_NP); in qman_query_fq_np()
2470 qm_mc_commit(p_QmPortal->p_LowQmPortal, QM_MCC_VERB_INITCGR); in QM_CG_Create()
2519 qm_mc_commit(p_QmPortal->p_LowQmPortal, QM_MCC_VERB_MODIFYCGR); in QM_CG_Free()
2593 qm_mc_commit(p_QmPortal->p_LowQmPortal, QM_MCC_VERB_QUERYCGR); in QM_CG_ModifyWredCurve()
[all …]
H A Dqman_low.h1083 static __inline__ void qm_mc_commit(struct qm_portal *portal, uint8_t myverb) in qm_mc_commit() function