Searched refs:tg3_flags (Results 1 – 2 of 2) sorted by relevance
168 && (tp->tg3_flags & TG3_FLAG_ENABLE_ASF))) && in tg3_switch_clocks()550 (tp->tg3_flags & TG3_FLAG_TX_PAUSE) ? "TX" : "", in tg3_link_report()551 (tp->tg3_flags & TG3_FLAG_RX_PAUSE) ? "RX" : "", in tg3_link_report()552 (tp->tg3_flags & (TG3_FLAG_TX_PAUSE |TG3_FLAG_RX_PAUSE)) ? "flow control" : ""); in tg3_link_report()584 tp->tg3_flags &= ~(TG3_FLAG_RX_PAUSE | TG3_FLAG_TX_PAUSE); in tg3_setup_flow_control()585 tp->tg3_flags |= new_tg3_flags; in tg3_setup_flow_control()628 if (tp->tg3_flags & TG3_FLAG_10_100_ONLY) { in tg3_phy_copper_begin()657 if (!(tp->tg3_flags & TG3_FLAG_10_100_ONLY) && in tg3_phy_copper_begin()723 if (!(tp->tg3_flags & TG3_FLAG_INIT_COMPLETE)) in tg3_setup_copper_phy()886 ((tp->tg3_flags & TG3_FLAG_PCIX_MODE) || in tg3_setup_copper_phy()[all …]
1936 uint32_t tg3_flags; member