Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A 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()
/openbmc/linux/include/linux/mlx5/
H A Ddevice.h1301 #define MLX5_CAP64_FLOWTABLE(mdev, cap) \ macro