Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h741 #define E1000_FCRTL_XONE 0x80000000 /* Enable XON frame transmission */ macro
H A De1000_mac.c1269 fcrtl |= E1000_FCRTL_XONE; in e1000_set_fc_watermarks_generic()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c1379 E1000_WRITE_REG(hw, FCRTL, (hw->fc_low_water | E1000_FCRTL_XONE));
1386 E1000_WRITE_REG(hw, FCRTL, (FC_DEFAULT_LO_THRESH | E1000_FCRTL_XONE));
H A De1000_hw.h1272 #define E1000_FCRTL_XONE 0x80000000 /* Enable XON frame transmission */ macro