Lines Matching defs:dst_num
1521 int dst_num)
1544 flow_act, dst, dst_num);
1611 int dst_num = 0;
1637 dst[dst_num].type = dest_type;
1638 dst[dst_num++].tir_num = dest_id;
1642 dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE_NUM;
1643 dst[dst_num++].ft_num = dest_id;
1647 dst[dst_num++].type = MLX5_FLOW_DESTINATION_TYPE_PORT;
1655 dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_COUNTER;
1656 dst[dst_num].counter_id = counter_id;
1657 dst_num++;
1660 handler = _create_raw_flow_rule(dev, ft_prio, dst_num ? dst : NULL,
1662 cmd_in, inlen, dst_num);