Home
last modified time | relevance | path

Searched refs:tx_descs (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/net/
Ddwc_eth_qos.c283 struct eqos_desc *tx_descs; member
1080 writel((ulong)eqos->tx_descs, &eqos->dma_regs->ch0_txdesc_list_address); in eqos_start()
1193 tx_desc = &(eqos->tx_descs[eqos->tx_desc_idx]); in eqos_send()
1296 eqos->tx_descs = (struct eqos_desc *)eqos->descs; in eqos_probe_resources_core()
1297 eqos->rx_descs = (eqos->tx_descs + EQOS_DESCRIPTORS_TX); in eqos_probe_resources_core()
1298 debug("%s: tx_descs=%p, rx_descs=%p\n", __func__, eqos->tx_descs, in eqos_probe_resources_core()
Dmvneta.c394 struct mvneta_tx_desc *tx_descs; member
1258 pp->txqs[0].descs = buffer_loc.tx_descs; in mvneta_init2()
1700 if (!buffer_loc.tx_descs) { in mvneta_probe()
1708 buffer_loc.tx_descs = (struct mvneta_tx_desc *)bd_space; in mvneta_probe()
1711 memset(buffer_loc.tx_descs, 0, size); in mvneta_probe()
Dmvpp2.c1276 struct mvpp2_tx_desc *tx_descs; member
4191 txq->descs = buffer_loc.tx_descs; in mvpp2_txq_init()
4192 txq->descs_dma = (dma_addr_t)buffer_loc.tx_descs; in mvpp2_txq_init()
5378 buffer_loc.tx_descs = in mvpp2_base_probe()