Home
last modified time | relevance | path

Searched refs:log_rx_info (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c102 /* We need to clear all fields, otherwise a change of priv->log_rx_info in mlx4_en_free_frag()
140 (index << priv->log_rx_info); in mlx4_en_prepare_rx_desc()
175 frags = ring->rx_info + (index << priv->log_rx_info); in mlx4_en_free_rx_desc()
706 frags = ring->rx_info + (index << priv->log_rx_info); in mlx4_en_process_rx_cq()
1044 priv->log_rx_info = ROUNDUP_LOG2(i * sizeof(struct mlx4_en_rx_alloc)); in mlx4_en_calc_rx_buf()
H A Dmlx4_en.h597 u8 log_rx_info; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c102 /* We need to clear all fields, otherwise a change of priv->log_rx_info in mlx4_en_free_frag()
140 (index << priv->log_rx_info); in mlx4_en_prepare_rx_desc()
175 frags = ring->rx_info + (index << priv->log_rx_info); in mlx4_en_free_rx_desc()
754 frags = ring->rx_info + (index << priv->log_rx_info); in mlx4_en_process_rx_cq()
1098 priv->log_rx_info = ROUNDUP_LOG2(i * sizeof(struct mlx4_en_rx_alloc)); in mlx4_en_calc_rx_buf()
H A Dmlx4_en.h590 u8 log_rx_info; member

Completed in 8 milliseconds