Searched refs:tx_threshold (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/smsc/
H A Depic100.c282 int tx_threshold; member in struct:epic_private
707 ep->tx_threshold = TX_FIFO_THRESH;
708 outl(ep->tx_threshold, ioaddr + TxThresh);
819 ep->tx_threshold = TX_FIFO_THRESH;
820 outl(ep->tx_threshold, ioaddr + TxThresh);
1131 outl(ep->tx_threshold += 128, ioaddr + TxThresh);
/drivers/net/ethernet/adaptec/
H A Dstarfire.c579 u8 tx_threshold; member in struct:netdev_private
1016 np->tx_threshold = 4;
1017 writel(np->tx_threshold, ioaddr + TxThreshold);
1696 if (np->tx_threshold <= PKT_BUF_SZ / 16) {
1697 writel(++np->tx_threshold, np->base + TxThreshold);
1699 dev->name, np->tx_threshold * 16);
/drivers/spi/
H A Dspi-dw.c57 u32 tx_threshold; member in struct:chip_data
658 chip->tx_threshold = 0;
H A Dspi-pxa2xx.c1346 if (chip_info->tx_threshold)
1347 tx_thres = chip_info->tx_threshold;
/drivers/net/ethernet/packetengines/
H A Dyellowfin.c327 int tx_threshold; member in struct:yellowfin_private
614 yp->tx_threshold = 32;
615 iowrite32(yp->tx_threshold, ioaddr + TxThreshold);
/drivers/net/ethernet/intel/
H A De100.c613 u8 tx_threshold; member in struct:nic
1075 nic->tx_threshold = 0xE0;
1756 cb->u.tcb.threshold = nic->tx_threshold;

Completed in 168 milliseconds