Home
last modified time | relevance | path

Searched refs:max_fill (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/sfc/falcon/
Drx.c348 space = rx_queue->max_fill - fill_level; in ef4_fast_push_rx_descriptors()
355 rx_queue->max_fill); in ef4_fast_push_rx_descriptors()
737 unsigned int max_fill, trigger, max_trigger; in ef4_init_rx_queue() local
756 max_fill = efx->rxq_entries - EF4_RXD_HEAD_ROOM; in ef4_init_rx_queue()
758 max_fill - efx->rx_pages_per_batch * efx->rx_bufs_per_page; in ef4_init_rx_queue()
760 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in ef4_init_rx_queue()
767 rx_queue->max_fill = max_fill; in ef4_init_rx_queue()
Dnet_driver.h349 unsigned int max_fill; member
/Linux-v5.10/drivers/net/ethernet/sfc/
Drx_common.c227 unsigned int max_fill, trigger, max_trigger; in efx_init_rx_queue() local
248 max_fill = efx->rxq_entries - EFX_RXD_HEAD_ROOM; in efx_init_rx_queue()
250 max_fill - efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_init_rx_queue()
252 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in efx_init_rx_queue()
259 rx_queue->max_fill = max_fill; in efx_init_rx_queue()
480 space = rx_queue->max_fill - fill_level; in efx_fast_push_rx_descriptors()
487 rx_queue->max_fill); in efx_fast_push_rx_descriptors()
Dnet_driver.h411 unsigned int max_fill; member
/Linux-v5.10/drivers/net/ethernet/agere/
Det131x.h593 u32 max_fill; /* 0x300C */ member
/Linux-v5.10/drivers/soc/fsl/dpio/
Dqbman-portal.c208 static inline u32 qbman_set_swp_cfg(u8 max_fill, u8 wn, u8 est, u8 rpm, u8 dcm, in qbman_set_swp_cfg() argument
212 return (max_fill << SWP_CFG_DQRR_MF_SHIFT | in qbman_set_swp_cfg()
/Linux-v5.10/drivers/soc/fsl/qbman/
Dqman.c605 enum qm_dqrr_cmode cmode, u8 max_fill) in qm_dqrr_init() argument
631 ((max_fill & (QM_DQRR_SIZE - 1)) << 20) | /* DQRR_MF */ in qm_dqrr_init()
638 qm_dqrr_set_maxfill(portal, max_fill); in qm_dqrr_init()