Searched refs:MAX_OPFC_RULES (Results 1 – 2 of 2) sorted by relevance
1060 spec = kcalloc(MAX_OPFC_RULES, sizeof(*spec), GFP_KERNEL); in add_op_fc_rules()1234 spec = kcalloc(MAX_OPFC_RULES, sizeof(*spec), GFP_KERNEL); in mlx5_ib_fs_add_op_fc()1308 dev->num_ports * MAX_OPFC_RULES, 1, 0, 0); in mlx5_ib_fs_add_op_fc()1354 for (i = 0; i < MAX_OPFC_RULES && opfc->rule[i]; i++) { in mlx5_ib_fs_remove_op_fc()1386 for (j = 0; j < MAX_OPFC_RULES; j++) { in mlx5r_fs_unbind_op_fc()
875 #define MAX_OPFC_RULES 2 macro879 struct mlx5_flow_handle *rule[MAX_OPFC_RULES];