Searched defs:txcfg (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c169 uint32_t txcfg, curLevel, newLevel; local
178 txcfg = REG_READ(ah, AR_TXCFG);
179 curLevel = MS(txcfg, AR_FTRIG);
188 (txcfg & ~AR_FTRIG) | SM(newLevel, AR_FTRIG));
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c1022 uint32_t txcfg; local
1036 /* initialize txcfg and rxcfg */
1037 txcfg = TXCFG_ATP;
1039 txcfg |= (TXCFG_CSI | TXCFG_HBI);
1098 txcfg |= val << TXCFG_MXDMA_SHIFT;
1122 txcfg |= ((lp->tx_fill_threshold/TXCFG_FIFO_UNIT) << TXCFG_FLTH_SHIFT)
1124 OUTL(dp, TXCFG, txcfg);
1132 DPRINTF(0, (CE_CONT, CONS "%s: %s: txcfg:%b rxcfg:%b",
1134 txcfg, TXCFG_BITS, rxcfg, RXCFG_BITS));
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsis900.h29 txcfg=0x24, /* Transmit Configuration Register */ enumerator in enum:sis900_registers
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_mac.h393 uint_t txcfg; /* tx configuration register [9-0] (RW) */ member in struct:hme_bmac
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_mac.h672 uint32_t txcfg; /* 0x6030 tx config reg [8-0] (RW) */ member in struct:bmac

Completed in 266 milliseconds