Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmvneta.c227 #define MVNETA_QUEUE_NEXT_DESC(q, index) \ macro
529 rxq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(rxq, rx_desc); in mvneta_rxq_next_desc_get()
555 txq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(txq, tx_desc); in mvneta_txq_next_desc_get()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dmvneta.c263 #define MVNETA_QUEUE_NEXT_DESC(q, index) \ macro
886 rxq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(rxq, rx_desc); in mvneta_rxq_next_desc_get()
946 txq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(txq, tx_desc); in mvneta_txq_next_desc_get()
2018 curr_desc = MVNETA_QUEUE_NEXT_DESC(rxq, curr_desc); in mvneta_rx_refill_queue()