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);
248 lp->tx_bd_v = dma_alloc_coherent(ndev->dev.parent,
249 sizeof(*lp->tx_bd_v) * TX_BD_NUM,
251 if (!lp->tx_bd_v) {
265 memset(lp->tx_bd_v, 0, sizeof(*lp->tx_bd_v) * TX_BD_NUM);
267 lp->tx_bd_v[i].next = lp->tx_bd_p +
268 sizeof(*lp->tx_bd_v) * ((
[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_alloc_coherent(ndev->dev.parent,
205 sizeof(*lp->tx_bd_v) * TX_BD_NUM,
208 if (!lp->tx_bd_v) {
224 memset(lp->tx_bd_v, 0, sizeof(*lp->tx_bd_v) * TX_BD_NUM);
226 lp->tx_bd_v[i].next = lp->tx_bd_p +
227 sizeof(*lp->tx_bd_v) *
[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 51 milliseconds