Searched refs:tx_config (Results 1 – 4 of 4) sorted by relevance
120 u32 tx_config; in sxgbe_enable_tx() local122 tx_config = readl(ioaddr + SXGBE_CORE_TX_CONFIG_REG); in sxgbe_enable_tx()123 tx_config &= ~SXGBE_TX_ENABLE; in sxgbe_enable_tx()126 tx_config |= SXGBE_TX_ENABLE; in sxgbe_enable_tx()127 writel(tx_config, ioaddr + SXGBE_CORE_TX_CONFIG_REG); in sxgbe_enable_tx()
98 u32 tx_config; in sxgbe_enable_dma_transmission() local100 tx_config = readl(ioaddr + SXGBE_DMA_CHA_TXCTL_REG(cha_num)); in sxgbe_enable_dma_transmission()101 tx_config |= SXGBE_TX_START_DMA; in sxgbe_enable_dma_transmission()102 writel(tx_config, ioaddr + SXGBE_DMA_CHA_TXCTL_REG(cha_num)); in sxgbe_enable_dma_transmission()
292 u32 tx_config; member390 priv->tx_config &= ~TxEnb; in _sc92031_disable_tx_rx()392 iowrite32(priv->tx_config, port_base + TxConfig); in _sc92031_disable_tx_rx()401 priv->tx_config |= TxEnb; in _sc92031_enable_tx_rx()403 iowrite32(priv->tx_config, port_base + TxConfig); in _sc92031_enable_tx_rx()505 priv->tx_config = 0x48800000; in _sc92031_check_media()510 priv->tx_config |= 0x80000; in _sc92031_check_media()517 priv->tx_config |= TxFullDx; in _sc92031_check_media()521 priv->tx_config &= ~TxFullDx; in _sc92031_check_media()627 priv->tx_config = 0; in _sc92031_reset()
1950 struct bna_tx_config *tx_config = &bnad->tx_config[tx_id]; in bnad_setup_tx() local1965 tx_config->num_txq = bnad->num_txq_per_tx; in bnad_setup_tx()1966 tx_config->txq_depth = bnad->txq_depth; in bnad_setup_tx()1967 tx_config->tx_type = BNA_TX_T_REGULAR; in bnad_setup_tx()1968 tx_config->coalescing_timeo = bnad->tx_coalescing_timeo; in bnad_setup_tx()1988 tx = bna_tx_create(&bnad->bna, bnad, tx_config, &tx_cbfn, res_info, in bnad_setup_tx()