Home
last modified time | relevance | path

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

12

/linux/arch/arm/mach-pxa/
A Dicontrol.c41 .tx_threshold = 8,
49 .tx_threshold = 8,
57 .tx_threshold = 8,
65 .tx_threshold = 8,
A Dz2.c571 .tx_threshold = 8,
585 .tx_threshold = 1,
A Dstargate2.c352 .tx_threshold = 8,
360 .tx_threshold = 8,
A Dlittleton.c197 .tx_threshold = 1,
A Dlubbock.c221 .tx_threshold = 1,
A Dhx4700.c616 .tx_threshold = 1,
A Dmagician.c938 .tx_threshold = 1,
/linux/drivers/tty/serial/8250/
A D8250_of.c192 u32 tx_threshold; in of_platform_serial_probe() local
220 &tx_threshold) == 0) && in of_platform_serial_probe()
221 (tx_threshold < port8250.port.fifosize)) in of_platform_serial_probe()
222 port8250.tx_loadsz = port8250.port.fifosize - tx_threshold; in of_platform_serial_probe()
/linux/Documentation/spi/
A Dpxa2xx.rst100 u8 tx_threshold;
108 The "pxa2xx_spi_chip.tx_threshold" and "pxa2xx_spi_chip.rx_threshold" fields are
113 .tx_threshold = 8,
174 .tx_threshold = 8, /* SSP hardward FIFO threshold */
182 .tx_threshold = 8, /* SSP hardward FIFO threshold */
/linux/include/linux/spi/
A Dpxa2xx_spi.h43 u8 tx_threshold; member
/linux/drivers/net/wireless/rsi/
A Drsi_ps.h45 u8 tx_threshold; member
A Drsi_91x_ps.c56 ps_info->tx_threshold = 0; in rsi_default_ps_params()
/linux/drivers/net/ethernet/smsc/
A Depic100.c278 int tx_threshold; member
698 ep->tx_threshold = TX_FIFO_THRESH; in epic_open()
699 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()
1118 ew32(TxThresh, ep->tx_threshold += 128); in epic_interrupt()
/linux/drivers/net/ethernet/adaptec/
A Dstarfire.c558 u8 tx_threshold; member
973 np->tx_threshold = 4; in netdev_open()
974 writel(np->tx_threshold, ioaddr + TxThreshold); in netdev_open()
1697 if (np->tx_threshold <= PKT_BUF_SZ / 16) { in netdev_error()
1698 writel(++np->tx_threshold, np->base + TxThreshold); in netdev_error()
1700 dev->name, np->tx_threshold * 16); in netdev_error()
/linux/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_common.h217 unsigned long tx_threshold; member
A Dsxgbe_ethtool.c41 SXGBE_STAT(tx_threshold),
A Dsxgbe_main.c1164 priv->xstats.tx_threshold = priv->tx_tc; in sxgbe_open()
1655 priv->xstats.tx_threshold = priv->tx_tc; in sxgbe_tx_interrupt()
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-main.c149 pdata->tx_threshold = MTL_TX_THRESHOLD_64; in xgbe_default_config()
A Dxgbe.h1135 unsigned int tx_threshold; member
/linux/drivers/net/ethernet/packetengines/
A Dyellowfin.c327 int tx_threshold; member
611 yp->tx_threshold = 32; in yellowfin_open()
612 iowrite32(yp->tx_threshold, ioaddr + TxThreshold); in yellowfin_open()
/linux/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac.h577 unsigned int tx_threshold; member
A Ddwc-xlgmac-common.c50 pdata->tx_threshold = MTL_TX_THRESHOLD_128; in xlgmac_default_config()
A Ddwc-xlgmac-hw.c3018 xlgmac_config_tx_threshold(pdata, pdata->tx_threshold); in xlgmac_hw_init()
/linux/drivers/spi/
A Dspi-pxa2xx.c1323 if (chip_info->tx_threshold) in setup()
1324 tx_thres = chip_info->tx_threshold; in setup()
/linux/drivers/net/ethernet/intel/
A De100.c585 u8 tx_threshold; member
1050 nic->tx_threshold = 0xE0; in e100_get_defaults()
1765 cb->u.tcb.threshold = nic->tx_threshold; in e100_xmit_prepare()

Completed in 58 milliseconds

12