Searched refs:next_desc_to_proc (Results 1 – 2 of 2) sorted by relevance
433 int next_desc_to_proc; member465 int next_desc_to_proc; member643 int rx_desc = rxq->next_desc_to_proc; in mvneta_rxq_next_desc_get()645 rxq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(rxq, rx_desc); in mvneta_rxq_next_desc_get()646 prefetch(rxq->descs + rxq->next_desc_to_proc); in mvneta_rxq_next_desc_get()699 int tx_desc = txq->next_desc_to_proc; in mvneta_txq_next_desc_get()701 txq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(txq, tx_desc); in mvneta_txq_next_desc_get()710 if (txq->next_desc_to_proc == 0) in mvneta_txq_desc_put()711 txq->next_desc_to_proc = txq->last_desc - 1; in mvneta_txq_desc_put()713 txq->next_desc_to_proc--; in mvneta_txq_desc_put()[all …]
817 int next_desc_to_proc; member840 int next_desc_to_proc; member4092 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()[all …]