Home | History | Annotate | Download | only in net

Lines Matching refs:next_desc_to_proc

365 	int next_desc_to_proc;
385 int next_desc_to_proc;
526 int rx_desc = rxq->next_desc_to_proc;
528 rxq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(rxq, rx_desc);
552 int tx_desc = txq->next_desc_to_proc;
554 txq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(txq, tx_desc);
1051 rxq->next_desc_to_proc = 0;
1087 txq->next_desc_to_proc = 0;