Lines Matching refs:next_desc_to_proc
834 int next_desc_to_proc; member
857 int next_desc_to_proc; member
4105 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()
4503 aggr_txq->next_desc_to_proc = mvpp2_read(priv, in mvpp2_aggr_txq_init()
4590 rxq->next_desc_to_proc = 0; in mvpp2_rxq_deinit()
4720 txq->next_desc_to_proc = 0; in mvpp2_txq_deinit()