max_frames       1904 drivers/net/ethernet/realtek/r8169_main.c 		u32 *max_frames;
max_frames       1927 drivers/net/ethernet/realtek/r8169_main.c 		*p->max_frames = (w & RTL_COALESCE_MASK) << 2;
max_frames       1940 drivers/net/ethernet/realtek/r8169_main.c 		if (!*p->usecs && !*p->max_frames)
max_frames       1941 drivers/net/ethernet/realtek/r8169_main.c 			*p->max_frames = 1;
max_frames        538 drivers/soc/fsl/dpio/dpio-service.c struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames,
max_frames        544 drivers/soc/fsl/dpio/dpio-service.c 	if (!max_frames || (max_frames > 16))
max_frames        551 drivers/soc/fsl/dpio/dpio-service.c 	ret->max = max_frames;
max_frames        552 drivers/soc/fsl/dpio/dpio-service.c 	size = max_frames * sizeof(struct dpaa2_dq) + 64;
max_frames        561 drivers/soc/fsl/dpio/dpio-service.c 				    sizeof(struct dpaa2_dq) * max_frames,
max_frames        119 include/soc/fsl/dpaa2-io.h struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames,