Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/falcon/
Drx.c349 space = rx_queue->max_fill - fill_level; in ef4_fast_push_rx_descriptors()
356 rx_queue->max_fill); in ef4_fast_push_rx_descriptors()
741 unsigned int max_fill, trigger, max_trigger; in ef4_init_rx_queue() local
760 max_fill = efx->rxq_entries - EF4_RXD_HEAD_ROOM; in ef4_init_rx_queue()
762 max_fill - efx->rx_pages_per_batch * efx->rx_bufs_per_page; in ef4_init_rx_queue()
764 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in ef4_init_rx_queue()
771 rx_queue->max_fill = max_fill; in ef4_init_rx_queue()
Dnet_driver.h352 unsigned int max_fill; member
/drivers/net/ethernet/sfc/
Drx.c349 space = rx_queue->max_fill - fill_level; in efx_fast_push_rx_descriptors()
356 rx_queue->max_fill); in efx_fast_push_rx_descriptors()
735 unsigned int max_fill, trigger, max_trigger; in efx_init_rx_queue() local
754 max_fill = efx->rxq_entries - EFX_RXD_HEAD_ROOM; in efx_init_rx_queue()
756 max_fill - efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_init_rx_queue()
758 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in efx_init_rx_queue()
765 rx_queue->max_fill = max_fill; in efx_init_rx_queue()
Dnet_driver.h382 unsigned int max_fill; member
/drivers/staging/fsl-mc/bus/dpio/
Dqbman-portal.c135 static inline u32 qbman_set_swp_cfg(u8 max_fill, u8 wn, u8 est, u8 rpm, u8 dcm, in qbman_set_swp_cfg() argument
139 return (max_fill << SWP_CFG_DQRR_MF_SHIFT | in qbman_set_swp_cfg()
/drivers/net/ethernet/agere/
Det131x.h594 u32 max_fill; /* 0x300C */ member
/drivers/soc/fsl/qbman/
Dqman.c569 enum qm_dqrr_cmode cmode, u8 max_fill) in qm_dqrr_init() argument
595 ((max_fill & (QM_DQRR_SIZE - 1)) << 20) | /* DQRR_MF */ in qm_dqrr_init()
602 qm_dqrr_set_maxfill(portal, max_fill); in qm_dqrr_init()