Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_phy.c614 ctrl &= ~IGC_CTRL_FD; in igc_phy_force_speed_duplex_setup()
618 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