Searched refs:free_dis (Results 1 – 1 of 1) sorted by relevance
816 unsigned int alloc_dis, free_dis; in rvu_npa_report_show() local829 free_dis = FIELD_GET(GENMASK(15, 0), intr_val); in rvu_npa_report_show()830 if (free_dis & BIT(NPA_INPQ_NIX0_RX)) in rvu_npa_report_show()832 if (free_dis & BIT(NPA_INPQ_NIX0_TX)) in rvu_npa_report_show()834 if (free_dis & BIT(NPA_INPQ_NIX1_RX)) in rvu_npa_report_show()836 if (free_dis & BIT(NPA_INPQ_NIX1_TX)) in rvu_npa_report_show()838 if (free_dis & BIT(NPA_INPQ_SSO)) in rvu_npa_report_show()840 if (free_dis & BIT(NPA_INPQ_TIM)) in rvu_npa_report_show()842 if (free_dis & BIT(NPA_INPQ_DPI)) in rvu_npa_report_show()844 if (free_dis & BIT(NPA_INPQ_AURA_OP)) in rvu_npa_report_show()
Completed in 6 milliseconds