Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2492 if ((aggr_txq->count + num) > MVPP2_AGGR_TXQ_SIZE) { in mvpp2_aggr_desc_num_check()
2501 if ((aggr_txq->count + num) > MVPP2_AGGR_TXQ_SIZE) in mvpp2_aggr_desc_num_check()
2915 MVPP2_AGGR_TXQ_SIZE * MVPP2_DESC_ALIGNED_SIZE, in mvpp2_aggr_txq_init()
2920 aggr_txq->last_desc = MVPP2_AGGR_TXQ_SIZE - 1; in mvpp2_aggr_txq_init()
2937 MVPP2_AGGR_TXQ_SIZE); in mvpp2_aggr_txq_init()
7372 priv->aggr_txqs[i].size = MVPP2_AGGR_TXQ_SIZE; in mvpp2_init()
7725 MVPP2_AGGR_TXQ_SIZE * MVPP2_DESC_ALIGNED_SIZE, in mvpp2_remove()
H A Dmvpp2.h748 #define MVPP2_AGGR_TXQ_SIZE 256 macro
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c612 #define MVPP2_AGGR_TXQ_SIZE 16 macro
5017 priv->aggr_txqs[i].size = MVPP2_AGGR_TXQ_SIZE; in mvpp2_init()
5019 MVPP2_AGGR_TXQ_SIZE, i, priv); in mvpp2_init()
5356 size += MVPP2_AGGR_TXQ_SIZE * MVPP2_DESC_ALIGNED_SIZE; in mvpp2_base_probe()