Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/soc/fsl/dpio/
Ddpio-service.c538 struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames, in dpaa2_io_store_create() argument
544 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()
/Linux-v5.4/include/soc/fsl/
Ddpaa2-io.h119 struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames,
/Linux-v5.4/drivers/net/ethernet/realtek/
Dr8169_main.c1902 u32 *max_frames; in rtl_get_coalesce() member
1925 *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()