Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 25 of 49) sorted by relevance

12

/f-stack/dpdk/app/test-bbdev/
H A Dtest-bbdev.py67 params.extend(shlex.split(args.eal_params))
69 params.extend(["--"])
72 params.extend(["-n", str(args.num_ops)])
75 params.extend(["-l", str(args.num_lcores)])
78 params.extend(["-c"])
79 params.extend([",".join(args.test_cases)])
82 params.extend(["-i"])
89 call_params.extend(["-v", vector])
90 call_params.extend(["-b", str(burst_size)])
/f-stack/dpdk/doc/guides/nics/
H A Digc.rst39 If extend VLAN is enabled:
50 To start ``testpmd``, add vlan 10 to port, set vlan stripping off on, set extend on, set TPID of
61 testpmd> vlan set extend on 0
/f-stack/dpdk/buildtools/
H A Dcall-sphinx-build.py28 srcfiles.extend([join(root, f) for f in files])
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c3011 extend = -1; in dpaa2_flow_entry_update()
3018 if (extend >= 0) in dpaa2_flow_entry_update()
3021 extend = extend1; in dpaa2_flow_entry_update()
3050 if (extend >= 0) in dpaa2_flow_entry_update()
3053 extend = extend1; in dpaa2_flow_entry_update()
3102 if (extend >= 0) in dpaa2_flow_entry_update()
3126 extend = -1; in dpaa2_flow_entry_update()
3141 if (extend >= 0) in dpaa2_flow_entry_update()
3144 extend = extend1; in dpaa2_flow_entry_update()
3171 if (extend >= 0) in dpaa2_flow_entry_update()
[all …]
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js326 jQuery.extend = jQuery.fn.extend = function() {
390 jQuery.extend({
1207 jQuery.extend({
1676 jQuery.extend({
2051 jQuery.extend({
2422 jQuery.extend({
5607 jQuery.extend({
6257 jQuery.extend({
6527 jQuery.extend({
7171 jQuery.extend({
[all …]
H A Djquery.qtip.js338 $.extend({}, ajax, { context: api })
542 else { option = $.extend({}, option); }
852 posOptions.effect.call(tooltip, this, $.extend({}, position));
954 cache.event = $.extend({}, event);
996 cache.origin = $.extend({}, this.mouse);
1373 callback.originalEvent = (event && $.extend({}, event)) || this.cache.event || NULL;
1567 config = $.extend(TRUE, {}, QTIP.defaults, opts,
1680 opts = sanitizeOptions($.extend(TRUE, {}, options));
1751 api.cache.event = $.extend({}, event);
1996 $.extend(Tip.prototype, {
[all …]
/f-stack/freebsd/sys/
H A Dimgact.h112 ssize_t extend);
/f-stack/freebsd/contrib/openzfs/config/
H A DRules.am3 # should include these rules and override or extend them as needed.
/f-stack/freebsd/contrib/device-tree/Bindings/bus/
H A Drenesas,bsc.yaml24 The bindings for the BSC extend the bindings for "simple-pm-bus".
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvhost_blk.rst8 which used as the backend of Qemu vhost-user-blk device. Users can extend
H A Dintro.rst10 applications, try out the features, and then extend them to fit their needs.
/f-stack/freebsd/mips/conf/
H A DQCA955X_BASE.hints11 # the two new ones (IP2, IP3) to this and extend
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_check_define.m444 # modified version of the Autoconf Macro, you may extend this special
H A Dax_tls.m444 # modified version of the Autoconf Macro, you may extend this special
H A Dax_check_link_flag.m455 # modified version of the Autoconf Macro, you may extend this special
H A Dax_check_compile_flag.m455 # modified version of the Autoconf Macro, you may extend this special
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dste-hrefv60plus.dtsi164 /* SD card detect GPIO pin, extend default state */
/f-stack/dpdk/doc/guides/tools/
H A Dcomp_perf.rst73 ``--extended-input-sz N``: extend file data up to this size (default: no extension)
/f-stack/freebsd/kern/
H A Dkern_exec.c1513 exec_args_adjust_args(struct image_args *args, size_t consume, ssize_t extend) in exec_args_adjust_args() argument
1520 offset = extend - consume; in exec_args_adjust_args()
1523 memmove(args->begin_argv + extend, args->begin_argv + consume, in exec_args_adjust_args()
/f-stack/doc/
H A DF-Stack_Development_Guide.md10 4. Easy to extend with multi-process architecture.
/f-stack/dpdk/usertools/
H A Ddpdk-devbind.py697 new_args.extend(pci_glob(arg))
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst211 * ``--enable-hw-vlan-extend``
213 Enable hardware VLAN extend.
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsnps,dwc-qos-ethernet.txt64 extend the binding with a separate clock-names entry for each of those RX
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dti-aemif.txt92 device wants to extend the strobe period. If
/f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/
H A Domap.txt5 On top of that an omap_device is created to extend the platform_device

12