Searched refs:nb_groups (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | idxd_pci.c | 129 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 D | dpdk_idxd_cfg.py | 43 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 D | rte_regexdev.c | 247 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 D | rte_regexdev.h | 700 uint16_t nb_groups; member
|
| /f-stack/dpdk/app/test-regex/ |
| H A D | main.c | 176 .nb_groups = 1, in init_port()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | regexdev.rst | 93 uint16_t nb_groups;
|