Searched refs:txcp (Results 1 – 6 of 6) sorted by relevance
37 void __iomem *txhdp, *rxhdp, *txcp, *rxcp; member
320 __raw_writel(0, ctlr->params.txcp + 4 * i); in cpdma_ctlr_start()530 chan->cp = ctlr->params.txcp + offset; in cpdma_chan_create()
2012 dma_params.txcp = priv->emac_base + 0x640; in davinci_emac_probe()
2418 dma_params.txcp = dma_params.txhdp + CPDMA_TXCP; in cpsw_probe()
2380 struct be_tx_compl_info *txcp = &txo->txcp; in be_tx_compl_get() local2390 txcp->status = GET_TX_COMPL_BITS(status, compl); in be_tx_compl_get()2391 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get()2395 return txcp; in be_tx_compl_get()2520 struct be_tx_compl_info *txcp; in be_tx_compl_clean() local2533 while ((txcp = be_tx_compl_get(txo))) { in be_tx_compl_clean()2536 txcp->end_index); in be_tx_compl_clean()2954 struct be_tx_compl_info *txcp; in be_process_tx() local2956 while ((txcp = be_tx_compl_get(txo))) { in be_process_tx()2957 num_wrbs += be_tx_compl_process(adapter, txo, txcp->end_index); in be_process_tx()[all …]
260 struct be_tx_compl_info txcp; member