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 Dll_temac_main.c301 lp->tx_bd_ci = 0;
626 cur_p = &lp->tx_bd_v[lp->tx_bd_ci];
643 lp->tx_bd_ci++;
644 if (lp->tx_bd_ci >= TX_BD_NUM)
645 lp->tx_bd_ci = 0;
647 cur_p = &lp->tx_bd_v[lp->tx_bd_ci];
H A Dxilinx_axienet_main.c197 lp->tx_bd_ci = 0;
586 cur_p = &lp->tx_bd_v[lp->tx_bd_ci];
604 ++lp->tx_bd_ci;
605 lp->tx_bd_ci %= TX_BD_NUM;
606 cur_p = &lp->tx_bd_v[lp->tx_bd_ci];
819 (lp->tx_bd_v[lp->tx_bd_ci]).phys);
1397 lp->tx_bd_ci = 0;
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 55 milliseconds