Home
last modified time | relevance | path

Searched refs:tbi_compatibility_on (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/e1000/
De1000_hw.c402 hw->tbi_compatibility_on = false; in e1000_reset_hw()
2510 if (hw->tbi_compatibility_on) { in e1000_check_for_link()
2517 hw->tbi_compatibility_on = false; in e1000_check_for_link()
2526 if (!hw->tbi_compatibility_on) { in e1000_check_for_link()
2527 hw->tbi_compatibility_on = true; in e1000_check_for_link()
De1000_hw.h1395 bool tbi_compatibility_on; member
2456 ((adapter)->tbi_compatibility_on && \
De1000_main.c1796 if (hw->tbi_compatibility_on == 1) in e1000_setup_rctl()
3567 if (!hw->tbi_compatibility_on && in e1000_change_mtu()