Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A Dmac.c756 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_commit_fc_settings_generic()
766 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
772 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_commit_fc_settings_generic()
778 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
H A Ddefines.h524 #define E1000_TXCW_FD 0x00000020 /* TXCW full duplex */ macro
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1926 #define E1000_TXCW_FD 0x00000020 /* TXCW full duplex */ macro