Home
last modified time | relevance | path

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

/openbsd/sys/dev/fdt/
H A Dif_mvpp.c1733 free += MVPP2_AGGR_TXQ_SIZE; in mvpp2_start()
1781 current = (current + 1) % MVPP2_AGGR_TXQ_SIZE; in mvpp2_start()
2130 KASSERT(idx < MVPP2_AGGR_TXQ_SIZE); in mvpp2_txq_proc()
2142 aggr_txq->cons = (aggr_txq->cons + 1) % MVPP2_AGGR_TXQ_SIZE; in mvpp2_txq_proc()
2327 MVPP2_AGGR_TXQ_SIZE * sizeof(struct mvpp2_tx_desc), 32); in mvpp2_aggr_txq_hw_init()
2331 txq->buf = mallocarray(MVPP2_AGGR_TXQ_SIZE, sizeof(struct mvpp2_buf), in mvpp2_aggr_txq_hw_init()
2334 for (i = 0; i < MVPP2_AGGR_TXQ_SIZE; i++) { in mvpp2_aggr_txq_hw_init()
2348 MVPP2_AGGR_TXQ_SIZE); in mvpp2_aggr_txq_hw_init()
H A Dif_mvppreg.h672 #define MVPP2_AGGR_TXQ_SIZE 256 macro