Home
last modified time | relevance | path

Searched refs:txcp (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/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()
H A Dcpsw_priv.c516 dma_params.txcp = dma_params.txhdp + CPDMA_TXCP; in cpsw_init_common()
H A Ddavinci_emac.c1867 dma_params.txcp = priv->emac_base + 0x640; in davinci_emac_probe()
/kernel/linux/linux-6.6/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()
H A Ddavinci_emac.c1898 dma_params.txcp = priv->emac_base + 0x640; in davinci_emac_probe()
H A Dcpsw_priv.c518 dma_params.txcp = dma_params.txhdp + CPDMA_TXCP; in cpsw_init_common()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2712 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 Dbe.h237 struct be_tx_compl_info txcp; member
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2713 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 Dbe.h236 struct be_tx_compl_info txcp; member

Completed in 29 milliseconds