Searched refs:rx_domain (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 314 sh->rx_domain = domain; in mlx5_alloc_shared_dr() 343 mlx5_glue->dr_reclaim_domain_memory(sh->rx_domain, 1); in mlx5_alloc_shared_dr() 357 if (sh->rx_domain) { in mlx5_alloc_shared_dr() 358 mlx5_glue->dr_destroy_domain(sh->rx_domain); in mlx5_alloc_shared_dr() 359 sh->rx_domain = NULL; in mlx5_alloc_shared_dr() 413 if (sh->rx_domain) { in mlx5_os_free_shared_dr() 414 mlx5_glue->dr_destroy_domain(sh->rx_domain); in mlx5_os_free_shared_dr() 415 sh->rx_domain = NULL; in mlx5_os_free_shared_dr()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_devx_cmds.h | 435 int mlx5_devx_cmd_flow_dump(void *fdb_domain, void *rx_domain, void *tx_domain,
|
| H A D | mlx5_devx_cmds.c | 1504 void *rx_domain __rte_unused, in mlx5_devx_cmd_flow_dump() 1515 MLX5_ASSERT(rx_domain); in mlx5_devx_cmd_flow_dump() 1516 ret = mlx5_glue->dr_dump_domain(file, rx_domain); in mlx5_devx_cmd_flow_dump()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5.h | 731 void *rx_domain; /* RX Direct Rules name space handle. */ member
|
| H A D | mlx5_flow_dv.c | 2824 domain = sh->rx_domain; in flow_dv_encap_decap_create_cb() 3076 domain = sh->rx_domain; in flow_dv_push_vlan_create_cb() 4307 ns = sh->rx_domain; in flow_dv_modify_create_cb() 8003 domain = sh->rx_domain; in flow_dv_tbl_create_cb() 8889 domain = sh->rx_domain; in flow_dv_dest_array_create_cb() 9526 (priv->sh->rx_domain, in flow_dv_aso_age_alloc() 12607 if ((domains & MLX5_DOMAIN_BIT_NIC_RX) && priv->sh->rx_domain != NULL) { in flow_dv_sync_domain() 12608 ret = mlx5_glue->dr_sync_domain(priv->sh->rx_domain, in flow_dv_sync_domain()
|
| H A D | mlx5_flow.c | 6897 return mlx5_devx_cmd_flow_dump(sh->fdb_domain, sh->rx_domain, in mlx5_flow_dev_dump()
|