Home
last modified time | relevance | path

Searched refs:MLX5E_RX_RES_FEATURE_XSK (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Drx_res.c322 if (!(res->features & MLX5E_RX_RES_FEATURE_XSK)) in mlx5e_rx_res_channels_init()
422 if (!(res->features & MLX5E_RX_RES_FEATURE_XSK)) in mlx5e_rx_res_channels_destroy()
491 WARN_ON(!(res->features & MLX5E_RX_RES_FEATURE_XSK)); in mlx5e_rx_res_get_tirn_xsk()
544 if (!(res->features & MLX5E_RX_RES_FEATURE_XSK)) in mlx5e_rx_res_channels_activate()
562 if (!(res->features & MLX5E_RX_RES_FEATURE_XSK)) in mlx5e_rx_res_channels_activate()
600 if (!(res->features & MLX5E_RX_RES_FEATURE_XSK)) in mlx5e_rx_res_channels_deactivate()
Drx_res.h20 MLX5E_RX_RES_FEATURE_XSK = BIT(1), enumerator
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4626 features = MLX5E_RX_RES_FEATURE_XSK | MLX5E_RX_RES_FEATURE_PTP; in mlx5e_init_nic_rx()