Home
last modified time | relevance | path

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

12

/Linux-v4.19/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.c355 .tx_threshold = 8,
363 .tx_threshold = 8,
Dlittleton.c202 .tx_threshold = 1,
Dem-x270.c708 .tx_threshold = 1,
723 .tx_threshold = 1,
Dlubbock.c209 .tx_threshold = 1,
Dhx4700.c615 .tx_threshold = 1,
Dmagician.c909 .tx_threshold = 1,
/Linux-v4.19/drivers/tty/serial/8250/
D8250_of.c206 u32 tx_threshold; in of_platform_serial_probe() local
232 &tx_threshold) == 0) && in of_platform_serial_probe()
233 (tx_threshold < port8250.port.fifosize)) in of_platform_serial_probe()
234 port8250.tx_loadsz = port8250.port.fifosize - tx_threshold; in of_platform_serial_probe()
/Linux-v4.19/include/linux/spi/
Dpxa2xx_spi.h42 u8 tx_threshold; member
/Linux-v4.19/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-v4.19/drivers/net/wireless/rsi/
Drsi_ps.h45 u8 tx_threshold; member
Drsi_91x_ps.c57 ps_info->tx_threshold = 0; in rsi_default_ps_params()
/Linux-v4.19/drivers/net/ethernet/smsc/
Depic100.c278 int tx_threshold; member
691 ep->tx_threshold = TX_FIFO_THRESH; in epic_open()
692 ew32(TxThresh, ep->tx_threshold); in epic_open()
802 ep->tx_threshold = TX_FIFO_THRESH; in epic_restart()
803 ew32(TxThresh, ep->tx_threshold); in epic_restart()
1107 ew32(TxThresh, ep->tx_threshold += 128); in epic_interrupt()
/Linux-v4.19/include/uapi/linux/
Dcyclades.h426 __u32 tx_threshold; /* tx low water mark */ member
/Linux-v4.19/drivers/net/ethernet/adaptec/
Dstarfire.c566 u8 tx_threshold; member
984 np->tx_threshold = 4; in netdev_open()
985 writel(np->tx_threshold, ioaddr + TxThreshold); in netdev_open()
1705 if (np->tx_threshold <= PKT_BUF_SZ / 16) { in netdev_error()
1706 writel(++np->tx_threshold, np->base + TxThreshold); in netdev_error()
1708 dev->name, np->tx_threshold * 16); in netdev_error()
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h220 unsigned long tx_threshold; member
Dsxgbe_ethtool.c44 SXGBE_STAT(tx_threshold),
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c150 pdata->tx_threshold = MTL_TX_THRESHOLD_64; in xgbe_default_config()
Dxgbe.h1142 unsigned int tx_threshold; member
/Linux-v4.19/drivers/net/ethernet/packetengines/
Dyellowfin.c327 int tx_threshold; member
604 yp->tx_threshold = 32; in yellowfin_open()
605 iowrite32(yp->tx_threshold, ioaddr + TxThreshold); in yellowfin_open()
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac.h577 unsigned int tx_threshold; member
Ddwc-xlgmac-common.c50 pdata->tx_threshold = MTL_TX_THRESHOLD_128; in xlgmac_default_config()
/Linux-v4.19/drivers/spi/
Dspi-pxa2xx.c1245 if (chip_info->tx_threshold) in setup()
1246 tx_thres = chip_info->tx_threshold; in setup()

12