Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dport_sel.c423 set_bit(MLX5_TT_IPV4_TCP, port_sel->tt_map); in set_tt_map()
424 set_bit(MLX5_TT_IPV4_UDP, port_sel->tt_map); in set_tt_map()
425 set_bit(MLX5_TT_IPV6_TCP, port_sel->tt_map); in set_tt_map()
426 set_bit(MLX5_TT_IPV6_UDP, port_sel->tt_map); in set_tt_map()
427 set_bit(MLX5_TT_IPV4, port_sel->tt_map); in set_tt_map()
428 set_bit(MLX5_TT_IPV6, port_sel->tt_map); in set_tt_map()
429 set_bit(MLX5_TT_ANY, port_sel->tt_map); in set_tt_map()
435 set_bit(MLX5_TT_IPV4, port_sel->tt_map); in set_tt_map()
436 set_bit(MLX5_TT_IPV6, port_sel->tt_map); in set_tt_map()
437 set_bit(MLX5_TT_ANY, port_sel->tt_map); in set_tt_map()
[all …]
H A Dport_sel.h25 DECLARE_BITMAP(tt_map, MLX5_NUM_TT);