max_fill          594 drivers/net/ethernet/agere/et131x.h 	u32 max_fill;			/*  0x300C */
max_fill          349 drivers/net/ethernet/sfc/falcon/net_driver.h 	unsigned int max_fill;
max_fill          346 drivers/net/ethernet/sfc/falcon/rx.c 	space = rx_queue->max_fill - fill_level;
max_fill          353 drivers/net/ethernet/sfc/falcon/rx.c 		   rx_queue->max_fill);
max_fill          735 drivers/net/ethernet/sfc/falcon/rx.c 	unsigned int max_fill, trigger, max_trigger;
max_fill          754 drivers/net/ethernet/sfc/falcon/rx.c 	max_fill = efx->rxq_entries - EF4_RXD_HEAD_ROOM;
max_fill          756 drivers/net/ethernet/sfc/falcon/rx.c 		max_fill - efx->rx_pages_per_batch * efx->rx_bufs_per_page;
max_fill          758 drivers/net/ethernet/sfc/falcon/rx.c 		trigger = max_fill * min(rx_refill_threshold, 100U) / 100U;
max_fill          765 drivers/net/ethernet/sfc/falcon/rx.c 	rx_queue->max_fill = max_fill;
max_fill          388 drivers/net/ethernet/sfc/net_driver.h 	unsigned int max_fill;
max_fill          346 drivers/net/ethernet/sfc/rx.c 	space = rx_queue->max_fill - fill_level;
max_fill          353 drivers/net/ethernet/sfc/rx.c 		   rx_queue->max_fill);
max_fill          733 drivers/net/ethernet/sfc/rx.c 	unsigned int max_fill, trigger, max_trigger;
max_fill          752 drivers/net/ethernet/sfc/rx.c 	max_fill = efx->rxq_entries - EFX_RXD_HEAD_ROOM;
max_fill          754 drivers/net/ethernet/sfc/rx.c 		max_fill - efx->rx_pages_per_batch * efx->rx_bufs_per_page;
max_fill          756 drivers/net/ethernet/sfc/rx.c 		trigger = max_fill * min(rx_refill_threshold, 100U) / 100U;
max_fill          763 drivers/net/ethernet/sfc/rx.c 	rx_queue->max_fill = max_fill;
max_fill          129 drivers/soc/fsl/dpio/qbman-portal.c static inline u32 qbman_set_swp_cfg(u8 max_fill, u8 wn,	u8 est, u8 rpm, u8 dcm,
max_fill          133 drivers/soc/fsl/dpio/qbman-portal.c 	return (max_fill << SWP_CFG_DQRR_MF_SHIFT |
max_fill          610 drivers/soc/fsl/qbman/qman.c 			       enum qm_dqrr_cmode cmode, u8 max_fill)
max_fill          636 drivers/soc/fsl/qbman/qman.c 		((max_fill & (QM_DQRR_SIZE - 1)) << 20) | /* DQRR_MF */
max_fill          643 drivers/soc/fsl/qbman/qman.c 	qm_dqrr_set_maxfill(portal, max_fill);