Home
last modified time | relevance | path

Searched refs:next_desc_to_proc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c696 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()
[all...]
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1466 int next_desc_to_proc; member
1489 int next_desc_to_proc; member
H A Dmvpp2_main.c2431 int rx_desc = rxq->next_desc_to_proc; in mvpp2_rxq_next_desc_get()
2433 rxq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(rxq, rx_desc); in mvpp2_rxq_next_desc_get()
2434 prefetch(rxq->descs + rxq->next_desc_to_proc); in mvpp2_rxq_next_desc_get()
2463 int tx_desc = txq->next_desc_to_proc; in mvpp2_txq_next_desc_get()
2465 txq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(txq, tx_desc); in mvpp2_txq_next_desc_get()
2575 if (txq->next_desc_to_proc == 0) in mvpp2_txq_desc_put()
2576 txq->next_desc_to_proc = txq->last_desc - 1; in mvpp2_txq_desc_put()
2578 txq->next_desc_to_proc--; in mvpp2_txq_desc_put()
2922 aggr_txq->next_desc_to_proc = mvpp2_read(priv, in mvpp2_aggr_txq_init()
3075 rxq->next_desc_to_proc in mvpp2_rxq_deinit()
[all...]