Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/soc/fsl/dpio/
Ddpio-service.c614 struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames, in dpaa2_io_store_create() argument
620 if (!max_frames || (max_frames > 32)) in dpaa2_io_store_create()
627 ret->max = max_frames; in dpaa2_io_store_create()
628 size = max_frames * sizeof(struct dpaa2_dq) + 64; in dpaa2_io_store_create()
637 sizeof(struct dpaa2_dq) * max_frames, in dpaa2_io_store_create()
/Linux-v5.10/arch/s390/lib/
Dtest_unwind.c44 const int max_frames = 128; in test_unwind() local
63 if (frame_count++ == max_frames) in test_unwind()
95 if (frame_count == max_frames) { in test_unwind()
/Linux-v5.10/include/soc/fsl/
Ddpaa2-io.h123 struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames,