Lines Matching defs:dst_num
1393 int dst_num)
1416 flow_act, dst, dst_num);
1483 int dst_num = 0;
1508 dst[dst_num].type = dest_type;
1509 dst[dst_num++].tir_num = dest_id;
1513 dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE_NUM;
1514 dst[dst_num++].ft_num = dest_id;
1518 dst[dst_num++].type = MLX5_FLOW_DESTINATION_TYPE_PORT;
1526 dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_COUNTER;
1527 dst[dst_num].counter_id = counter_id;
1528 dst_num++;
1531 handler = _create_raw_flow_rule(dev, ft_prio, dst_num ? dst : NULL,
1533 cmd_in, inlen, dst_num);