Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_sriov.c48 struct sfc_sriov *sriov = &sa->sriov; in sfc_sriov_attach() local
55 sriov->num_vfs = pci_dev->max_vfs; in sfc_sriov_attach()
86 sriov->num_vfs = 0; in sfc_sriov_attach()
93 struct sfc_sriov *sriov = &sa->sriov; in sfc_sriov_detach() local
97 free(sriov->vport_config); in sfc_sriov_detach()
98 sriov->vport_config = NULL; in sfc_sriov_detach()
99 sriov->num_vfs = 0; in sfc_sriov_detach()
107 struct sfc_sriov *sriov = &sa->sriov; in sfc_sriov_vswitch_create() local
118 if (sriov->num_vfs == 0) { in sfc_sriov_vswitch_create()
155 struct sfc_sriov *sriov = &sa->sriov; in sfc_sriov_vswitch_destroy() local
[all …]
H A Dsfc.h238 struct sfc_sriov sriov; member
H A Dsfc_ethdev.c105 dev_info->max_vfs = sa->sriov.num_vfs; in sfc_dev_infos_get()
/dpdk/lib/ethdev/
H A Dethdev_driver.h104 struct rte_eth_dev_sriov sriov; /**< SRIOV data */ member
H A Drte_ethdev.h2143 #define RTE_ETH_DEV_SRIOV(dev) ((dev)->data->sriov)
/dpdk/doc/guides/nics/
H A Dmlx4.rst244 ./mlnxofedinstall --dpdk --upstream-libs --enable-sriov --hypervisor
H A Dfeatures.rst344 * **[implements] rte_eth_dev_data**: ``sriov``.
H A Dmlx5.rst1662 $ echo ON | tee /sys/class/net/pf0/device/sriov/0/trust
1663 $ echo ON | tee /sys/class/net/pf0/device/sriov/1/trust
/dpdk/doc/guides/cryptodevs/
H A Dqat.rst502 ./configure --enable-icp-sriov=host
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c1971 struct rte_eth_dev_sriov *sriov = &RTE_ETH_DEV_SRIOV(dev); in txgbe_get_rx_port_offloads() local
1990 if (hw->mac.type == txgbe_mac_raptor && !sriov->active) in txgbe_get_rx_port_offloads()
H A Dtxgbe_ethdev.c2055 if (dev->data->sriov.active) in txgbe_dev_reset()
/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.c1267 if (dev->data->sriov.active) in ngbe_dev_reset()
/dpdk/drivers/net/e1000/
H A Digb_ethdev.c1583 if (dev->data->sriov.active) in eth_igb_reset()
/dpdk/drivers/net/ice/
H A Dice_ethdev.c3673 if (dev->data->sriov.active) in ice_dev_reset()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c3075 if (dev->data->sriov.active) in ixgbe_dev_reset()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c2708 if (dev->data->sriov.active) in i40e_dev_reset()