Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c269 if (tp->tg3_flags2 & TG3_FLG2_NO_ETH_WIRE_SPEED) in tg3_phy_set_wirespeed()
1545 if (!(tp->tg3_flags2 & TG3_FLG2_SUN_5704)) { in tg3_chip_reset()
1568 if (tp->tg3_flags2 & TG3_FLG2_PCI_EXPRESS) { in tg3_chip_reset()
1669 !(tp->tg3_flags2 & TG3_FLG2_SUN_5704) && in tg3_restart_fw()
1679 if ((tp->tg3_flags2 & TG3_FLG2_PCI_EXPRESS) && in tg3_restart_fw()
1855 if (!(tp->tg3_flags2 & TG3_FLG2_PCI_EXPRESS)) in tg3_setup_hw()
2076 !(tp->tg3_flags2 & TG3_FLG2_IS_5788)) { in tg3_setup_hw()
2114 !(tp->tg3_flags2 & TG3_FLG2_IS_5788)) { in tg3_setup_hw()
2801 tp->tg3_flags2 |= TG3_FLG2_PCI_EXPRESS; in tg3_get_invariants()
2816 tp->tg3_flags2 |= TG3_FLG2_NO_ETH_WIRE_SPEED; in tg3_get_invariants()
[all …]
Dtg3.h1972 uint32_t tg3_flags2; member