| /dpdk/drivers/common/dpaax/ |
| H A D | dpaa_of.h | 91 struct dt_file *compatible; member 110 const char *compatible) 113 #define for_each_compatible_node(dev_node, type, compatible) \ argument 114 for (dev_node = of_find_compatible_node(NULL, type, compatible); \ 116 dev_node = of_find_compatible_node(dev_node, type, compatible)) 155 const char *compatible);
|
| H A D | dpaa_of.c | 165 d->compatible = NULL; in linear_dir() 173 if (d->compatible) in linear_dir() 176 d->compatible = f; in linear_dir() 281 check_compatible(const struct dt_file *f, const char *compatible) in check_compatible() argument 288 if (!strcmp(c, compatible)) in check_compatible() 303 const char *compatible) in of_find_compatible_node() argument 315 for (d = next_linear(d); d && (!d->compatible || in of_find_compatible_node() 316 !check_compatible(d->compatible, in of_find_compatible_node() 317 compatible)); in of_find_compatible_node() 538 const char *compatible) in of_device_is_compatible() argument [all …]
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_intel_max10.c | 71 {.compatible = MAX10_PAC,}, 72 {.compatible = MAX10_PAC_N3000,}, 73 {.compatible = MAX10_PAC_END,} 80 for (; strcmp(id->compatible, MAX10_PAC_END); id++) { in max10_match_compatible() 81 if (fdt_node_check_compatible(fdt_root, 0, id->compatible)) in max10_match_compatible() 93 return max10->id && !strcmp(max10->id->compatible, in is_max10_pac_n3000() 105 dev_info(max10, "found %s card\n", max10->id->compatible); in max10_check_capability()
|
| H A D | opae_intel_max10.h | 12 char compatible[128]; member
|
| /dpdk/doc/guides/tools/ |
| H A D | devbind.rst | 99 Network devices using DPDK-compatible driver 114 Network devices using DPDK-compatible driver
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vdpa.rst | 9 virtio ring compatible devices to serve virtio driver directly to enable 59 Here 0000:06:00.3 and 0000:06:00.4 refer to virtio ring compatible devices,
|
| /dpdk/doc/guides/nics/ |
| H A D | enetc.rst | 80 compatible board:
|
| H A D | enetfec.rst | 103 compatible board:
|
| H A D | pfe.rst | 114 compatible board:
|
| H A D | thunderx.rst | 246 Network devices using DPDK-compatible driver
|
| /dpdk/doc/guides/platform/ |
| H A D | dpaa2.rst | 52 compatible board:
|
| H A D | dpaa.rst | 42 compatible board:
|
| H A D | octeontx.rst | 34 OCTEON TX compatible board:
|
| H A D | cnxk.rst | 37 PCI-compatible physical and virtual functions. 171 compatible board:
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 219 The internal tail write coalescing feature was removed as not compatible with 238 * No change, kept ABI v20. DPDK 20.02 is compatible with DPDK 19.11. 248 20.x releases which are ABI compatible.
|
| H A D | release_18_05.rst | 153 Data Path Acceleration. It supports virtio ring compatible devices to serve 160 compatible with virtio 0.95 and 1.0. This driver registers the ifcvf vDPA driver 531 * **pdump is not compatible with old applications.**
|
| H A D | release_18_02.rst | 55 * Changed driver name to use the PCI address to be compatible with OVS-DPDK APIs.
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | ifc.rst | 8 Intel FPGA 100G VF (IFCVF). IFCVF's datapath is virtio ring compatible, it
|
| /dpdk/doc/guides/contributing/ |
| H A D | abi_policy.rst | 98 Minor versions are incremented to indicate the release of a new ABI compatible 100 be that ``librte_eal.so.21.1`` would indicate the first ABI compatible DPDK
|
| /dpdk/doc/guides/gpus/ |
| H A D | cuda.rst | 159 allows compatible network cards (e.g. Mellanox) to directly send and receive packets
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | acc100.rst | 89 The physical and virtual functions are compatible with Linux UIO drivers:
|
| H A D | fpga_5gnr_fec.rst | 74 The physical and virtual functions are compatible with Linux UIO drivers:
|
| H A D | fpga_lte_fec.rst | 73 The physical and virtual functions are compatible with Linux UIO drivers:
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | trace_lib.rst | 46 trace format and is compatible with ``LTTng``.
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | linux_drivers.rst | 77 Network devices using DPDK-compatible driver
|