Home
last modified time | relevance | path

Searched refs:RTE_ETH_DEV_REPRESENTOR (Results 1 – 16 of 16) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_class_eth.c72 if ((data->dev_flags & RTE_ETH_DEV_REPRESENTOR) == 0) in eth_representor_cmp()
129 if ((edev->data->dev_flags & RTE_ETH_DEV_REPRESENTOR) != 0) in eth_dev_match()
H A Drte_ethdev.h1814 #define RTE_ETH_DEV_REPRESENTOR 0x0010 macro
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_vf_representor.c198 ethdev->data->dev_flags |= RTE_ETH_DEV_REPRESENTOR; in ixgbe_vf_representor_init()
H A Dixgbe_ethdev.c1774 if (ethdev->data->dev_flags & RTE_ETH_DEV_REPRESENTOR) in eth_ixgbe_pci_remove()
/f-stack/dpdk/drivers/net/enic/
H A Denic.h256 return !!(enic->rte_dev->data->dev_flags & RTE_ETH_DEV_REPRESENTOR); in enic_is_vf_rep()
H A Denic_vf_representor.c675 eth_dev->data->dev_flags |= RTE_ETH_DEV_REPRESENTOR | in enic_vf_representor_init()
H A Denic_fm_flow.c1209 if (!(src_enic->rte_dev->data->dev_flags & RTE_ETH_DEV_REPRESENTOR)) { in vf_egress_port_id_action()
1216 if (!(dst_dev->data->dev_flags & RTE_ETH_DEV_REPRESENTOR)) { in vf_egress_port_id_action()
2978 if (dev->data->dev_flags & RTE_ETH_DEV_REPRESENTOR) in enic_fm_allocate_switch_domain()
H A Denic_ethdev.c1363 if (ethdev->data->dev_flags & RTE_ETH_DEV_REPRESENTOR) in eth_enic_pci_remove()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c511 ethdev->data->dev_flags |= RTE_ETH_DEV_REPRESENTOR | in i40e_vf_representor_init()
H A Di40e_ethdev.c691 if (ethdev->data->dev_flags & RTE_ETH_DEV_REPRESENTOR) in eth_i40e_pci_remove()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt.h919 ((eth_dev)->data->dev_flags & RTE_ETH_DEV_REPRESENTOR)
H A Dbnxt_reps.c187 eth_dev->data->dev_flags |= RTE_ETH_DEV_REPRESENTOR | in bnxt_representor_init()
H A Dbnxt_ethdev.c5749 if (eth_dev->data->dev_flags & RTE_ETH_DEV_REPRESENTOR) in bnxt_pci_remove()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst75 structure for the RTE_ETH_DEV_REPRESENTOR bit-field.
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_representor.c2969 ethdev->data->dev_flags |= RTE_ETH_DEV_REPRESENTOR | in ipn3ke_rpst_init()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1364 eth_dev->data->dev_flags |= RTE_ETH_DEV_REPRESENTOR; in mlx5_dev_spawn()