Home
last modified time | relevance | path

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

/drivers/net/
Dtg3.c428 if ((tp->tg3_flags & TG3_FLAG_PCIX_TARGET_HWBUG) || in _tw32_flush()
449 if (!(tp->tg3_flags & TG3_FLAG_MBOX_WRITE_REORDER) && in tw32_mailbox_flush()
458 if (tp->tg3_flags & TG3_FLAG_TXD_MBOX_HWBUG) in tg3_write32_tx_mbox()
460 if (tp->tg3_flags & TG3_FLAG_MBOX_WRITE_REORDER) in tg3_write32_tx_mbox()
494 if (tp->tg3_flags & TG3_FLAG_SRAM_USE_CONFIG) { in tg3_write_mem()
521 if (tp->tg3_flags & TG3_FLAG_SRAM_USE_CONFIG) { in tg3_read_mem()
615 if (!(tp->tg3_flags & TG3_FLAG_TAGGED_STATUS) && in tg3_cond_int()
644 if (!(tp->tg3_flags & in tg3_has_work()
673 if (!(tp->tg3_flags & TG3_FLAG_TAGGED_STATUS) && in tg3_restart_ints()
703 if ((tp->tg3_flags & TG3_FLAG_CPMU_PRESENT) || in tg3_switch_clocks()
[all …]
Dtg3.h2539 u32 tg3_flags; member