Home
last modified time | relevance | path

Searched refs:mt (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_dr.c100 mlx5dr_match_template_destroy(struct mlx5dr_match_template *mt) in mlx5dr_match_template_destroy() argument
102 (void)mt; in mlx5dr_match_template_destroy()
123 struct mlx5dr_match_template *mt[] __rte_unused, in mlx5dr_matcher_create()
H A Dmlx5_dr.h206 int mlx5dr_match_template_destroy(struct mlx5dr_match_template *mt);
225 struct mlx5dr_match_template *mt[],
H A Dmlx5_tx_nompw.c18 MLX5_TXOFF_DECL(mt,
H A Dmlx5_flow_hw.c1432 struct mlx5dr_match_template *mt[MLX5_HW_TBL_MAX_ITEM_TEMPLATE]; in flow_hw_table_create() local
1497 mt[i] = item_templates[i]->mt; in flow_hw_table_create()
1501 (tbl->grp->tbl, mt, nb_item_templates, &matcher_attr); in flow_hw_table_create()
1747 it->mt = mlx5dr_match_template_create(items, attr->relaxed_matching); in flow_hw_pattern_template_create()
1748 if (!it->mt) { in flow_hw_pattern_template_create()
1789 claim_zero(mlx5dr_match_template_destroy(template->mt)); in flow_hw_pattern_template_destroy()
H A Dmlx5_tx.c406 MLX5_TXOFF_INFO(mt,
H A Dmlx5_flow.h1067 struct mlx5dr_match_template *mt; /* mlx5 match template. */ member
H A Dmlx5_tx.h254 MLX5_TXOFF_PRE_DECL(mt);
/dpdk/app/test/
H A Dtest_service_cores.c227 int32_t mt = rte_service_probe_capability(sid, RTE_SERVICE_CAP_MT_SAFE); in service_probe_capability() local
228 TEST_ASSERT_EQUAL(1, mt, "MT SAFE capability flag not set."); in service_probe_capability()
240 mt = rte_service_probe_capability(sid, RTE_SERVICE_CAP_MT_SAFE); in service_probe_capability()
241 TEST_ASSERT_EQUAL(0, mt, "MT SAFE cap flag set on non MT SAFE service"); in service_probe_capability()
H A Dtest_mbuf.c966 struct rte_mbuf *mb, *mt; in test_pktmbuf_free_segment() local
970 mt = mb; in test_pktmbuf_free_segment()
972 rte_pktmbuf_free_seg(mt); in test_pktmbuf_free_segment()