Searched refs:nb_hwgrp (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_sso.c | 205 for (i = 0; i < nb_hwgrp; i++) in sso_msix_fill() 256 uint16_t nb_hwgrp) in roc_sso_hws_link() argument 266 return nb_hwgrp; in roc_sso_hws_link() 271 uint16_t nb_hwgrp) in roc_sso_hws_unlink() argument 281 return nb_hwgrp; in roc_sso_hws_unlink() 525 roc_sso->nb_hwgrp); in roc_sso_hwgrp_init_xaq_aura() 532 uint16_t nb_hwgrp) in sso_hwgrp_free_xaq_aura() argument 537 if (nb_hwgrp) { in sso_hwgrp_free_xaq_aura() 710 nb_hwgrp); in roc_sso_rsrc_init() 717 roc_sso->nb_hwgrp = nb_hwgrp; in roc_sso_rsrc_init() [all …]
|
| H A D | roc_sso_priv.h | 54 uint32_t xaq_buf_size, uint16_t nb_hwgrp); 56 uint16_t nb_hwgrp); 61 uint16_t nb_hwgrp); 64 uint16_t nb_hwgrp);
|
| H A D | roc_sso.h | 44 uint16_t nb_hwgrp; member 88 uint16_t nb_hwgrp); 102 uint16_t hwgrp[], uint16_t nb_hwgrp); 104 uint16_t hwgrp[], uint16_t nb_hwgrp); 113 uint16_t nb_hwgrp);
|
| H A D | roc_sso_irq.c | 78 uint16_t nb_hws, uint16_t nb_hwgrp) in sso_register_irqs_priv() argument 92 for (i = 0; i < nb_hwgrp; i++) { in sso_register_irqs_priv() 110 for (i = 0; i < nb_hwgrp; i++) { in sso_register_irqs_priv() 152 uint16_t nb_hwgrp) in sso_unregister_irqs_priv() argument 157 for (i = 0; i < nb_hwgrp; i++) in sso_unregister_irqs_priv()
|
| H A D | cnxk_telemetry_sso.c | 28 plt_tel_data_add_dict_int(d, "nb_hwgrp", roc_sso->nb_hwgrp); in cnxk_tel_sso()
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cnxk_eventdev.c | 221 uint16_t nb_hwgrp = 0; in cnxk_sso_restore_links() local 230 hwgrp[nb_hwgrp] = j; in cnxk_sso_restore_links() 231 nb_hwgrp++; in cnxk_sso_restore_links() 234 link_fn(dev, event_dev->data->ports[i], hwgrp, nb_hwgrp); in cnxk_sso_restore_links() 278 roc_sso_hwgrp_free_xaq_aura(&dev->sso, dev->sso.nb_hwgrp); in cnxk_sso_dev_validate() 449 roc_sso_dump(&dev->sso, dev->sso.nb_hws, dev->sso.nb_hwgrp, f); in cnxk_sso_dump()
|