/Linux-v5.15/arch/arm/mach-pxa/ |
D | icontrol.c | 41 .tx_threshold = 8, 49 .tx_threshold = 8, 57 .tx_threshold = 8, 65 .tx_threshold = 8,
|
D | z2.c | 571 .tx_threshold = 8, 585 .tx_threshold = 1,
|
D | stargate2.c | 352 .tx_threshold = 8, 360 .tx_threshold = 8,
|
D | littleton.c | 197 .tx_threshold = 1,
|
D | lubbock.c | 221 .tx_threshold = 1,
|
D | hx4700.c | 616 .tx_threshold = 1,
|
D | magician.c | 938 .tx_threshold = 1,
|
/Linux-v5.15/drivers/tty/serial/8250/ |
D | 8250_of.c | 192 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-v5.15/Documentation/spi/ |
D | pxa2xx.rst | 100 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-v5.15/include/linux/spi/ |
D | pxa2xx_spi.h | 43 u8 tx_threshold; member
|
/Linux-v5.15/drivers/net/wireless/rsi/ |
D | rsi_ps.h | 45 u8 tx_threshold; member
|
D | rsi_91x_ps.c | 56 ps_info->tx_threshold = 0; in rsi_default_ps_params()
|
/Linux-v5.15/drivers/net/ethernet/smsc/ |
D | epic100.c | 278 int tx_threshold; member 696 ep->tx_threshold = TX_FIFO_THRESH; in epic_open() 697 ew32(TxThresh, ep->tx_threshold); in epic_open() 807 ep->tx_threshold = TX_FIFO_THRESH; in epic_restart() 808 ew32(TxThresh, ep->tx_threshold); in epic_restart() 1116 ew32(TxThresh, ep->tx_threshold += 128); in epic_interrupt()
|
/Linux-v5.15/drivers/net/ethernet/adaptec/ |
D | starfire.c | 558 u8 tx_threshold; member 971 np->tx_threshold = 4; in netdev_open() 972 writel(np->tx_threshold, ioaddr + TxThreshold); in netdev_open() 1695 if (np->tx_threshold <= PKT_BUF_SZ / 16) { in netdev_error() 1696 writel(++np->tx_threshold, np->base + TxThreshold); in netdev_error() 1698 dev->name, np->tx_threshold * 16); in netdev_error()
|
/Linux-v5.15/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_common.h | 217 unsigned long tx_threshold; member
|
D | sxgbe_ethtool.c | 41 SXGBE_STAT(tx_threshold),
|
D | sxgbe_main.c | 1161 priv->xstats.tx_threshold = priv->tx_tc; in sxgbe_open() 1652 priv->xstats.tx_threshold = priv->tx_tc; in sxgbe_tx_interrupt()
|
/Linux-v5.15/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 149 pdata->tx_threshold = MTL_TX_THRESHOLD_64; in xgbe_default_config()
|
D | xgbe.h | 1135 unsigned int tx_threshold; member
|
/Linux-v5.15/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 327 int tx_threshold; member 609 yp->tx_threshold = 32; in yellowfin_open() 610 iowrite32(yp->tx_threshold, ioaddr + TxThreshold); in yellowfin_open()
|
/Linux-v5.15/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac.h | 577 unsigned int tx_threshold; member
|
D | dwc-xlgmac-common.c | 50 pdata->tx_threshold = MTL_TX_THRESHOLD_128; in xlgmac_default_config()
|
D | dwc-xlgmac-hw.c | 3018 xlgmac_config_tx_threshold(pdata, pdata->tx_threshold); in xlgmac_hw_init()
|
/Linux-v5.15/drivers/spi/ |
D | spi-pxa2xx.c | 1323 if (chip_info->tx_threshold) in setup() 1324 tx_thres = chip_info->tx_threshold; in setup()
|
/Linux-v5.15/drivers/net/ethernet/intel/ |
D | e100.c | 585 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()
|