Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/soc/fsl/qbman/
Dqman_test_api.c37 #define NUM_PARTIAL 4 macro
156 pr_info("VDQCR (%d of %d);\n", NUM_PARTIAL, NUM_ENQUEUES); in qman_test_api()
157 frmcnt = QM_VDQCR_NUMFRAMES_SET(NUM_PARTIAL); in qman_test_api()
163 pr_info("VDQCR (%d of %d);\n", NUM_ENQUEUES - NUM_PARTIAL, in qman_test_api()
165 frmcnt = QM_VDQCR_NUMFRAMES_SET(NUM_ENQUEUES - NUM_PARTIAL); in qman_test_api()