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

/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c696 int next_desc_to_proc; member in struct:mvneta_tx_queue
735 int next_desc_to_proc; member in struct:mvneta_rx_queue
924 int rx_desc = rxq->next_desc_to_proc;
926 rxq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(rxq, rx_desc);
927 prefetch(rxq->descs + rxq->next_desc_to_proc);
984 int tx_desc = txq->next_desc_to_proc;
986 txq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(txq, tx_desc);
995 if (txq->next_desc_to_proc == 0)
996 txq->next_desc_to_proc = txq->last_desc - 1;
998 txq->next_desc_to_proc
[all...]
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2444 int rx_desc = rxq->next_desc_to_proc;
2446 rxq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(rxq, rx_desc);
2447 prefetch(rxq->descs + rxq->next_desc_to_proc);
2476 int tx_desc = txq->next_desc_to_proc;
2478 txq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(txq, tx_desc);
2588 if (txq->next_desc_to_proc == 0)
2589 txq->next_desc_to_proc = txq->last_desc - 1;
2591 txq->next_desc_to_proc--;
2935 aggr_txq->next_desc_to_proc = mvpp2_read(priv,
3088 rxq->next_desc_to_proc
[all...]
H A Dmvpp2.h1458 int next_desc_to_proc; member in struct:mvpp2_tx_queue
1481 int next_desc_to_proc; member in struct:mvpp2_rx_queue

Completed in 150 milliseconds