Home
last modified time | relevance | path

Searched refs:MLX5_CAP64_FLOWTABLE (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_cmd.c198 MLX5_CAP64_FLOWTABLE(mdev, sw_steering_nic_rx_action_drop_icm_address); in mlx5dr_cmd_query_device()
200 MLX5_CAP64_FLOWTABLE(mdev, sw_steering_nic_tx_action_drop_icm_address); in mlx5dr_cmd_query_device()
202 MLX5_CAP64_FLOWTABLE(mdev, sw_steering_nic_tx_action_allow_icm_address); in mlx5dr_cmd_query_device()
/linux-6.12.1/include/linux/mlx5/
Ddevice.h1325 #define MLX5_CAP64_FLOWTABLE(mdev, cap) \ macro