Lines Matching refs:next_desc_to_proc
495 int next_desc_to_proc; member
527 int next_desc_to_proc; member
707 int rx_desc = rxq->next_desc_to_proc; in mvneta_rxq_next_desc_get()
709 rxq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(rxq, rx_desc); in mvneta_rxq_next_desc_get()
710 prefetch(rxq->descs + rxq->next_desc_to_proc); in mvneta_rxq_next_desc_get()
763 int tx_desc = txq->next_desc_to_proc; in mvneta_txq_next_desc_get()
765 txq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(txq, tx_desc); in mvneta_txq_next_desc_get()
774 if (txq->next_desc_to_proc == 0) in mvneta_txq_desc_put()
775 txq->next_desc_to_proc = txq->last_desc - 1; in mvneta_txq_desc_put()
777 txq->next_desc_to_proc--; in mvneta_txq_desc_put()
2298 rxq->next_desc_to_proc = 0; in mvneta_rxq_deinit()
2378 txq->next_desc_to_proc = 0; in mvneta_txq_deinit()