Home
last modified time | relevance | path

Searched refs:rte_eth_switch_domain_alloc (Results 1 – 14 of 14) sorted by relevance

/dpdk/drivers/net/ipn3ke/
H A Dmeson.build12 # rte_eth_switch_domain_alloc()
H A Dipn3ke_ethdev.c400 ret = rte_eth_switch_domain_alloc(&hw->switch_domain_id); in ipn3ke_hw_init()
/dpdk/lib/ethdev/
H A Dversion.map309 rte_eth_switch_domain_alloc;
H A Dethdev_driver.c736 rte_eth_switch_domain_alloc(uint16_t *domain_id) in rte_eth_switch_domain_alloc() function
H A Dethdev_driver.h1554 rte_eth_switch_domain_alloc(uint16_t *domain_id);
/dpdk/drivers/net/sfc/
H A Dsfc_switch.c231 rc = -rte_eth_switch_domain_alloc(&domain->id); in sfc_mae_assign_switch_domain()
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c382 err = rte_eth_switch_domain_alloc(&priv->domain_id); in mlx5_dev_spawn()
/dpdk/drivers/net/ngbe/
H A Dngbe_pf.c78 ret = rte_eth_switch_domain_alloc(&(*vfinfo)->switch_domain_id); in ngbe_pf_host_init()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c92 ret = rte_eth_switch_domain_alloc(&(*vfinfo)->switch_domain_id); in txgbe_pf_host_init()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c95 ret = rte_eth_switch_domain_alloc(&(*vfinfo)->switch_domain_id); in ixgbe_pf_host_init()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1277 err = rte_eth_switch_domain_alloc(&priv->domain_id); in mlx5_dev_spawn()
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c3388 ret = rte_eth_switch_domain_alloc(&domain_id); in enic_fm_allocate_switch_domain()
/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c5742 rc = rte_eth_switch_domain_alloc(&bp->switch_domain_id); in bnxt_alloc_switch_domain()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c6207 ret = rte_eth_switch_domain_alloc(&pf->switch_domain_id); in i40e_pf_setup()