Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.h110 #define E1000_FEXTNVM6_K1_OFF_ENABLE 0x80000000 macro
H A De1000_ich8lan.c1751 if ((pcieanacfg & E1000_FEXTNVM6_K1_OFF_ENABLE) && in e1000_check_for_copper_link_ich8lan()
1753 fextnvm6 |= E1000_FEXTNVM6_K1_OFF_ENABLE; in e1000_check_for_copper_link_ich8lan()
1755 fextnvm6 &= ~E1000_FEXTNVM6_K1_OFF_ENABLE; in e1000_check_for_copper_link_ich8lan()