Home
last modified time | relevance | path

Searched refs:compatible (Results 1 – 25 of 36) sorted by relevance

12

/dpdk/drivers/common/dpaax/
H A Ddpaa_of.h91 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 Ddpaa_of.c165 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 Dopae_intel_max10.c71 {.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 Dopae_intel_max10.h12 char compatible[128]; member
/dpdk/doc/guides/tools/
H A Ddevbind.rst99 Network devices using DPDK-compatible driver
114 Network devices using DPDK-compatible driver
/dpdk/doc/guides/sample_app_ug/
H A Dvdpa.rst9 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 Denetc.rst80 compatible board:
H A Denetfec.rst103 compatible board:
H A Dpfe.rst114 compatible board:
H A Dthunderx.rst246 Network devices using DPDK-compatible driver
/dpdk/doc/guides/platform/
H A Ddpaa2.rst52 compatible board:
H A Ddpaa.rst42 compatible board:
H A Docteontx.rst34 OCTEON TX compatible board:
H A Dcnxk.rst37 PCI-compatible physical and virtual functions.
171 compatible board:
/dpdk/doc/guides/rel_notes/
H A Drelease_20_02.rst219 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 Drelease_18_05.rst153 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 Drelease_18_02.rst55 * Changed driver name to use the PCI address to be compatible with OVS-DPDK APIs.
/dpdk/doc/guides/vdpadevs/
H A Difc.rst8 Intel FPGA 100G VF (IFCVF). IFCVF's datapath is virtio ring compatible, it
/dpdk/doc/guides/contributing/
H A Dabi_policy.rst98 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 Dcuda.rst159 allows compatible network cards (e.g. Mellanox) to directly send and receive packets
/dpdk/doc/guides/bbdevs/
H A Dacc100.rst89 The physical and virtual functions are compatible with Linux UIO drivers:
H A Dfpga_5gnr_fec.rst74 The physical and virtual functions are compatible with Linux UIO drivers:
H A Dfpga_lte_fec.rst73 The physical and virtual functions are compatible with Linux UIO drivers:
/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst46 trace format and is compatible with ``LTTng``.
/dpdk/doc/guides/linux_gsg/
H A Dlinux_drivers.rst77 Network devices using DPDK-compatible driver

12