Home
last modified time | relevance | path

Searched refs:MSIX_VECTOR_INVALID (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_tim_irq.c62 if (msix_offset == MSIX_VECTOR_INVALID) { in tim_register_irq_priv()
97 if (msix_offset == MSIX_VECTOR_INVALID) { in tim_unregister_irq_priv()
H A Droc_sso_irq.c85 if (sso->hws_msix_offset[i] == MSIX_VECTOR_INVALID) { in sso_register_irqs_priv()
93 if (sso->hwgrp_msix_offset[i] == MSIX_VECTOR_INVALID) { in sso_register_irqs_priv()
H A Droc_nix_inl_dev_irq.c115 if (sso_msixoff == MSIX_VECTOR_INVALID || in nix_inl_sso_register_irqs()
116 ssow_msixoff == MSIX_VECTOR_INVALID) { in nix_inl_sso_register_irqs()
313 if (msixoff == MSIX_VECTOR_INVALID) { in nix_inl_nix_register_irqs()
H A Droc_npa_irq.c276 if (lf->npa_msixoff == MSIX_VECTOR_INVALID) { in npa_register_irqs()
H A Droc_nix_irq.c509 if (nix->msixoff == MSIX_VECTOR_INVALID) { in nix_register_irqs()
H A Droc_ree.c497 if (vf->lf_msixoff[i] == MSIX_VECTOR_INVALID) { in roc_ree_err_intr_register()
H A Droc_cpt.c169 if (lf->msixoff == MSIX_VECTOR_INVALID) { in cpt_lf_register_irqs()
H A Droc_mbox.h429 #define MSIX_VECTOR_INVALID 0xFFFF macro