Searched refs:mt (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_dr.c | 100 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 D | mlx5_dr.h | 206 int mlx5dr_match_template_destroy(struct mlx5dr_match_template *mt); 225 struct mlx5dr_match_template *mt[],
|
| H A D | mlx5_tx_nompw.c | 18 MLX5_TXOFF_DECL(mt,
|
| H A D | mlx5_flow_hw.c | 1432 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 D | mlx5_tx.c | 406 MLX5_TXOFF_INFO(mt,
|
| H A D | mlx5_flow.h | 1067 struct mlx5dr_match_template *mt; /* mlx5 match template. */ member
|
| H A D | mlx5_tx.h | 254 MLX5_TXOFF_PRE_DECL(mt);
|
| /dpdk/app/test/ |
| H A D | test_service_cores.c | 227 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 D | test_mbuf.c | 966 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()
|