/linux-4.1.27/arch/arm/mach-pxa/ |
D | icontrol.c | 44 .tx_threshold = 8, 52 .tx_threshold = 8, 60 .tx_threshold = 8, 68 .tx_threshold = 8,
|
D | z2.c | 554 .tx_threshold = 8, 568 .tx_threshold = 1,
|
D | cm-x270.c | 313 .tx_threshold = 1,
|
D | stargate2.c | 354 .tx_threshold = 8, 362 .tx_threshold = 8,
|
D | littleton.c | 201 .tx_threshold = 1,
|
D | lubbock.c | 195 .tx_threshold = 1,
|
D | em-x270.c | 710 .tx_threshold = 1, 725 .tx_threshold = 1,
|
D | hx4700.c | 614 .tx_threshold = 1,
|
/linux-4.1.27/include/linux/spi/ |
D | pxa2xx_spi.h | 43 u8 tx_threshold; member
|
/linux-4.1.27/Documentation/spi/ |
D | pxa2xx | 97 u8 tx_threshold; 105 The "pxa2xx_spi_chip.tx_threshold" and "pxa2xx_spi_chip.rx_threshold" fields are 110 .tx_threshold = 8, 169 .tx_threshold = 8, /* SSP hardward FIFO threshold */ 177 .tx_threshold = 8, /* SSP hardward FIFO threshold */
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | epic100.c | 279 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.1.27/include/uapi/linux/ |
D | cyclades.h | 425 __u32 tx_threshold; /* tx low water mark */ member
|
/linux-4.1.27/drivers/net/ethernet/adaptec/ |
D | starfire.c | 566 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.1.27/drivers/spi/ |
D | spi-dw.c | 43 u32 tx_threshold; member 444 chip->tx_threshold = 0; in dw_spi_setup()
|
D | spi-pxa2xx.c | 1135 if (chip_info->tx_threshold) in setup() 1136 tx_thres = chip_info->tx_threshold; in setup()
|
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_common.h | 220 unsigned long tx_threshold; member
|
D | sxgbe_ethtool.c | 44 SXGBE_STAT(tx_threshold),
|
D | sxgbe_main.c | 1168 priv->xstats.tx_threshold = priv->tx_tc; in sxgbe_open() 1667 priv->xstats.tx_threshold = priv->tx_tc; in sxgbe_tx_interrupt()
|
/linux-4.1.27/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 327 int tx_threshold; member 605 yp->tx_threshold = 32; in yellowfin_open() 606 iowrite32(yp->tx_threshold, ioaddr + TxThreshold); in yellowfin_open()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe.h | 701 unsigned int tx_threshold; member
|
D | xgbe-main.c | 145 pdata->tx_threshold = MTL_TX_THRESHOLD_64; in xgbe_default_config()
|
D | xgbe-dev.c | 2811 xgbe_config_tx_threshold(pdata, pdata->tx_threshold); in xgbe_init()
|
/linux-4.1.27/drivers/net/ethernet/intel/ |
D | e100.c | 613 u8 tx_threshold; member 1078 nic->tx_threshold = 0xE0; in e100_get_defaults() 1790 cb->u.tcb.threshold = nic->tx_threshold; in e100_xmit_prepare()
|