Lines Matching refs:next_desc_to_proc
696 int next_desc_to_proc; member
735 int next_desc_to_proc; member
924 int rx_desc = rxq->next_desc_to_proc; in mvneta_rxq_next_desc_get()
926 rxq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(rxq, rx_desc); in mvneta_rxq_next_desc_get()
927 prefetch(rxq->descs + rxq->next_desc_to_proc); in mvneta_rxq_next_desc_get()
984 int tx_desc = txq->next_desc_to_proc; in mvneta_txq_next_desc_get()
986 txq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(txq, tx_desc); in mvneta_txq_next_desc_get()
995 if (txq->next_desc_to_proc == 0) in mvneta_txq_desc_put()
996 txq->next_desc_to_proc = txq->last_desc - 1; in mvneta_txq_desc_put()
998 txq->next_desc_to_proc--; in mvneta_txq_desc_put()
2164 tx_desc = txq->descs + txq->next_desc_to_proc; in mvneta_xdp_submit_frame()
3519 rxq->next_desc_to_proc = 0; in mvneta_rxq_deinit()
3618 txq->next_desc_to_proc = 0; in mvneta_txq_sw_deinit()
5843 rxq->next_desc_to_proc = 0; in mvneta_resume()
5850 txq->next_desc_to_proc = 0; in mvneta_resume()