Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/e1000e/
Dmac.c768 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_commit_fc_settings_generic()
778 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
784 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_commit_fc_settings_generic()
790 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
Ddefines.h518 #define E1000_TXCW_FD 0x00000020 /* TXCW full duplex */ macro
/drivers/net/ethernet/intel/e1000/
De1000_hw.c878 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_setup_fiber_serdes_link()
888 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_setup_fiber_serdes_link()
894 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_setup_fiber_serdes_link()
900 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_setup_fiber_serdes_link()
De1000_hw.h1954 #define E1000_TXCW_FD 0x00000020 /* TXCW full duplex */ macro