Home
last modified time | relevance | path

Searched refs:tx_desc_curr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c1215 int tx_desc_curr; in eth_alloc_tx_desc_index() local
1217 tx_desc_curr = pep->tx_curr_desc_q; in eth_alloc_tx_desc_index()
1218 pep->tx_curr_desc_q = (tx_desc_curr + 1) % pep->tx_ring_size; in eth_alloc_tx_desc_index()
1222 return tx_desc_curr; in eth_alloc_tx_desc_index()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0006_let_dma_memory_read_write_function_take_MemTxAttrs_argument.patch663 allwinner_sun8i_emac_flush_desc(s, &desc, s->tx_desc_curr);
667 if (s->tx_desc_curr != 0) {
668 - dma_memory_read(&s->dma_as, s->tx_desc_curr, &desc, sizeof(desc));
669 + dma_memory_read(&s->dma_as, s->tx_desc_curr, &desc, sizeof(desc),