next_desc_to_proc 586 drivers/net/ethernet/marvell/mvneta.c int next_desc_to_proc; next_desc_to_proc 621 drivers/net/ethernet/marvell/mvneta.c int next_desc_to_proc; next_desc_to_proc 820 drivers/net/ethernet/marvell/mvneta.c int rx_desc = rxq->next_desc_to_proc; next_desc_to_proc 822 drivers/net/ethernet/marvell/mvneta.c rxq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(rxq, rx_desc); next_desc_to_proc 823 drivers/net/ethernet/marvell/mvneta.c prefetch(rxq->descs + rxq->next_desc_to_proc); next_desc_to_proc 880 drivers/net/ethernet/marvell/mvneta.c int tx_desc = txq->next_desc_to_proc; next_desc_to_proc 882 drivers/net/ethernet/marvell/mvneta.c txq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(txq, tx_desc); next_desc_to_proc 891 drivers/net/ethernet/marvell/mvneta.c if (txq->next_desc_to_proc == 0) next_desc_to_proc 892 drivers/net/ethernet/marvell/mvneta.c txq->next_desc_to_proc = txq->last_desc - 1; next_desc_to_proc 894 drivers/net/ethernet/marvell/mvneta.c txq->next_desc_to_proc--; next_desc_to_proc 2975 drivers/net/ethernet/marvell/mvneta.c rxq->next_desc_to_proc = 0; next_desc_to_proc 3088 drivers/net/ethernet/marvell/mvneta.c txq->next_desc_to_proc = 0; next_desc_to_proc 4835 drivers/net/ethernet/marvell/mvneta.c rxq->next_desc_to_proc = 0; next_desc_to_proc 4842 drivers/net/ethernet/marvell/mvneta.c txq->next_desc_to_proc = 0; next_desc_to_proc 1134 drivers/net/ethernet/marvell/mvpp2/mvpp2.h int next_desc_to_proc; next_desc_to_proc 1157 drivers/net/ethernet/marvell/mvpp2/mvpp2.h int next_desc_to_proc; next_desc_to_proc 1867 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c int rx_desc = rxq->next_desc_to_proc; next_desc_to_proc 1869 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c rxq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(rxq, rx_desc); next_desc_to_proc 1870 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c prefetch(rxq->descs + rxq->next_desc_to_proc); next_desc_to_proc 1899 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c int tx_desc = txq->next_desc_to_proc; next_desc_to_proc 1901 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c txq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(txq, tx_desc); next_desc_to_proc 2011 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c if (txq->next_desc_to_proc == 0) next_desc_to_proc 2012 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c txq->next_desc_to_proc = txq->last_desc - 1; next_desc_to_proc 2014 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c txq->next_desc_to_proc--; next_desc_to_proc 2331 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c aggr_txq->next_desc_to_proc = mvpp2_read(priv, next_desc_to_proc 2438 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c rxq->next_desc_to_proc = 0; next_desc_to_proc 2571 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c txq->next_desc_to_proc = 0;