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

/u-boot/drivers/net/
H A Dmvneta.c368 int next_desc_to_proc; member in struct:mvneta_tx_queue
388 int next_desc_to_proc; member in struct:mvneta_rx_queue
520 int rx_desc = rxq->next_desc_to_proc;
522 rxq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(rxq, rx_desc);
546 int tx_desc = txq->next_desc_to_proc;
548 txq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(txq, tx_desc);
1045 rxq->next_desc_to_proc = 0;
1081 txq->next_desc_to_proc = 0;
H A Dmvpp2.c1135 int next_desc_to_proc; member in struct:mvpp2_tx_queue
1158 int next_desc_to_proc; member in struct:mvpp2_rx_queue
3877 int rx_desc = rxq->next_desc_to_proc;
3879 rxq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(rxq, rx_desc);
3880 prefetch(rxq->descs + rxq->next_desc_to_proc);
3936 int tx_desc = txq->next_desc_to_proc;
3938 txq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(txq, tx_desc);
4076 aggr_txq->next_desc_to_proc = mvpp2_read(priv,
4165 rxq->next_desc_to_proc = 0;
4252 txq->next_desc_to_proc
[all...]

Completed in 103 milliseconds