Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 39) sorted by relevance

12

/dpdk/usertools/
H A Ddpdk-devbind.py317 def unbind_one(dev_id, force): argument
326 if dev["Ssh_if"] and not force:
342 def bind_one(dev_id, driver, force): argument
349 if dev["Ssh_if"] and not force:
361 unbind_one(dev_id, force)
449 def unbind_all(dev_list, force=False): argument
466 unbind_one(d, force)
469 def bind_all(dev_list, driver, force=False): argument
496 bind_one(d, driver, force)
515 unbind_one(d, force)
[all …]
/dpdk/doc/guides/linux_gsg/
H A Deal_args.include.rst214 * ``--force-max-simd-bitwidth=<val>``:
220 --force-max-simd-bitwidth=512
224 --force-max-simd-bitwidth=64
228 --force-max-simd-bitwidth=0
H A Dbuild_dpdk.rst157 to force the generation of 32-bit objects and binaries.
/dpdk/app/test-acl/
H A Dtest-acl.sh62 --force-max-simd-bitwidth=0 --no-pci -- \
/dpdk/drivers/raw/ifpga/base/
H A Difpga_sec_mgr.h89 int fpga_stop_flash_update(struct ifpga_fme_hw *fme, int force);
H A Dopae_hw_api.h61 int (*stop_flash_update)(struct opae_manager *mgr, int force);
367 int opae_mgr_stop_flash_update(struct opae_manager *mgr, int force);
H A Difpga_fme_rsu.c394 int fpga_stop_flash_update(struct ifpga_fme_hw *fme, int force) in fpga_stop_flash_update() argument
413 if (force) { in fpga_stop_flash_update()
H A Difpga_api.c247 static int ifpga_mgr_stop_flash_update(struct opae_manager *mgr, int force) in ifpga_mgr_stop_flash_update() argument
251 return fpga_stop_flash_update(fme, force); in ifpga_mgr_stop_flash_update()
H A Dopae_hw_api.c1015 int opae_mgr_stop_flash_update(struct opae_manager *mgr, int force) in opae_mgr_stop_flash_update() argument
1021 return mgr->ops->stop_flash_update(mgr, force); in opae_mgr_stop_flash_update()
/dpdk/drivers/raw/ifpga/
H A Drte_pmd_ifpga.h213 rte_pmd_ifpga_stop_update(uint16_t dev_id, int force);
H A Drte_pmd_ifpga.c356 rte_pmd_ifpga_stop_update(uint16_t dev_id, int force) in rte_pmd_ifpga_stop_update() argument
364 return opae_mgr_stop_flash_update(adapter->mgr, force); in rte_pmd_ifpga_stop_update()
/dpdk/doc/guides/tools/
H A Ddevbind.rst50 * ``--force``
53 routes in the routing table - cannot be modified. Using the ``--force``
/dpdk/doc/guides/howto/
H A Davx512.rst33 ./app/dpdk-testpmd --force-max-simd-bitwidth=512
/dpdk/drivers/net/vdev_netvsc/
H A Dvdev_netvsc.c668 int force = 0; in vdev_netvsc_vdev_probe() local
683 force = !!atoi(pair->value); in vdev_netvsc_vdev_probe()
703 if (!force) { in vdev_netvsc_vdev_probe()
/dpdk/drivers/common/cnxk/
H A Droc_nix_fc.c323 uint8_t force) in rox_nix_fc_npa_bp_cfg() argument
366 !force) { in rox_nix_fc_npa_bp_cfg()
/dpdk/doc/guides/compressdevs/
H A Docteontx.rst50 #rpm -ivh OCTEONTX-SDK-6.2.0-build35.x86_64.rpm --force --nodeps
/dpdk/drivers/net/igc/base/
H A Digc_ich8lan.h294 s32 igc_disable_ulp_lpt_lp(struct igc_hw *hw, bool force);
/dpdk/drivers/net/e1000/base/
H A De1000_ich8lan.h296 s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force);
H A De1000_ich8lan.c1260 s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force) in e1000_disable_ulp_lpt_lp() argument
1277 if (force) { in e1000_disable_ulp_lpt_lp()
1299 if (force) { in e1000_disable_ulp_lpt_lp()
1341 if (force) in e1000_disable_ulp_lpt_lp()
1384 if ((phy_reg & I218_ULP_CONFIG1_IND) || force) { in e1000_disable_ulp_lpt_lp()
1404 if (!force) { in e1000_disable_ulp_lpt_lp()
1434 if (force) { in e1000_disable_ulp_lpt_lp()
/dpdk/lib/cmdline/
H A Dcmdline_rdline.c158 display_right_buffer(struct rdline *rdl, int force) in display_right_buffer() argument
163 if (!force && CIRBUF_IS_EMPTY(&rdl->right)) in display_right_buffer()
/dpdk/doc/guides/nics/
H A Dvdev_netvsc.rst83 - ``force`` [int]
H A Dkni.rst57 force bind kernel thread to a core : NO
H A Dtxgbe.rst106 Toggle behavior to use auto-negotiation mode or force mode to
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst84 buffers to be dequeue, this flag should be enabled to force only linear
348 side which will force memory to be allocated when mmap at vhost side;
351 For async data path, we force the VM memory to be pre-allocated at vhost
H A Defd_lib.rst147 for the library), then, for each small group, a brute force search to find
347 The insert function will brute force search for all possible values for the
397 the brute force search for the perfect hash terminates with a valid hash

12