Searched refs:next_desc_to_proc (Results 1 – 2 of 2) sorted by relevance
495 int next_desc_to_proc; member527 int next_desc_to_proc; member707 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()[all …]
834 int next_desc_to_proc; member857 int next_desc_to_proc; member4105 int rx_desc = rxq->next_desc_to_proc; in mvpp2_rxq_next_desc_get()4107 rxq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(rxq, rx_desc); in mvpp2_rxq_next_desc_get()4108 prefetch(rxq->descs + rxq->next_desc_to_proc); in mvpp2_rxq_next_desc_get()4160 int tx_desc = txq->next_desc_to_proc; in mvpp2_txq_next_desc_get()4162 txq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(txq, tx_desc); in mvpp2_txq_next_desc_get()4255 if (txq->next_desc_to_proc == 0) in mvpp2_txq_desc_put()4256 txq->next_desc_to_proc = txq->last_desc - 1; in mvpp2_txq_desc_put()4258 txq->next_desc_to_proc--; in mvpp2_txq_desc_put()[all …]