Lines Matching refs:next_desc_to_proc
817 int next_desc_to_proc; member
840 int next_desc_to_proc; member
4092 int rx_desc = rxq->next_desc_to_proc; in mvpp2_rxq_next_desc_get()
4094 rxq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(rxq, rx_desc); in mvpp2_rxq_next_desc_get()
4095 prefetch(rxq->descs + rxq->next_desc_to_proc); in mvpp2_rxq_next_desc_get()
4147 int tx_desc = txq->next_desc_to_proc; in mvpp2_txq_next_desc_get()
4149 txq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(txq, tx_desc); in mvpp2_txq_next_desc_get()
4242 if (txq->next_desc_to_proc == 0) in mvpp2_txq_desc_put()
4243 txq->next_desc_to_proc = txq->last_desc - 1; in mvpp2_txq_desc_put()
4245 txq->next_desc_to_proc--; in mvpp2_txq_desc_put()
4485 aggr_txq->next_desc_to_proc = mvpp2_read(priv, in mvpp2_aggr_txq_init()
4572 rxq->next_desc_to_proc = 0; in mvpp2_rxq_deinit()
4687 txq->next_desc_to_proc = 0; in mvpp2_txq_deinit()