Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/fsl/qbman/
H A Dqman_test_api.c138 err = qman_init_fq(fq, QMAN_INITFQ_FLAG_LOCAL, NULL); in qman_test_api()
H A Dqman_test_stash.c416 QMAN_INITFQ_FLAG_LOCAL, &opts); in init_handler()
H A Dqman.c1926 if (flags & QMAN_INITFQ_FLAG_LOCAL) { in qman_init_fq()
/openbmc/linux/include/soc/fsl/
H A Dqman.h799 #define QMAN_INITFQ_FLAG_LOCAL 0x00000004 /* set dest portal */ macro