Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c1427 hw->tbi_compatibility_on = false; in e1000_reset_hw()
3751 if (hw->tbi_compatibility_on) { in e1000_check_for_link()
3756 hw->tbi_compatibility_on = false; in e1000_check_for_link()
3764 if (!hw->tbi_compatibility_on) { in e1000_check_for_link()
3765 hw->tbi_compatibility_on = true; in e1000_check_for_link()
5062 if (hw->tbi_compatibility_on == 1) in e1000_setup_rctl()
H A De1000.h1137 bool tbi_compatibility_on; member
1849 ((adapter)->tbi_compatibility_on && \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A 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()
H A De1000_hw.h1395 bool tbi_compatibility_on; member
2456 ((adapter)->tbi_compatibility_on && \
H A De1000_main.c1796 if (hw->tbi_compatibility_on == 1) in e1000_setup_rctl()
3567 if (!hw->tbi_compatibility_on && in e1000_change_mtu()