Searched refs:nb_hws (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_sso_irq.c | 78 uint16_t nb_hws, uint16_t nb_hwgrp) in sso_register_irqs_priv() argument 84 for (i = 0; i < nb_hws; i++) { in sso_register_irqs_priv() 100 for (i = 0; i < nb_hws; i++) { in sso_register_irqs_priv() 151 struct plt_intr_handle *handle, uint16_t nb_hws, in sso_unregister_irqs_priv() argument 161 for (i = 0; i < nb_hws; i++) in sso_unregister_irqs_priv()
|
| H A D | roc_sso.c | 203 for (i = 0; i < nb_hws; i++) in sso_msix_fill() 670 if (roc_sso->max_hws < nb_hws) in roc_sso_rsrc_init() 674 rc = sso_rsrc_attach(roc_sso, SSO_LF_TYPE_HWS, nb_hws); in roc_sso_rsrc_init() 686 rc = sso_lf_alloc(&sso->dev, SSO_LF_TYPE_HWS, nb_hws, NULL); in roc_sso_rsrc_init() 703 rc = sso_msix_fill(roc_sso, nb_hws, nb_hwgrp); in roc_sso_rsrc_init() 718 roc_sso->nb_hws = nb_hws; in roc_sso_rsrc_init() 724 sso_lf_free(&sso->dev, SSO_LF_TYPE_HWS, nb_hws); in roc_sso_rsrc_init() 739 if (!roc_sso->nb_hws && !roc_sso->nb_hwgrp) in roc_sso_rsrc_fini() 743 roc_sso->nb_hws, roc_sso->nb_hwgrp); in roc_sso_rsrc_fini() 744 sso_lf_free(&sso->dev, SSO_LF_TYPE_HWS, roc_sso->nb_hws); in roc_sso_rsrc_fini() [all …]
|
| H A D | roc_sso.h | 45 uint8_t nb_hws; member 87 int __roc_api roc_sso_rsrc_init(struct roc_sso *roc_sso, uint8_t nb_hws, 116 void __roc_api roc_sso_dump(struct roc_sso *roc_sso, uint8_t nb_hws,
|
| H A D | roc_sso_priv.h | 60 struct plt_intr_handle *handle, uint16_t nb_hws, 63 struct plt_intr_handle *handle, uint16_t nb_hws,
|
| H A D | roc_sso_debug.c | 51 roc_sso_dump(struct roc_sso *roc_sso, uint8_t nb_hws, uint16_t hwgrp, FILE *f) in roc_sso_dump() argument 58 for (i = 0; i < nb_hws; i++) { in roc_sso_dump()
|
| H A D | cnxk_telemetry_sso.c | 27 plt_tel_data_add_dict_int(d, "nb_hws", roc_sso->nb_hws); in cnxk_tel_sso()
|
| H A D | roc_mbox.h | 1278 uint16_t nb_hws; /* Number of HWS to invalidate*/ member
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cnxk_eventdev.c | 449 roc_sso_dump(&dev->sso, dev->sso.nb_hws, dev->sso.nb_hwgrp, f); in cnxk_sso_dump()
|