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

/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c223 if (lp->tx_bd_v)
225 sizeof(*lp->tx_bd_v) * TX_BD_NUM,
226 lp->tx_bd_v, lp->tx_bd_p);
246 lp->tx_bd_v = dma_zalloc_coherent(ndev->dev.parent,
247 sizeof(*lp->tx_bd_v) * TX_BD_NUM,
249 if (!lp->tx_bd_v)
259 lp->tx_bd_v[i].next = lp->tx_bd_p +
260 sizeof(*lp->tx_bd_v) * ((i + 1) % TX_BD_NUM);
626 cur_p = &lp->tx_bd_v[lp->tx_bd_ci];
647 cur_p = &lp->tx_bd_v[l
[all...]
H A Dxilinx_axienet_main.c170 if (lp->tx_bd_v) {
172 sizeof(*lp->tx_bd_v) * TX_BD_NUM,
173 lp->tx_bd_v,
204 lp->tx_bd_v = dma_zalloc_coherent(ndev->dev.parent,
205 sizeof(*lp->tx_bd_v) * TX_BD_NUM,
207 if (!lp->tx_bd_v)
217 lp->tx_bd_v[i].next = lp->tx_bd_p +
218 sizeof(*lp->tx_bd_v) *
586 cur_p = &lp->tx_bd_v[lp->tx_bd_ci];
606 cur_p = &lp->tx_bd_v[l
[all...]
H A Dll_temac.h363 struct cdmac_bd *tx_bd_v; member in struct:temac_local
H A Dxilinx_axienet.h396 * @tx_bd_v: Virtual address of the TX buffer descriptor ring
442 struct axidma_bd *tx_bd_v; member in struct:axienet_local

Completed in 155 milliseconds