Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h582 #define MVPP2_QUEUE_NEXT_DESC(q, index) \ macro
H A Dmvpp2_main.c2078 rxq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(rxq, rx_desc); in mvpp2_rxq_next_desc_get()
2110 txq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(txq, tx_desc); in mvpp2_txq_next_desc_get()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmvpp2.c503 #define MVPP2_QUEUE_NEXT_DESC(q, index) \ macro
3882 rxq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(rxq, rx_desc); in mvpp2_rxq_next_desc_get()
3941 txq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(txq, tx_desc); in mvpp2_txq_next_desc_get()