Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_sriov.c48 struct sfc_sriov *sriov = &sa->sriov; in sfc_sriov_attach() local
56 if (sriov->num_vfs == 0) 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()
99 sriov->num_vfs = 0; in sfc_sriov_detach()
107 struct sfc_sriov *sriov = &sa->sriov; in sfc_sriov_vswitch_create() local
113 if (sriov->num_vfs == 0) { in sfc_sriov_vswitch_create()
150 struct sfc_sriov *sriov = &sa->sriov; in sfc_sriov_vswitch_destroy() local
155 if (sriov->num_vfs == 0) in sfc_sriov_vswitch_destroy()
[all …]
H A Dsfc.h233 struct sfc_sriov sriov; member
H A Dsfc_ethdev.c106 dev_info->max_vfs = sa->sriov.num_vfs; in sfc_dev_infos_get()
/f-stack/dpdk/kernel/linux/igb_uio/
H A Dcompat.h48 } *iov = (struct iov *)dev->sriov; in pci_num_vf()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_core.h140 struct rte_eth_dev_sriov sriov; /**< SRIOV data */ member
H A Drte_ethdev.h1792 #define RTE_ETH_DEV_SRIOV(dev) ((dev)->data->sriov)
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_nb_regs.h435 struct al_nb_sriov sriov; /* [0x4600] */ member
/f-stack/dpdk/doc/guides/nics/
H A Dmlx4.rst244 ./mlnxofedinstall --dpdk --upstream-libs --enable-sriov --hypervisor
H A Dfeatures.rst357 * **[implements] rte_eth_dev_data**: ``sriov``.
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c1901 struct rte_eth_dev_sriov *sriov = &RTE_ETH_DEV_SRIOV(dev); in txgbe_get_rx_port_offloads() local
1921 if (hw->mac.type == txgbe_mac_raptor && !sriov->active) in txgbe_get_rx_port_offloads()
H A Dtxgbe_ethdev.c1794 if (dev->data->sriov.active) in txgbe_dev_reset()
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dqat.rst493 ./configure --enable-icp-sriov=host
/f-stack/dpdk/drivers/net/e1000/
H A Digb_ethdev.c1600 if (dev->data->sriov.active) in eth_igb_reset()
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c3552 if (dev->data->sriov.active) in ice_dev_reset()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c3057 if (dev->data->sriov.active) in ixgbe_dev_reset()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c2762 if (dev->data->sriov.active) in i40e_dev_reset()