Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 18 of 18) sorted by relevance

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_ethdev_os.c1592 if (!strings) { in mlx5_os_stats_init()
1597 strings->cmd = ETHTOOL_GSTRINGS; in mlx5_os_stats_init()
1598 strings->string_set = ETH_SS_STATS; in mlx5_os_stats_init()
1599 strings->len = dev_stats_n; in mlx5_os_stats_init()
1600 ifr.ifr_data = (caddr_t)strings; in mlx5_os_stats_init()
1646 mlx5_free(strings); in mlx5_os_stats_init()
1740 if (!strings) { in mlx5_get_flag_dropless_rq()
1747 strings->cmd = ETHTOOL_GSTRINGS; in mlx5_get_flag_dropless_rq()
1749 strings->len = len; in mlx5_get_flag_dropless_rq()
1750 ifr.ifr_data = (caddr_t)strings; in mlx5_get_flag_dropless_rq()
[all …]
/dpdk/usertools/
H A Ddpdk-devbind.py523 strings = [] # this holds the strings to print. We sort before printing
527 strings.append("<none>")
531 strings.append("%s '%s %s' %s" % (dev["Slot"],
536 strings.append("%s '%s'" % (dev["Slot"], dev["Device_str"]))
538 strings.sort()
539 print("\n".join(strings)) # print one per line
/dpdk/buildtools/
H A Dcoff.py119 strings = Image._parse_strings(data[strings_offset:])
125 self._strings = strings
/dpdk/doc/guides/tools/
H A Dpmdinfo.rst22 -r, --raw Dump as raw json strings
/dpdk/devtools/
H A Dlibabigail.abignore15 ; Ignore generated PMD information strings
/dpdk/doc/guides/sample_app_ug/
H A Dcmd_line.rst103 * String Token: Match a static string, a list of static strings or any string.
H A Dvm_power_management.rst641 strings, arrays, and so on. See :ref:`json_interface_ex`
810 array of strings
812 An array with a list of MAC address strings.
/dpdk/drivers/
H A Dmeson.build122 # get dependency objs from strings
/dpdk/doc/guides/prog_guide/
H A Dpoll_mode_drv.rst411 A naming scheme exists for the strings exposed to clients of the API. This is
413 strings split by a single underscore ``_``. The scheme is as follows:
421 Examples of common statistics xstats strings, formatted to comply to the scheme
429 information from the statistic strings. The following example illustrates the
H A Drte_flow.rst863 Example pattern looking for several strings at various offsets of a UDP
/dpdk/config/
H A Dmeson.build267 '-Wwrite-strings',
/dpdk/doc/guides/nics/
H A Dmlx4.rst111 strings)
/dpdk/doc/guides/rel_notes/
H A Drelease_21_02.rst150 PMD information strings were added for Windows as well as for other OS.
H A Drelease_19_05.rst119 macros, functions, structs and any other strings in the code.
H A Drelease_18_11.rst248 policies to be submitted via a FIFO using JSON formatted strings. Previously
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c2067 bits_to_str(uint32_t bits, const char *strings[], int max, in bits_to_str() argument
2074 n = snprintf(buf, buf_len, "%s,", strings[i]); in bits_to_str()
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst626 …The strings should be a pci address like ``0000:01:00.0`` or **virtual** device name like ``net_pc…
H A Dcoding_style.rst925 dependencies should be specified as strings, each one giving the name of