Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_mac.c1091 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_commit_fc_settings_generic()
1101 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
1107 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_commit_fc_settings_generic()
1113 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
H A De1000_defines.h747 #define E1000_TXCW_FD 0x00000020 /* TXCW full duplex */ macro