Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.h1948 #define E1000_FCRTL_XONE 0x80000000 /* Enable XON frame transmission */ macro
De1000_hw.c1213 E1000_WRITE_REG(hw, FCRTL, (hw->fc_low_water | E1000_FCRTL_XONE)); in e1000_setup_link()