Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmvneta.c295 #define MVNETA_QUEUE_NEXT_DESC(q, index) \ macro
926 rxq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(rxq, rx_desc); in mvneta_rxq_next_desc_get()
986 txq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(txq, tx_desc); in mvneta_txq_next_desc_get()
2063 curr_desc = MVNETA_QUEUE_NEXT_DESC(rxq, curr_desc); in mvneta_rx_refill_queue()

Completed in 16 milliseconds