Home
last modified time | relevance | path

Searched refs:txch (Results 1 – 2 of 2) sorted by relevance

/bsp/dm365/drivers/
A Ddavinci_emac.c392 struct emac_txch *txch = priv->txch[ch]; in emac_txch_teardown() local
417 txch->bd_pool_head = txch->active_queue_head; in emac_txch_teardown()
434 struct emac_txch *txch = priv->txch[ch]; in emac_stop_txch() local
436 if (txch) { in emac_stop_txch()
468 struct emac_txch *txch = priv->txch[ch]; in emac_tx_bdproc() local
546 txch = priv->txch[ch]; in emac_send()
674 struct emac_txch *txch = priv->txch[ch]; in emac_cleanup_txch() local
676 if (txch) { in emac_cleanup_txch()
1155 priv->txch[ch] = txch; in emac_init_txch()
1175 txch->alloc_size = (((bd_size * txch->num_bd) + 0xF) & ~0xF); in emac_init_txch()
[all …]
A Ddavinci_emac.h439 struct emac_txch *txch[EMAC_DEF_MAX_TX_CH]; member

Completed in 12 milliseconds