Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c613 ctrl &= ~IGC_CTRL_FD; in igc_phy_force_speed_duplex_setup()
617 ctrl |= IGC_CTRL_FD; in igc_phy_force_speed_duplex_setup()
H A Digc_defines.h211 #define IGC_CTRL_FD 0x00000001 /* Full duplex.0=half; 1=full */ macro