Home
last modified time | relevance | path

Searched refs:txconfig (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_kstats.c82 (knp++)->value.ui64 = rgep->chipid.txconfig; in rge_driverinfo_update()
H A Drge.h355 uint32_t txconfig; member
H A Drge_chip.c774 chip->txconfig = TX_CONFIG_DEFAULT; in rge_chip_ident()
989 rge_reg_put32(rgep, TX_CONFIG_REG, val32 | chip->txconfig); in rge_chip_init()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c933 uint32_t txconfig, rxconfig; member
1029 ap->txconfig = 0; in tg3_fiber_aneg_smachine()
1053 ap->txconfig = (ANEG_CFG_FD | ANEG_CFG_PS1); in tg3_fiber_aneg_smachine()
1054 tw32(MAC_TX_AUTO_NEG, ap->txconfig); in tg3_fiber_aneg_smachine()
1068 ap->txconfig |= ANEG_CFG_ACK; in tg3_fiber_aneg_smachine()
1069 tw32(MAC_TX_AUTO_NEG, ap->txconfig); in tg3_fiber_aneg_smachine()
1143 if ((ap->txconfig & ANEG_CFG_NP) == 0 && in tg3_fiber_aneg_smachine()