Home
last modified time | relevance | path

Searched refs:nb_groups (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/raw/ioat/
H A Didxd_pci.c129 uint8_t nb_groups, nb_engines, nb_wqs; in init_pci_device() local
164 nb_groups = (uint8_t)pci->regs->grpcap; in init_pci_device()
172 nb_groups, nb_engines, nb_wqs); in init_pci_device()
175 for (i = 0; i < nb_groups; i++) { in init_pci_device()
183 if (nb_groups > nb_engines) in init_pci_device()
184 nb_groups = nb_engines; in init_pci_device()
185 if (nb_groups < nb_engines) in init_pci_device()
186 nb_engines = nb_groups; in init_pci_device()
191 i, i % nb_groups); in init_pci_device()
202 i, i % nb_groups); in init_pci_device()
[all …]
H A Ddpdk_idxd_cfg.py43 nb_groups = min(max_engines, max_groups)
44 for grp in range(nb_groups):
54 wq_dir.write_values({"group_id": q % nb_groups,
/f-stack/dpdk/lib/librte_regexdev/
H A Drte_regexdev.c247 if (cfg->nb_groups == 0) { in rte_regexdev_configure()
252 if (cfg->nb_groups > dev_info.max_groups) { in rte_regexdev_configure()
254 dev_id, cfg->nb_groups, dev_info.max_groups); in rte_regexdev_configure()
H A Drte_regexdev.h700 uint16_t nb_groups; member
/f-stack/dpdk/app/test-regex/
H A Dmain.c176 .nb_groups = 1, in init_port()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dregexdev.rst93 uint16_t nb_groups;