Home
last modified time | relevance | path

Searched refs:qm_mc_start (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c854 qm_mc_start(&p->p); in __poll_portal_slow()
1509 mcc = qm_mc_start(&p->p); in qman_create_fq()
1521 mcc = qm_mc_start(&p->p); in qman_create_fq()
1632 mcc = qm_mc_start(&p->p); in qman_init_fq()
1722 mcc = qm_mc_start(&p->p); in qman_schedule_fq()
1768 mcc = qm_mc_start(&p->p); in qman_retire_fq()
1852 mcc = qm_mc_start(&p->p); in qman_oos_fq()
1898 mcc = qm_mc_start(&p->p); in qman_fq_flow_control()
1926 mcc = qm_mc_start(&p->p); in qman_query_fq()
1950 mcc = qm_mc_start(&p->p); in qman_query_fq_has_pkts()
[all …]
H A Dqman.h837 static inline struct qm_mc_command *qm_mc_start(struct qm_portal *portal) in qm_mc_start() function