Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h465 #define MVPP2_QUEUE_NEXT_DESC(q, index) \ macro
Dmvpp2_main.c1583 rxq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(rxq, rx_desc); in mvpp2_rxq_next_desc_get()
1615 txq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(txq, tx_desc); in mvpp2_txq_next_desc_get()