Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 21 of 21) sorted by relevance

/dpdk/lib/graph/
H A Dnode.c263 goto restore; in edge_update()
273 goto restore; in edge_update()
275 restore: in edge_update()
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c799 uint32_t restore; in mlx5_os_net_probe() local
814 restore = spawn.eth_dev->data->dev_flags; in mlx5_os_net_probe()
817 spawn.eth_dev->data->dev_flags |= restore; in mlx5_os_net_probe()
/dpdk/.github/workflows/
H A Dbuild.yml95 restore-keys: |
258 restore-keys: |
/dpdk/drivers/net/bnx2x/
H A Decore_sp.c94 struct ecore_exeq_elem *elem, int restore) in ecore_exe_queue_add() argument
100 if (!restore) { in ecore_exe_queue_add()
1468 int restore, struct in ecore_vlan_mac_get_registry_elem() argument
1476 if (!restore && in ecore_vlan_mac_get_registry_elem()
1527 int restore = ECORE_TEST_BIT(RAMROD_RESTORE, ramrod_flags); in ecore_execute_vlan_mac() local
1553 elem, restore, in ecore_execute_vlan_mac()
1561 if (!restore && in ecore_execute_vlan_mac()
1624 if (!restore && in ecore_execute_vlan_mac()
1645 int restore = ECORE_TEST_BIT(RAMROD_RESTORE, &p->ramrod_flags); in ecore_vlan_mac_push_new_cmd() local
1666 return ecore_exe_queue_add(sc, &o->exe_queue, elem, restore); in ecore_vlan_mac_push_new_cmd()
[all …]
H A Decore_sp.h824 int (*restore)(struct bnx2x_softc *sc, member
/dpdk/doc/guides/vdpadevs/
H A Difc.rst11 report/restore, this driver enables its vDPA functionality.
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.h532 bool restore);
H A Dtxgbe_ethdev.c4870 bool restore) in txgbe_dev_l2_tunnel_filter_add() argument
4877 if (!restore) { in txgbe_dev_l2_tunnel_filter_add()
4916 if (!restore && ret < 0) in txgbe_dev_l2_tunnel_filter_add()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h687 bool restore);
H A Dixgbe_ethdev.c7507 bool restore) in ixgbe_dev_l2_tunnel_filter_add() argument
7515 if (!restore) { in ixgbe_dev_l2_tunnel_filter_add()
7554 if ((!restore) && (ret < 0)) in ixgbe_dev_l2_tunnel_filter_add()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c2251 uint32_t restore; in mlx5_os_pci_probe_pf() local
2261 restore = list[i].eth_dev->data->dev_flags; in mlx5_os_pci_probe_pf()
2287 list[i].eth_dev->data->dev_flags |= restore; in mlx5_os_pci_probe_pf()
/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst232 it is necessary to reboot FreeBSD to restore the original device binding. Before
/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h293 i40e_aq_restore_lldp(struct i40e_hw *hw, u8 *setting, bool restore,
H A Di40e_common.c4586 i40e_aq_restore_lldp(struct i40e_hw *hw, u8 *setting, bool restore, in i40e_aq_restore_lldp() argument
4602 if (restore) in i40e_aq_restore_lldp()
/dpdk/doc/guides/linux_gsg/
H A Dlinux_drivers.rst106 To restore device ``82:00.0`` and ``82:00.1`` to their original kernel binding:
/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst250 alignment for ``rte_crypto_asym_op`` to restore expected ``rte_crypto_op``
H A Drelease_2_2.rst300 Fix this to restore TIPG to default value on non 10 half duplex.
H A Drelease_20_11.rst99 * **Added a generic API to offload tunneled traffic and restore missed packets.**
/dpdk/doc/guides/nics/
H A Di40e.rst514 Delete a GTP profile and restore backup profile:
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst4122 restore the original packet headers. Consider the following sequence:
4149 2 Allow the application to restore the outer header of partially
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1191 and restore all to DPDK i40e driver default config when start up.
1742 Delete a dynamic device personalization profile and restore backup profile::