Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c1568 if (tp->tg3_flags2 & TG3_FLG2_PCI_EXPRESS) { in tg3_chip_reset()
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()
2801 tp->tg3_flags2 |= TG3_FLG2_PCI_EXPRESS; in tg3_get_invariants()
Dtg3.h1980 #define TG3_FLG2_PCI_EXPRESS 0x00000040 macro