Searched refs:strings (Results 1 – 18 of 18) sorted by relevance
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_ethdev_os.c | 1592 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 D | dpdk-devbind.py | 523 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 D | coff.py | 119 strings = Image._parse_strings(data[strings_offset:]) 125 self._strings = strings
|
| /dpdk/doc/guides/tools/ |
| H A D | pmdinfo.rst | 22 -r, --raw Dump as raw json strings
|
| /dpdk/devtools/ |
| H A D | libabigail.abignore | 15 ; Ignore generated PMD information strings
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | cmd_line.rst | 103 * String Token: Match a static string, a list of static strings or any string.
|
| H A D | vm_power_management.rst | 641 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 D | meson.build | 122 # get dependency objs from strings
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | poll_mode_drv.rst | 411 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 D | rte_flow.rst | 863 Example pattern looking for several strings at various offsets of a UDP
|
| /dpdk/config/ |
| H A D | meson.build | 267 '-Wwrite-strings',
|
| /dpdk/doc/guides/nics/ |
| H A D | mlx4.rst | 111 strings)
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_02.rst | 150 PMD information strings were added for Windows as well as for other OS.
|
| H A D | release_19_05.rst | 119 macros, functions, structs and any other strings in the code.
|
| H A D | release_18_11.rst | 248 policies to be submitted via a FIFO using JSON formatted strings. Previously
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_fm_flow.c | 2067 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 D | documentation.rst | 626 …The strings should be a pci address like ``0000:01:00.0`` or **virtual** device name like ``net_pc…
|
| H A D | coding_style.rst | 925 dependencies should be specified as strings, each one giving the name of
|