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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Depic100.c344 int tx_threshold; member in struct:epic_private
714 ep->tx_threshold = TX_FIFO_THRESH;
715 outl(ep->tx_threshold, ioaddr + TxThresh);
828 ep->tx_threshold = TX_FIFO_THRESH;
829 outl(ep->tx_threshold, ioaddr + TxThresh);
1122 outl(ep->tx_threshold += 128, ioaddr + TxThresh);
H A Dstarfire.c576 u8 tx_threshold;
965 np->tx_threshold = 4;
966 writel(np->tx_threshold, ioaddr + TxThreshold);
1589 writel(++np->tx_threshold, dev->base_addr + TxThreshold);
1591 dev->name, np->tx_threshold * 16);
575 u8 tx_threshold; member in struct:netdev_private
H A Deepro100.c469 u32 tx_threshold; /* The value for txdesc.count. */ member in struct:speedo_private
1068 sp->tx_threshold = 0x01208000;
1437 sp->tx_ring[entry].count = cpu_to_le32(sp->tx_threshold);
1489 if (sp->tx_threshold < 0x01e08000) {
1493 sp->tx_threshold += 0x00040000;
H A Dyellowfin.c382 int tx_threshold;
661 yp->tx_threshold = 32;
662 outl(yp->tx_threshold, ioaddr + TxThreshold);
381 int tx_threshold; member in struct:yellowfin_private
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcyclades.h458 uclong tx_threshold; /* tx low water mark */ member in struct:BUF_CTRL
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcyclades.h455 uclong tx_threshold; /* tx low water mark */ member in struct:BUF_CTRL

Completed in 72 milliseconds