MVPP2_AGGR_TXQ_SIZE
if ((aggr_txq->count + num) > MVPP2_AGGR_TXQ_SIZE) {
if ((aggr_txq->count + num) > MVPP2_AGGR_TXQ_SIZE)
MVPP2_AGGR_TXQ_SIZE * MVPP2_DESC_ALIGNED_SIZE,
aggr_txq->last_desc = MVPP2_AGGR_TXQ_SIZE - 1;
MVPP2_AGGR_TXQ_SIZE);
priv->aggr_txqs[i].size = MVPP2_AGGR_TXQ_SIZE;
MVPP2_AGGR_TXQ_SIZE * MVPP2_DESC_ALIGNED_SIZE,