Home
last modified time | relevance | path

Searched refs:MVPP2_AGGR_TXQ_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2161 if ((aggr_txq->count + num) > MVPP2_AGGR_TXQ_SIZE) { in mvpp2_aggr_desc_num_check()
2170 if ((aggr_txq->count + num) > MVPP2_AGGR_TXQ_SIZE) in mvpp2_aggr_desc_num_check()
2562 MVPP2_AGGR_TXQ_SIZE * MVPP2_DESC_ALIGNED_SIZE, in mvpp2_aggr_txq_init()
2567 aggr_txq->last_desc = MVPP2_AGGR_TXQ_SIZE - 1; in mvpp2_aggr_txq_init()
2584 MVPP2_AGGR_TXQ_SIZE); in mvpp2_aggr_txq_init()
6827 priv->aggr_txqs[i].size = MVPP2_AGGR_TXQ_SIZE; in mvpp2_init()
7140 MVPP2_AGGR_TXQ_SIZE * MVPP2_DESC_ALIGNED_SIZE, in mvpp2_remove()
H A Dmvpp2.h723 #define MVPP2_AGGR_TXQ_SIZE 256 macro
/kernel/linux/linux-6.6/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()
7369 priv->aggr_txqs[i].size = MVPP2_AGGR_TXQ_SIZE; in mvpp2_init()
7722 MVPP2_AGGR_TXQ_SIZE * MVPP2_DESC_ALIGNED_SIZE, in mvpp2_remove()
H A Dmvpp2.h748 #define MVPP2_AGGR_TXQ_SIZE 256 macro

Completed in 25 milliseconds