Home
last modified time | relevance | path

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

/linux/drivers/soc/fsl/qbman/
A Dqman_test_api.c37 #define NUM_PARTIAL 4 macro
157 pr_info("VDQCR (%d of %d);\n", NUM_PARTIAL, NUM_ENQUEUES); in qman_test_api()
158 frmcnt = QM_VDQCR_NUMFRAMES_SET(NUM_PARTIAL); in qman_test_api()
164 pr_info("VDQCR (%d of %d);\n", NUM_ENQUEUES - NUM_PARTIAL, in qman_test_api()
166 frmcnt = QM_VDQCR_NUMFRAMES_SET(NUM_ENQUEUES - NUM_PARTIAL); in qman_test_api()

Completed in 3 milliseconds