mvneta.c | 365 int next_desc_to_proc; member in struct:mvneta_tx_queue 385 int next_desc_to_proc; member in struct:mvneta_rx_queue 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; [all...] |