Lines Matching defs:dest_id
1606 u32 counter_id, void *cmd_in, int inlen, int dest_id, int dest_type)
1638 dst[dst_num++].tir_num = dest_id;
1643 dst[dst_num++].ft_num = dest_id;
1770 static bool is_flow_dest(void *obj, int *dest_id, int *dest_type)
1778 *dest_id = MLX5_GET(general_obj_in_cmd_hdr, devx_obj->dinbox,
1784 *dest_id = MLX5_GET(destroy_flow_table_in, devx_obj->dinbox,
1793 struct mlx5_ib_flow_matcher *fs_matcher, int *dest_id,
1843 if (!is_flow_dest(devx_obj, dest_id, dest_type))
1863 *dest_id = mqp->rss_qp.tirn;
1865 *dest_id = mqp->raw_packet_qp.rq.tirn;
1908 int dest_id, dest_type = -1, inlen, len, ret, i;
1928 if (get_dests(attrs, fs_matcher, &dest_id, &dest_type, &qp, &flags))
1999 counter_id, cmd_in, inlen, dest_id, dest_type);