Searched refs:match_params (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | bwc_complex.c | 666 u32 *match_params) in hws_complex_get_subrule_data() argument 686 mlx5hws_definer_create_tag(match_params, mt->fc, mt->fc_sz, in hws_complex_get_subrule_data() 751 u32 *match_params, u32 flow_source, in hws_complex_subrule_create() argument 767 ret = hws_complex_get_subrule_data(subrule, subm, match_params); in hws_complex_subrule_create() 783 ret = mlx5hws_bwc_rule_create_simple(subrule, match_params, actions, in hws_complex_subrule_create() 844 u32 *match_params; in mlx5hws_bwc_rule_create_complex() local 857 match_params = kzalloc(MLX5_ST_SZ_BYTES(fte_match_param), GFP_KERNEL); in mlx5hws_bwc_rule_create_complex() 858 if (!match_params) in mlx5hws_bwc_rule_create_complex() 861 memcpy(match_params, params->match_buf, params->match_sz); in mlx5hws_bwc_rule_create_complex() 863 ret = hws_complex_subrule_create(cmatcher, bwc_rule, match_params, in mlx5hws_bwc_rule_create_complex() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | ct_fs_hmfs.c | 194 struct mlx5hws_match_parameters match_params = { in mlx5_ct_fs_hmfs_ct_rule_add() local 228 mlx5hws_bwc_rule_create(hmfs_matcher->hws_bwc_matcher, &match_params, in mlx5_ct_fs_hmfs_ct_rule_add()
|
| /linux/include/uapi/rdma/ |
| H A D | mlx5_user_ioctl_cmds.h | 285 __u32 match_params[MLX5_IB_DW_MATCH_PARAM]; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.h | 815 int match_params);
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | fs.c | 2073 memcpy(spec->match_criteria, fs_matcher->matcher_mask.match_params, in _create_raw_flow_rule() 2110 match_c = fs_matcher->matcher_mask.match_params; in raw_fs_is_multicast()
|