Lines Matching refs:next_desc_to_proc
433 int next_desc_to_proc; member
465 int next_desc_to_proc; member
643 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()
2278 rxq->next_desc_to_proc = 0; in mvneta_rxq_deinit()
2358 txq->next_desc_to_proc = 0; in mvneta_txq_deinit()