Searched refs:fdb_domain (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 569 sh->fdb_domain = domain; in mlx5_alloc_shared_dr() 592 if (sh->fdb_domain) in mlx5_alloc_shared_dr() 593 mlx5_glue->dr_reclaim_domain_memory(sh->fdb_domain, 1); in mlx5_alloc_shared_dr() 602 if (sh->fdb_domain) in mlx5_alloc_shared_dr() 603 mlx5_glue->dr_allow_duplicate_rules(sh->fdb_domain, 0); in mlx5_alloc_shared_dr() 624 if (sh->fdb_domain) { in mlx5_alloc_shared_dr() 625 mlx5_glue->dr_destroy_domain(sh->fdb_domain); in mlx5_alloc_shared_dr() 626 sh->fdb_domain = NULL; in mlx5_alloc_shared_dr() 698 if (sh->fdb_domain) { in mlx5_os_free_shared_dr() 699 mlx5_glue->dr_destroy_domain(sh->fdb_domain); in mlx5_os_free_shared_dr() [all …]
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_devx_cmds.h | 639 int mlx5_devx_cmd_flow_dump(void *fdb_domain, void *rx_domain, void *tx_domain,
|
| H A D | mlx5_devx_cmds.c | 1860 mlx5_devx_cmd_flow_dump(void *fdb_domain __rte_unused, in mlx5_devx_cmd_flow_dump() 1867 if (fdb_domain) { in mlx5_devx_cmd_flow_dump() 1868 ret = mlx5_glue->dr_dump_domain(file, fdb_domain); in mlx5_devx_cmd_flow_dump()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5.h | 1212 void *fdb_domain; /* FDB Direct Rules name space handle. */ member
|
| H A D | mlx5_flow_dv.c | 3620 domain = sh->fdb_domain; in flow_dv_encap_decap_create_cb() 3825 ret = mlx5_flow_os_create_flow_action_dest_port(sh->fdb_domain, in flow_dv_port_id_create_cb() 3943 domain = sh->fdb_domain; in flow_dv_push_vlan_create_cb() 5496 ns = sh->fdb_domain; in flow_dv_modify_create_cb() 10536 domain = sh->fdb_domain; in flow_dv_tbl_create_cb() 11618 domain = sh->fdb_domain; in flow_dv_dest_array_create_cb() 18375 if ((domains & MLX5_DOMAIN_BIT_FDB) && priv->sh->fdb_domain != NULL) { in flow_dv_sync_domain() 18376 ret = mlx5_os_flow_dr_sync_domain(priv->sh->fdb_domain, flags); in flow_dv_sync_domain()
|
| H A D | mlx5_flow.c | 9551 return mlx5_devx_cmd_flow_dump(sh->fdb_domain, in mlx5_flow_dev_dump()
|