Searched refs:pfres_txq (Results 1 – 1 of 1) sorted by relevance
1975 int pfres_rxq, pfres_txq, pfresq; in cfg_itype_and_nqueues() local1985 pfres_txq = iaq->ntxq10g * n10g + iaq->ntxq1g * n1g; in cfg_itype_and_nqueues()2032 while (pfres_txq > max_txq) { in cfg_itype_and_nqueues()2033 pfresq = pfres_txq; in cfg_itype_and_nqueues()2037 pfres_txq -= n10g; in cfg_itype_and_nqueues()2042 pfres_txq -= n1g; in cfg_itype_and_nqueues()2046 if (pfresq == pfres_txq) in cfg_itype_and_nqueues()