Searched refs:max_frames (Results 1 – 3 of 3) sorted by relevance
538 struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames, in dpaa2_io_store_create() argument544 if (!max_frames || (max_frames > 16)) in dpaa2_io_store_create()551 ret->max = max_frames; in dpaa2_io_store_create()552 size = max_frames * sizeof(struct dpaa2_dq) + 64; in dpaa2_io_store_create()561 sizeof(struct dpaa2_dq) * max_frames, in dpaa2_io_store_create()
119 struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames,
1902 u32 *max_frames; in rtl_get_coalesce() member1925 *p->max_frames = (w & RTL_COALESCE_MASK) << 2; in rtl_get_coalesce()1938 if (!*p->usecs && !*p->max_frames) in rtl_get_coalesce()1939 *p->max_frames = 1; in rtl_get_coalesce()