Searched refs:pfres_rxq (Results 1 – 1 of 1) sorted by relevance
1975 int pfres_rxq, pfres_txq, pfresq; in cfg_itype_and_nqueues() local1984 pfres_rxq = iaq->nrxq10g * n10g + iaq->nrxq1g * n1g; in cfg_itype_and_nqueues()2012 while (pfres_rxq > max_rxq) { in cfg_itype_and_nqueues()2013 pfresq = pfres_rxq; in cfg_itype_and_nqueues()2017 pfres_rxq -= n10g; in cfg_itype_and_nqueues()2022 pfres_rxq -= n1g; in cfg_itype_and_nqueues()2026 if (pfresq == pfres_rxq) in cfg_itype_and_nqueues()