Home
last modified time | relevance | path

Searched refs:txcp (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/ti/
A Ddavinci_cpdma.h25 void __iomem *txhdp, *rxhdp, *txcp, *rxcp; member
A Ddavinci_cpdma.c563 writel(0, ctlr->params.txcp + 4 * i); in cpdma_ctlr_start()
916 chan->cp = ctlr->params.txcp + offset; in cpdma_chan_create()
A Dcpsw_priv.c516 dma_params.txcp = dma_params.txhdp + CPDMA_TXCP; in cpsw_init_common()
A Ddavinci_emac.c1868 dma_params.txcp = priv->emac_base + 0x640; in davinci_emac_probe()
/linux/drivers/net/ethernet/emulex/benet/
A Dbe_main.c2711 struct be_tx_compl_info *txcp = &txo->txcp; in be_tx_compl_get() local
2721 txcp->status = GET_TX_COMPL_BITS(status, compl); in be_tx_compl_get()
2724 if (txcp->status) { in be_tx_compl_get()
2726 lancer_update_tx_err(txo, txcp->status); in be_tx_compl_get()
2730 if (txcp->status == LANCER_TX_COMP_LSO_ERR || in be_tx_compl_get()
2732 txcp->status == LANCER_TX_COMP_SGE_ERR) in be_tx_compl_get()
2735 be_update_tx_err(txo, txcp->status); in be_tx_compl_get()
2744 return txcp; in be_tx_compl_get()
2870 struct be_tx_compl_info *txcp; in be_tx_compl_clean() local
2887 txcp->end_index); in be_tx_compl_clean()
[all …]
A Dbe.h237 struct be_tx_compl_info txcp; member

Completed in 28 milliseconds