Home
last modified time | relevance | path

Searched refs:tg3_flags (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c566 tp->tg3_flags |= new_tg3_flags; in tg3_setup_flow_control()
1205 (tp->tg3_flags & (TG3_FLAG_RX_PAUSE | in tg3_setup_fiber_phy()
1304 tp->tg3_flags |= in tg3_setup_fiber_phy()
1360 tp->tg3_flags & (TG3_FLAG_RX_PAUSE | in tg3_setup_fiber_phy()
1522 if (tp->tg3_flags & TG3_FLAG_NVRAM) { in tg3_chip_reset()
2231 tp->tg3_flags |= TG3_FLAG_NVRAM; in tg3_nvram_init()
2286 if (!(tp->tg3_flags & TG3_FLAG_NVRAM)) in tg3_nvram_read()
2443 tp->tg3_flags |= TG3_FLAG_ENABLE_ASF; in tg3_phy_probe()
2690 tp->tg3_flags |= TG3_FLAG_PCIX_MODE; in tg3_get_invariants()
2702 tp->tg3_flags |= TG3_FLAG_PCI_32BIT; in tg3_get_invariants()
[all …]
H A Dtg3.h2024 uint32_t tg3_flags; member