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()
2027 dma_params.txcp = priv->emac_base + 0x640; in davinci_emac_probe()
2315 dma_params.txcp = dma_params.txhdp + CPDMA_TXCP; in cpsw_probe()
2138 struct be_tx_compl_info *txcp = &txo->txcp; in be_tx_compl_get() local2148 txcp->status = GET_TX_COMPL_BITS(status, compl); in be_tx_compl_get()2149 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get()2153 return txcp; in be_tx_compl_get()2272 struct be_tx_compl_info *txcp; in be_tx_compl_clean() local2285 while ((txcp = be_tx_compl_get(txo))) { in be_tx_compl_clean()2288 txcp->end_index); in be_tx_compl_clean()2703 struct be_tx_compl_info *txcp; in be_process_tx() local2705 while ((txcp = be_tx_compl_get(txo))) { in be_process_tx()2706 num_wrbs += be_tx_compl_process(adapter, txo, txcp->end_index); in be_process_tx()[all …]
255 struct be_tx_compl_info txcp; member