Searched refs:tx_threshold (Results 1 - 11 of 11) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dlubbock.c258 .tx_threshold = 1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A De100.c572 u8 tx_threshold; member in struct:nic
950 nic->tx_threshold = 0xE0;
1613 cb->u.tcb.threshold = nic->tx_threshold;
H A Deepro100.c424 u32 tx_threshold; /* The value for txdesc.count. */ member in struct:speedo_private
1052 sp->tx_threshold = 0x01208000;
1419 sp->tx_ring[entry].count = cpu_to_le32(sp->tx_threshold);
1471 if (sp->tx_threshold < 0x01e08000) {
1475 sp->tx_threshold += 0x00040000;
H A Depic100.c277 int tx_threshold; member in struct:epic_private
695 ep->tx_threshold = TX_FIFO_THRESH;
696 outl(ep->tx_threshold, ioaddr + TxThresh);
808 ep->tx_threshold = TX_FIFO_THRESH;
809 outl(ep->tx_threshold, ioaddr + TxThresh);
1123 outl(ep->tx_threshold += 128, ioaddr + TxThresh);
H A Dstarfire.c618 u8 tx_threshold; member in struct:netdev_private
1052 np->tx_threshold = 4;
1053 writel(np->tx_threshold, ioaddr + TxThreshold);
1675 if (np->tx_threshold <= PKT_BUF_SZ / 16) {
1676 writel(++np->tx_threshold, np->base + TxThreshold);
1678 dev->name, np->tx_threshold * 16);
H A Dtitan_ge.c724 titan_port->tx_threshold = 0;
1410 if (titan_ge_eth->tx_threshold > TX_THRESHOLD) {
1411 titan_ge_eth->tx_threshold = 0;
1415 titan_ge_eth->tx_threshold++;
H A Dtitan_ge.h229 unsigned int tx_threshold; member in struct:_eth_port_ctrl
H A Dyellowfin.c328 int tx_threshold; member in struct:yellowfin_private
611 yp->tx_threshold = 32;
612 iowrite32(yp->tx_threshold, ioaddr + TxThreshold);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dpxa2xx_spi.c1128 (SSCR1_TxTresh(chip_info->tx_threshold) &
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dpxa2xx_spi.h60 u8 tx_threshold; member in struct:pxa2xx_spi_chip
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcyclades.h443 __u32 tx_threshold; /* tx low water mark */ member in struct:BUF_CTRL

Completed in 188 milliseconds