Searched refs:tx_config (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/silan/ |
D | sc92031.c | 294 u32 tx_config; member 393 priv->tx_config &= ~TxEnb; in _sc92031_disable_tx_rx() 395 iowrite32(priv->tx_config, port_base + TxConfig); in _sc92031_disable_tx_rx() 404 priv->tx_config |= TxEnb; in _sc92031_enable_tx_rx() 406 iowrite32(priv->tx_config, port_base + TxConfig); in _sc92031_enable_tx_rx() 508 priv->tx_config = 0x48800000; in _sc92031_check_media() 513 priv->tx_config |= 0x80000; in _sc92031_check_media() 520 priv->tx_config |= TxFullDx; in _sc92031_check_media() 524 priv->tx_config &= ~TxFullDx; in _sc92031_check_media() 630 priv->tx_config = 0; in _sc92031_reset()
|
/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 576 u32 tx_config, rx_config; member 1702 np->tx_config |= TxCarrierIgn | TxHeartIgn; in check_link() 1705 np->tx_config &= ~(TxCarrierIgn | TxHeartIgn); in check_link() 1707 writel(np->tx_config, ioaddr + TxConfig); in check_link() 1740 np->tx_config = TxAutoPad | TxCollRetry | TxMxdma_256 | in init_registers() 1742 writel(np->tx_config, ioaddr + TxConfig); in init_registers() 2409 if ((np->tx_config & TxDrthMask) < TX_DRTH_VAL_LIMIT) { in netdev_error() 2410 np->tx_config += TX_DRTH_VAL_INC; in netdev_error() 2414 dev->name, np->tx_config); in netdev_error() 2419 dev->name, np->tx_config); in netdev_error() [all …]
|
/drivers/infiniband/hw/nes/ |
D | nes_utils.c | 758 u32 tx_config; in nes_mh_fix() local 820 tx_config = nes_read_indexed(nesdev, NES_IDX_MAC_TX_CONFIG); in nes_mh_fix() 865 nes_write_indexed(nesdev, NES_IDX_MAC_TX_CONFIG, tx_config); in nes_mh_fix()
|
D | nes_hw.c | 1517 u32 tx_config = 0; in nes_init_phy() local 1523 tx_config = nes_read_indexed(nesdev, NES_IDX_MAC_TX_CONFIG); in nes_init_phy() 1526 tx_config &= 0xFFFFFFE3; in nes_init_phy() 1527 tx_config |= 0x04; in nes_init_phy() 1530 tx_config &= 0xFFFFFFE3; in nes_init_phy() 1531 tx_config |= 0x1D; in nes_init_phy() 1533 nes_write_indexed(nesdev, NES_IDX_MAC_TX_CONFIG, tx_config); in nes_init_phy()
|
/drivers/net/ethernet/brocade/bna/ |
D | bnad.h | 286 struct bna_tx_config tx_config[BNAD_MAX_TX]; member
|
D | bnad.c | 1789 struct bna_tx_config *tx_config = &bnad->tx_config[tx_id]; in bnad_setup_tx() local 1804 tx_config->num_txq = bnad->num_txq_per_tx; in bnad_setup_tx() 1805 tx_config->txq_depth = bnad->txq_depth; in bnad_setup_tx() 1806 tx_config->tx_type = BNA_TX_T_REGULAR; in bnad_setup_tx() 1807 tx_config->coalescing_timeo = bnad->tx_coalescing_timeo; in bnad_setup_tx() 1828 tx = bna_tx_create(&bnad->bna, bnad, tx_config, &tx_cbfn, res_info, in bnad_setup_tx()
|
/drivers/net/wan/ |
D | pc300_drv.c | 3026 static int tx_config(pc300dev_t * d) in tx_config() function 3102 tx_config(d); in cpc_opench()
|