Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h25 void __iomem *txhdp, *rxhdp, *txcp, *rxcp; member
H 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()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2714 struct be_tx_compl_info *txcp = &txo->txcp; in be_tx_compl_get() local
2724 txcp->status = GET_TX_COMPL_BITS(status, compl); in be_tx_compl_get()
2725 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get()
2727 if (txcp->status) { in be_tx_compl_get()
2729 lancer_update_tx_err(txo, txcp->status); in be_tx_compl_get()
2733 if (txcp->status == LANCER_TX_COMP_LSO_ERR || in be_tx_compl_get()
2734 txcp->status == LANCER_TX_COMP_PARITY_ERR || in be_tx_compl_get()
2735 txcp->status == LANCER_TX_COMP_SGE_ERR) in be_tx_compl_get()
2738 be_update_tx_err(txo, txcp->status); in be_tx_compl_get()
2747 return txcp; in be_tx_compl_get()
[all …]
H A Dbe.h236 struct be_tx_compl_info txcp; member