Searched refs:tx_bd_ci (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/xilinx/
H A Dll_temac.h367 int tx_bd_ci; member in struct:temac_local
H A Dxilinx_axienet_main.c197 lp->tx_bd_ci = 0;
598 cur_p = &lp->tx_bd_v[lp->tx_bd_ci];
616 lp->tx_bd_ci = ++lp->tx_bd_ci % TX_BD_NUM;
617 cur_p = &lp->tx_bd_v[lp->tx_bd_ci];
828 (lp->tx_bd_v[lp->tx_bd_ci]).phys);
1401 lp->tx_bd_ci = 0;
H A Dll_temac_main.c628 cur_p = &lp->tx_bd_v[lp->tx_bd_ci];
645 lp->tx_bd_ci++;
646 if (lp->tx_bd_ci >= TX_BD_NUM)
647 lp->tx_bd_ci = 0;
649 cur_p = &lp->tx_bd_v[lp->tx_bd_ci];
H A Dxilinx_axienet.h400 * @tx_bd_ci: Stores the index of the Tx buffer descriptor in the ring being
446 u32 tx_bd_ci; member in struct:axienet_local

Completed in 65 milliseconds