Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.c920 unsigned int alloc_dis, free_dis; in rvu_npa_report_show() local
941 free_dis = FIELD_GET(GENMASK(15, 0), intr_val); in rvu_npa_report_show()
942 if (free_dis & BIT(NPA_INPQ_NIX0_RX)) { in rvu_npa_report_show()
947 if (free_dis & BIT(NPA_INPQ_NIX0_TX)) { in rvu_npa_report_show()
952 if (free_dis & BIT(NPA_INPQ_NIX1_RX)) { in rvu_npa_report_show()
957 if (free_dis & BIT(NPA_INPQ_NIX1_TX)) { in rvu_npa_report_show()
962 if (free_dis & BIT(NPA_INPQ_SSO)) { in rvu_npa_report_show()
967 if (free_dis & BIT(NPA_INPQ_TIM)) { in rvu_npa_report_show()
972 if (free_dis & BIT(NPA_INPQ_DPI)) { in rvu_npa_report_show()
977 if (free_dis & BIT(NPA_INPQ_AURA_OP)) { in rvu_npa_report_show()