Searched refs:txch (Results 1 – 2 of 2) sorted by relevance
392 struct emac_txch *txch = priv->txch[ch]; in emac_txch_teardown() local417 txch->bd_pool_head = txch->active_queue_head; in emac_txch_teardown()434 struct emac_txch *txch = priv->txch[ch]; in emac_stop_txch() local436 if (txch) { in emac_stop_txch()468 struct emac_txch *txch = priv->txch[ch]; in emac_tx_bdproc() local546 txch = priv->txch[ch]; in emac_send()674 struct emac_txch *txch = priv->txch[ch]; in emac_cleanup_txch() local676 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 …]
439 struct emac_txch *txch[EMAC_DEF_MAX_TX_CH]; member
Completed in 12 milliseconds