Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/
Dicontrol.c44 .tx_threshold = 8,
52 .tx_threshold = 8,
60 .tx_threshold = 8,
68 .tx_threshold = 8,
Dz2.c559 .tx_threshold = 8,
573 .tx_threshold = 1,
Dcm-x270.c313 .tx_threshold = 1,
Dstargate2.c354 .tx_threshold = 8,
362 .tx_threshold = 8,
Dlittleton.c201 .tx_threshold = 1,
Dlubbock.c198 .tx_threshold = 1,
Dem-x270.c710 .tx_threshold = 1,
725 .tx_threshold = 1,
Dhx4700.c612 .tx_threshold = 1,
/linux-4.4.14/include/linux/spi/
Dpxa2xx_spi.h42 u8 tx_threshold; member
/linux-4.4.14/Documentation/spi/
Dpxa2xx91 u8 tx_threshold;
99 The "pxa2xx_spi_chip.tx_threshold" and "pxa2xx_spi_chip.rx_threshold" fields are
104 .tx_threshold = 8,
163 .tx_threshold = 8, /* SSP hardward FIFO threshold */
171 .tx_threshold = 8, /* SSP hardward FIFO threshold */
/linux-4.4.14/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.4.14/include/uapi/linux/
Dcyclades.h425 __u32 tx_threshold; /* tx low water mark */ member
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe.h819 unsigned int tx_threshold; member
Dxgbe-main.c190 pdata->tx_threshold = MTL_TX_THRESHOLD_64; in xgbe_default_config()
Dxgbe-dev.c2762 xgbe_config_tx_threshold(pdata, pdata->tx_threshold); in xgbe_init()
/linux-4.4.14/drivers/spi/
Dspi-pxa2xx.c1214 if (chip_info->tx_threshold) in setup()
1215 tx_thres = chip_info->tx_threshold; in setup()
/linux-4.4.14/drivers/net/ethernet/intel/
De100.c613 u8 tx_threshold; member
1078 nic->tx_threshold = 0xE0; in e100_get_defaults()
1793 cb->u.tcb.threshold = nic->tx_threshold; in e100_xmit_prepare()