/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_of.c | 204 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()
|
/openbmc/linux/Documentation/spi/ |
H A D | pxa2xx.rst | 100 u8 tx_threshold; 106 The "pxa2xx_spi_chip.tx_threshold" and "pxa2xx_spi_chip.rx_threshold" fields are 111 .tx_threshold = 8, 144 .tx_threshold = 8, /* SSP hardware FIFO threshold */ 151 .tx_threshold = 8, /* SSP hardware FIFO threshold */
|
/openbmc/linux/include/linux/spi/ |
H A D | pxa2xx_spi.h | 40 u8 tx_threshold; member
|
/openbmc/linux/drivers/net/wireless/rsi/ |
H A D | rsi_ps.h | 45 u8 tx_threshold; member
|
H A D | rsi_91x_ps.c | 56 ps_info->tx_threshold = 0; in rsi_default_ps_params()
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | epic100.c | 278 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()
|
/openbmc/u-boot/drivers/net/ |
H A D | eepro100.c | 200 static int tx_threshold; variable 613 tx_ring[tx_cur].count = cpu_to_le32 (tx_threshold); in eepro100_send() 893 tx_threshold = 0x01208000; in purge_tx_ring()
|
/openbmc/linux/drivers/net/ethernet/adaptec/ |
H A D | starfire.c | 558 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()
|
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_common.h | 217 unsigned long tx_threshold; member
|
H A D | sxgbe_ethtool.c | 41 SXGBE_STAT(tx_threshold),
|
H A D | sxgbe_main.c | 1164 priv->xstats.tx_threshold = priv->tx_tc; in sxgbe_open() 1655 priv->xstats.tx_threshold = priv->tx_tc; in sxgbe_tx_interrupt()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 149 pdata->tx_threshold = MTL_TX_THRESHOLD_64; in xgbe_default_config()
|
H A D | xgbe.h | 1169 unsigned int tx_threshold; member
|
H A D | xgbe-dev.c | 3561 xgbe_config_tx_threshold(pdata, pdata->tx_threshold); in xgbe_init()
|
/openbmc/linux/drivers/net/ethernet/packetengines/ |
H A D | yellowfin.c | 327 int tx_threshold; member 611 yp->tx_threshold = 32; in yellowfin_open() 612 iowrite32(yp->tx_threshold, ioaddr + TxThreshold); in yellowfin_open()
|
/openbmc/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac.h | 578 unsigned int tx_threshold; member
|
H A D | dwc-xlgmac-common.c | 50 pdata->tx_threshold = MTL_TX_THRESHOLD_128; in xlgmac_default_config()
|
H A D | dwc-xlgmac-hw.c | 3018 xlgmac_config_tx_threshold(pdata, pdata->tx_threshold); in xlgmac_hw_init()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-pxa2xx.c | 1241 if (chip_info->tx_threshold) in setup() 1242 tx_thres = chip_info->tx_threshold; in setup()
|
/openbmc/linux/drivers/net/ethernet/intel/ |
H A D | e100.c | 585 u8 tx_threshold; member 1050 nic->tx_threshold = 0xE0; in e100_get_defaults() 1761 cb->u.tcb.threshold = nic->tx_threshold; in e100_xmit_prepare()
|
/openbmc/qemu/hw/net/ |
H A D | eepro100.c | 176 uint8_t tx_threshold; /* transmit threshold */ member
|