| /dpdk/usertools/ |
| H A D | dpdk-devbind.py | 317 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 D | eal_args.include.rst | 214 * ``--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 D | build_dpdk.rst | 157 to force the generation of 32-bit objects and binaries.
|
| /dpdk/app/test-acl/ |
| H A D | test-acl.sh | 62 --force-max-simd-bitwidth=0 --no-pci -- \
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_sec_mgr.h | 89 int fpga_stop_flash_update(struct ifpga_fme_hw *fme, int force);
|
| H A D | opae_hw_api.h | 61 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 D | ifpga_fme_rsu.c | 394 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 D | ifpga_api.c | 247 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 D | opae_hw_api.c | 1015 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 D | rte_pmd_ifpga.h | 213 rte_pmd_ifpga_stop_update(uint16_t dev_id, int force);
|
| H A D | rte_pmd_ifpga.c | 356 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 D | devbind.rst | 50 * ``--force`` 53 routes in the routing table - cannot be modified. Using the ``--force``
|
| /dpdk/doc/guides/howto/ |
| H A D | avx512.rst | 33 ./app/dpdk-testpmd --force-max-simd-bitwidth=512
|
| /dpdk/drivers/net/vdev_netvsc/ |
| H A D | vdev_netvsc.c | 668 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 D | roc_nix_fc.c | 323 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 D | octeontx.rst | 50 #rpm -ivh OCTEONTX-SDK-6.2.0-build35.x86_64.rpm --force --nodeps
|
| /dpdk/drivers/net/igc/base/ |
| H A D | igc_ich8lan.h | 294 s32 igc_disable_ulp_lpt_lp(struct igc_hw *hw, bool force);
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_ich8lan.h | 296 s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force);
|
| H A D | e1000_ich8lan.c | 1260 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 D | cmdline_rdline.c | 158 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 D | vdev_netvsc.rst | 83 - ``force`` [int]
|
| H A D | kni.rst | 57 force bind kernel thread to a core : NO
|
| H A D | txgbe.rst | 106 Toggle behavior to use auto-negotiation mode or force mode to
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 84 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 D | efd_lib.rst | 147 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
|