Home
last modified time | relevance | path

Searched refs:tx_threshold (Results 1 – 23 of 23) sorted by relevance

/linux-4.1.27/arch/arm/mach-pxa/
Dicontrol.c44 .tx_threshold = 8,
52 .tx_threshold = 8,
60 .tx_threshold = 8,
68 .tx_threshold = 8,
Dz2.c554 .tx_threshold = 8,
568 .tx_threshold = 1,
Dcm-x270.c313 .tx_threshold = 1,
Dstargate2.c354 .tx_threshold = 8,
362 .tx_threshold = 8,
Dlittleton.c201 .tx_threshold = 1,
Dlubbock.c195 .tx_threshold = 1,
Dem-x270.c710 .tx_threshold = 1,
725 .tx_threshold = 1,
Dhx4700.c614 .tx_threshold = 1,
/linux-4.1.27/include/linux/spi/
Dpxa2xx_spi.h43 u8 tx_threshold; member
/linux-4.1.27/Documentation/spi/
Dpxa2xx97 u8 tx_threshold;
105 The "pxa2xx_spi_chip.tx_threshold" and "pxa2xx_spi_chip.rx_threshold" fields are
110 .tx_threshold = 8,
169 .tx_threshold = 8, /* SSP hardward FIFO threshold */
177 .tx_threshold = 8, /* SSP hardward FIFO threshold */
/linux-4.1.27/drivers/net/ethernet/smsc/
Depic100.c279 int tx_threshold; member
696 ep->tx_threshold = TX_FIFO_THRESH; in epic_open()
697 ew32(TxThresh, ep->tx_threshold); in epic_open()
809 ep->tx_threshold = TX_FIFO_THRESH; in epic_restart()
810 ew32(TxThresh, ep->tx_threshold); in epic_restart()
1115 ew32(TxThresh, ep->tx_threshold += 128); in epic_interrupt()
/linux-4.1.27/include/uapi/linux/
Dcyclades.h425 __u32 tx_threshold; /* tx low water mark */ member
/linux-4.1.27/drivers/net/ethernet/adaptec/
Dstarfire.c566 u8 tx_threshold; member
985 np->tx_threshold = 4; in netdev_open()
986 writel(np->tx_threshold, ioaddr + TxThreshold); in netdev_open()
1665 if (np->tx_threshold <= PKT_BUF_SZ / 16) { in netdev_error()
1666 writel(++np->tx_threshold, np->base + TxThreshold); in netdev_error()
1668 dev->name, np->tx_threshold * 16); in netdev_error()
/linux-4.1.27/drivers/spi/
Dspi-dw.c43 u32 tx_threshold; member
444 chip->tx_threshold = 0; in dw_spi_setup()
Dspi-pxa2xx.c1135 if (chip_info->tx_threshold) in setup()
1136 tx_thres = chip_info->tx_threshold; in setup()
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h220 unsigned long tx_threshold; member
Dsxgbe_ethtool.c44 SXGBE_STAT(tx_threshold),
Dsxgbe_main.c1168 priv->xstats.tx_threshold = priv->tx_tc; in sxgbe_open()
1667 priv->xstats.tx_threshold = priv->tx_tc; in sxgbe_tx_interrupt()
/linux-4.1.27/drivers/net/ethernet/packetengines/
Dyellowfin.c327 int tx_threshold; member
605 yp->tx_threshold = 32; in yellowfin_open()
606 iowrite32(yp->tx_threshold, ioaddr + TxThreshold); in yellowfin_open()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe.h701 unsigned int tx_threshold; member
Dxgbe-main.c145 pdata->tx_threshold = MTL_TX_THRESHOLD_64; in xgbe_default_config()
Dxgbe-dev.c2811 xgbe_config_tx_threshold(pdata, pdata->tx_threshold); in xgbe_init()
/linux-4.1.27/drivers/net/ethernet/intel/
De100.c613 u8 tx_threshold; member
1078 nic->tx_threshold = 0xE0; in e100_get_defaults()
1790 cb->u.tcb.threshold = nic->tx_threshold; in e100_xmit_prepare()