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.c763 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_commit_fc_settings_generic()
773 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
779 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_commit_fc_settings_generic()
785 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
Ddefines.h521 #define E1000_TXCW_FD 0x00000020 /* TXCW full duplex */ macro
/drivers/net/ethernet/intel/e1000/
De1000_hw.c896 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_setup_fiber_serdes_link()
906 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_setup_fiber_serdes_link()
912 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_setup_fiber_serdes_link()
918 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_setup_fiber_serdes_link()
De1000_hw.h1956 #define E1000_TXCW_FD 0x00000020 /* TXCW full duplex */ macro