Searched refs:tx_flags (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dsis900.c799 u32 tx_flags = 0, rx_flags = 0; local
804 tx_flags = TxATP | (DMA_BURST_64 << TxMXDMA_shift) | (TX_FILL_THRESH << TxFILLT_shift);
808 tx_flags = TxATP | (DMA_BURST_512 << TxMXDMA_shift) | (TX_FILL_THRESH << TxFILLT_shift);
814 tx_flags |= (TxDRNT_10 << TxDRNT_shift);
818 tx_flags |= (TxDRNT_100 << TxDRNT_shift);
822 tx_flags |= (TxCSI | TxHBI);
826 outl (tx_flags, ioaddr + txcfg);
H A Dforcedeth.c338 u16 tx_flags; member in struct:forcedeth_private
867 tx_ring[nr].Flags = np->tx_flags;
871 tx_ring[nr].Flags = np->tx_flags;
992 np->tx_flags =
1001 np->tx_flags |= cpu_to_le16(NV_TX_LASTPACKET1);
1006 np->tx_flags |= cpu_to_le16(NV_TX_LASTPACKET1);
H A Dtulip.c1015 u32 tx_flags = 0x08000000 | 192; local
1028 tx_ring[0].length = cpu_to_le32(tx_flags);

Completed in 24 milliseconds