Searched refs:txcp (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | davinci_cpdma.h | 25 void __iomem *txhdp, *rxhdp, *txcp, *rxcp; member
|
H A D | davinci_cpdma.c | 563 writel(0, ctlr->params.txcp + 4 * i); in cpdma_ctlr_start() 916 chan->cp = ctlr->params.txcp + offset; in cpdma_chan_create()
|
H A D | cpsw_priv.c | 516 dma_params.txcp = dma_params.txhdp + CPDMA_TXCP; in cpsw_init_common()
|
H A D | davinci_emac.c | 1867 dma_params.txcp = priv->emac_base + 0x640; in davinci_emac_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | davinci_cpdma.h | 25 void __iomem *txhdp, *rxhdp, *txcp, *rxcp; member
|
H A D | davinci_cpdma.c | 563 writel(0, ctlr->params.txcp + 4 * i); in cpdma_ctlr_start() 916 chan->cp = ctlr->params.txcp + offset; in cpdma_chan_create()
|
H A D | davinci_emac.c | 1898 dma_params.txcp = priv->emac_base + 0x640; in davinci_emac_probe()
|
H A D | cpsw_priv.c | 518 dma_params.txcp = dma_params.txhdp + CPDMA_TXCP; in cpsw_init_common()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 2712 struct be_tx_compl_info *txcp = &txo->txcp; in be_tx_compl_get() local 2722 txcp->status = GET_TX_COMPL_BITS(status, compl); in be_tx_compl_get() 2723 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get() 2725 if (txcp->status) { in be_tx_compl_get() 2727 lancer_update_tx_err(txo, txcp->status); in be_tx_compl_get() 2731 if (txcp->status == LANCER_TX_COMP_LSO_ERR || in be_tx_compl_get() 2732 txcp->status == LANCER_TX_COMP_PARITY_ERR || in be_tx_compl_get() 2733 txcp->status == LANCER_TX_COMP_SGE_ERR) in be_tx_compl_get() 2736 be_update_tx_err(txo, txcp in be_tx_compl_get() 2871 struct be_tx_compl_info *txcp; be_tx_compl_clean() local 3270 struct be_tx_compl_info *txcp; be_process_tx() local [all...] |
H A D | be.h | 237 struct be_tx_compl_info txcp; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 2713 struct be_tx_compl_info *txcp = &txo->txcp; in be_tx_compl_get() local 2723 txcp->status = GET_TX_COMPL_BITS(status, compl); in be_tx_compl_get() 2724 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get() 2726 if (txcp->status) { in be_tx_compl_get() 2728 lancer_update_tx_err(txo, txcp->status); in be_tx_compl_get() 2732 if (txcp->status == LANCER_TX_COMP_LSO_ERR || in be_tx_compl_get() 2733 txcp->status == LANCER_TX_COMP_PARITY_ERR || in be_tx_compl_get() 2734 txcp->status == LANCER_TX_COMP_SGE_ERR) in be_tx_compl_get() 2737 be_update_tx_err(txo, txcp in be_tx_compl_get() 2872 struct be_tx_compl_info *txcp; be_tx_compl_clean() local 3270 struct be_tx_compl_info *txcp; be_process_tx() local [all...] |
H A D | be.h | 236 struct be_tx_compl_info txcp; member
|
Completed in 29 milliseconds