Searched refs:tt_vec (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c102 if (ai->tt_vec & (1 << MLX5E_TT_IPV6_TCP))
105 if (ai->tt_vec & (1 << MLX5E_TT_IPV4_TCP))
108 if (ai->tt_vec & (1 << MLX5E_TT_IPV6_UDP))
111 if (ai->tt_vec & (1 << MLX5E_TT_IPV4_UDP))
114 if (ai->tt_vec & (1 << MLX5E_TT_IPV6))
117 if (ai->tt_vec & (1 << MLX5E_TT_IPV4))
120 if (ai->tt_vec & (1 << MLX5E_TT_ANY))
225 u32 tt_vec; local
260 tt_vec = mlx5e_get_tt_vec(ai, type);
262 if (tt_vec
[all...]
H A Den.h584 u32 tt_vec; member in struct:mlx5e_eth_addr_info

Completed in 63 milliseconds