Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/fsl/dpio/
Ddpio-service.c447 struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames, in dpaa2_io_store_create() argument
453 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()
/Linux-v4.19/include/soc/fsl/
Ddpaa2-io.h110 struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames,
/Linux-v4.19/drivers/scsi/
Dosst.h600 int max_frames; /* max number of frames in internal buffer */ member
/Linux-v4.19/drivers/net/ethernet/realtek/
Dr8169.c1912 u32 *max_frames; in rtl_get_coalesce() member
1932 *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()