Home
last modified time | relevance | path

Searched refs:MLX5_SET_TO_ONES (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
Dmlx5_en_flow_table.c274 MLX5_SET_TO_ONES(fte_match_param, match_criteria, in mlx5e_add_eth_addr_rule_sub()
303 MLX5_SET_TO_ONES(fte_match_param, match_criteria, in mlx5e_add_eth_addr_rule_sub()
474 MLX5_SET_TO_ONES(fte_match_param, match_criteria, in mlx5e_add_vlan_rule()
490 MLX5_SET_TO_ONES(fte_match_param, match_criteria, in mlx5e_add_vlan_rule()
860 MLX5_SET_TO_ONES(fte_match_param, g[0].match_criteria, in mlx5e_create_main_flow_table()
862 MLX5_SET_TO_ONES(fte_match_param, g[0].match_criteria, in mlx5e_create_main_flow_table()
867 MLX5_SET_TO_ONES(fte_match_param, g[1].match_criteria, in mlx5e_create_main_flow_table()
877 MLX5_SET_TO_ONES(fte_match_param, g[3].match_criteria, in mlx5e_create_main_flow_table()
879 MLX5_SET_TO_ONES(fte_match_param, g[3].match_criteria, in mlx5e_create_main_flow_table()
887 MLX5_SET_TO_ONES(fte_match_param, g[4].match_criteria, in mlx5e_create_main_flow_table()
[all …]
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_eswitch_vacl.c163 MLX5_SET_TO_ONES(fte_match_set_misc, mc_misc, source_port); in mlx5_vacl_table_apply_loopback_filter()
541 MLX5_SET_TO_ONES(fte_match_param, in mlx5_vacl_table_create_ft()
Dmlx5_port.c386 MLX5_SET_TO_ONES(pfcc_reg, in, prio_mask_tx); in mlx5_set_port_pfc()
387 MLX5_SET_TO_ONES(pfcc_reg, in, prio_mask_rx); in mlx5_set_port_pfc()
/freebsd-10-stable/sys/dev/mlx5/
Ddevice.h76 #define MLX5_SET_TO_ONES(typ, p, fld) do { \ macro