Searched refs:next_desc_to_proc (Results 1 – 3 of 3) sorted by relevance
659 int next_desc_to_proc; member698 int next_desc_to_proc; member887 int rx_desc = rxq->next_desc_to_proc; in mvneta_rxq_next_desc_get()947 int tx_desc = txq->next_desc_to_proc; in mvneta_txq_next_desc_get()958 if (txq->next_desc_to_proc == 0) in mvneta_txq_desc_put()959 txq->next_desc_to_proc = txq->last_desc - 1; in mvneta_txq_desc_put()961 txq->next_desc_to_proc--; in mvneta_txq_desc_put()3383 rxq->next_desc_to_proc = 0; in mvneta_rxq_deinit()3486 txq->next_desc_to_proc = 0; in mvneta_txq_sw_deinit()5503 rxq->next_desc_to_proc = 0; in mvneta_resume()[all …]
1457 int next_desc_to_proc; member1480 int next_desc_to_proc; member
2404 int rx_desc = rxq->next_desc_to_proc; in mvpp2_rxq_next_desc_get()2406 rxq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(rxq, rx_desc); in mvpp2_rxq_next_desc_get()2407 prefetch(rxq->descs + rxq->next_desc_to_proc); in mvpp2_rxq_next_desc_get()2436 int tx_desc = txq->next_desc_to_proc; in mvpp2_txq_next_desc_get()2438 txq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(txq, tx_desc); in mvpp2_txq_next_desc_get()2548 if (txq->next_desc_to_proc == 0) in mvpp2_txq_desc_put()2549 txq->next_desc_to_proc = txq->last_desc - 1; in mvpp2_txq_desc_put()2551 txq->next_desc_to_proc--; in mvpp2_txq_desc_put()2895 aggr_txq->next_desc_to_proc = mvpp2_read(priv, in mvpp2_aggr_txq_init()3048 rxq->next_desc_to_proc = 0; in mvpp2_rxq_deinit()[all …]
Completed in 32 milliseconds