Searched refs:fdb_domain (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 332 sh->fdb_domain = domain; in mlx5_alloc_shared_dr() 345 if (sh->fdb_domain) in mlx5_alloc_shared_dr() 346 mlx5_glue->dr_reclaim_domain_memory(sh->fdb_domain, 1); in mlx5_alloc_shared_dr() 365 if (sh->fdb_domain) { in mlx5_alloc_shared_dr() 366 mlx5_glue->dr_destroy_domain(sh->fdb_domain); in mlx5_alloc_shared_dr() 367 sh->fdb_domain = NULL; in mlx5_alloc_shared_dr() 422 if (sh->fdb_domain) { in mlx5_os_free_shared_dr() 423 mlx5_glue->dr_destroy_domain(sh->fdb_domain); in mlx5_os_free_shared_dr() 424 sh->fdb_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 | 1503 mlx5_devx_cmd_flow_dump(void *fdb_domain __rte_unused, in mlx5_devx_cmd_flow_dump() 1510 if (fdb_domain) { in mlx5_devx_cmd_flow_dump() 1511 ret = mlx5_glue->dr_dump_domain(file, fdb_domain); in mlx5_devx_cmd_flow_dump()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5.h | 730 void *fdb_domain; /* FDB Direct Rules name space handle. */ member
|
| H A D | mlx5_flow_dv.c | 2822 domain = sh->fdb_domain; in flow_dv_encap_decap_create_cb() 2987 ret = mlx5_flow_os_create_flow_action_dest_port(sh->fdb_domain, in flow_dv_port_id_create_cb() 3074 domain = sh->fdb_domain; in flow_dv_push_vlan_create_cb() 4303 ns = sh->fdb_domain; in flow_dv_modify_create_cb() 7999 domain = sh->fdb_domain; in flow_dv_tbl_create_cb() 8887 domain = sh->fdb_domain; in flow_dv_dest_array_create_cb() 12618 if ((domains & MLX5_DOMAIN_BIT_FDB) && priv->sh->fdb_domain != NULL) { in flow_dv_sync_domain() 12619 ret = mlx5_glue->dr_sync_domain(priv->sh->fdb_domain, flags); 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()
|