Searched refs:sriov (Results 1 – 16 of 16) sorted by relevance
48 struct sfc_sriov *sriov = &sa->sriov; in sfc_sriov_attach() local55 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() local97 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() local118 if (sriov->num_vfs == 0) { in sfc_sriov_vswitch_create()155 struct sfc_sriov *sriov = &sa->sriov; in sfc_sriov_vswitch_destroy() local[all …]
238 struct sfc_sriov sriov; member
105 dev_info->max_vfs = sa->sriov.num_vfs; in sfc_dev_infos_get()
104 struct rte_eth_dev_sriov sriov; /**< SRIOV data */ member
2143 #define RTE_ETH_DEV_SRIOV(dev) ((dev)->data->sriov)
244 ./mlnxofedinstall --dpdk --upstream-libs --enable-sriov --hypervisor
344 * **[implements] rte_eth_dev_data**: ``sriov``.
1662 $ echo ON | tee /sys/class/net/pf0/device/sriov/0/trust1663 $ echo ON | tee /sys/class/net/pf0/device/sriov/1/trust
502 ./configure --enable-icp-sriov=host
1971 struct rte_eth_dev_sriov *sriov = &RTE_ETH_DEV_SRIOV(dev); in txgbe_get_rx_port_offloads() local1990 if (hw->mac.type == txgbe_mac_raptor && !sriov->active) in txgbe_get_rx_port_offloads()
2055 if (dev->data->sriov.active) in txgbe_dev_reset()
1267 if (dev->data->sriov.active) in ngbe_dev_reset()
1583 if (dev->data->sriov.active) in eth_igb_reset()
3673 if (dev->data->sriov.active) in ice_dev_reset()
3075 if (dev->data->sriov.active) in ixgbe_dev_reset()
2708 if (dev->data->sriov.active) in i40e_dev_reset()