Searched refs:max_frames (Results 1 – 4 of 4) sorted by relevance
447 struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames, in dpaa2_io_store_create() argument453 if (!max_frames || (max_frames > 16)) in dpaa2_io_store_create()460 ret->max = max_frames; in dpaa2_io_store_create()461 size = max_frames * sizeof(struct dpaa2_dq) + 64; in dpaa2_io_store_create()470 sizeof(struct dpaa2_dq) * max_frames, in dpaa2_io_store_create()
110 struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames,
600 int max_frames; /* max number of frames in internal buffer */ member
1912 u32 *max_frames; in rtl_get_coalesce() member1932 *p->max_frames = (w & RTL_COALESCE_MASK) << 2; in rtl_get_coalesce()1945 if (!*p->usecs && !*p->max_frames) in rtl_get_coalesce()1946 *p->max_frames = 1; in rtl_get_coalesce()