Searched refs:max_fill (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/drivers/net/fsl-mc/dpio/ |
H A D | qbman_sys.h | 234 static inline uint32_t qbman_set_swp_cfg(uint8_t max_fill, uint8_t wn, in qbman_set_swp_cfg() argument 241 reg = e32_uint8_t(20, (uint32_t)(3 + (max_fill >> 3)), max_fill) | in qbman_set_swp_cfg()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | rx.c | 353 space = rx_queue->max_fill - fill_level; in ef4_fast_push_rx_descriptors() 360 rx_queue->max_fill); in ef4_fast_push_rx_descriptors() 747 unsigned int max_fill, trigger, max_trigger; in ef4_init_rx_queue() local 766 max_fill = efx->rxq_entries - EF4_RXD_HEAD_ROOM; in ef4_init_rx_queue() 768 max_fill - efx->rx_pages_per_batch * efx->rx_bufs_per_page; in ef4_init_rx_queue() 770 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in ef4_init_rx_queue() 777 rx_queue->max_fill = max_fill; in ef4_init_rx_queue()
|
H A D | net_driver.h | 349 unsigned int max_fill; member
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | rx_common.c | 222 unsigned int max_fill, trigger, max_trigger; in efx_init_rx_queue() local 244 max_fill = efx->rxq_entries - EFX_RXD_HEAD_ROOM; in efx_init_rx_queue() 246 max_fill - efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_init_rx_queue() 248 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in efx_init_rx_queue() 255 rx_queue->max_fill = max_fill; in efx_init_rx_queue() 478 space = rx_queue->max_fill - fill_level; in efx_fast_push_rx_descriptors() 485 rx_queue->max_fill); in efx_fast_push_rx_descriptors()
|
H A D | net_driver.h | 399 unsigned int max_fill; member
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | rx_common.c | 225 unsigned int max_fill, trigger, max_trigger; in efx_siena_init_rx_queue() local 246 max_fill = efx->rxq_entries - EFX_RXD_HEAD_ROOM; in efx_siena_init_rx_queue() 248 max_fill - efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_siena_init_rx_queue() 250 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in efx_siena_init_rx_queue() 257 rx_queue->max_fill = max_fill; in efx_siena_init_rx_queue() 479 space = rx_queue->max_fill - fill_level; in efx_siena_fast_push_rx_descriptors() 486 rx_queue->max_fill); in efx_siena_fast_push_rx_descriptors()
|
H A D | net_driver.h | 410 unsigned int max_fill; member
|
/openbmc/linux/drivers/net/ethernet/agere/ |
H A D | et131x.h | 593 u32 max_fill; /* 0x300C */ member
|
/openbmc/linux/drivers/soc/fsl/dpio/ |
H A D | qbman-portal.c | 210 static inline u32 qbman_set_swp_cfg(u8 max_fill, u8 wn, u8 est, u8 rpm, u8 dcm, in qbman_set_swp_cfg() argument 214 return (max_fill << SWP_CFG_DQRR_MF_SHIFT | in qbman_set_swp_cfg()
|
/openbmc/linux/drivers/soc/fsl/qbman/ |
H A D | qman.c | 605 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()
|