Lines Matching defs:dest_id
1478 u32 counter_id, void *cmd_in, int inlen, int dest_id, int dest_type)
1509 dst[dst_num++].tir_num = dest_id;
1514 dst[dst_num++].ft_num = dest_id;
1791 static bool is_flow_dest(void *obj, int *dest_id, int *dest_type)
1799 *dest_id = MLX5_GET(general_obj_in_cmd_hdr, devx_obj->dinbox,
1805 *dest_id = MLX5_GET(destroy_flow_table_in, devx_obj->dinbox,
1814 struct mlx5_ib_flow_matcher *fs_matcher, int *dest_id,
1864 if (!is_flow_dest(devx_obj, dest_id, dest_type))
1884 *dest_id = mqp->rss_qp.tirn;
1886 *dest_id = mqp->raw_packet_qp.rq.tirn;
1929 int dest_id, dest_type = -1, inlen, len, ret, i;
1949 if (get_dests(attrs, fs_matcher, &dest_id, &dest_type, &qp, &flags))
2020 counter_id, cmd_in, inlen, dest_id, dest_type);