Searched refs:E1000_TXCW_FD (Results 1 – 4 of 4) sorted by relevance
1084 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_commit_fc_settings_generic()1094 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()1100 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_commit_fc_settings_generic()1106 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
744 #define E1000_TXCW_FD 0x00000020 /* TXCW full duplex */ macro
1456 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD);1465 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK);1471 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR);1475 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK);
1289 #define E1000_TXCW_FD 0x00000020 /* TXCW full duplex */ macro