Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h521 #define E1000_FCRTL_XONE 0x80000000 /* Enable XON frame transmission */ macro
H A Dmac.c921 fcrtl |= E1000_FCRTL_XONE; in e1000e_set_fc_watermarks()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h514 #define E1000_FCRTL_XONE 0x80000000 /* Enable XON frame transmission */ macro
H A De1000_mac.c775 fcrtl |= E1000_FCRTL_XONE; in igb_set_fc_watermarks()
/openbmc/u-boot/drivers/net/
H A De1000.h1525 #define E1000_FCRTL_XONE 0x80000000 /* Enable XON frame transmission */ macro
H A De1000.c2189 (hw->fc_low_water | E1000_FCRTL_XONE)); in e1000_setup_link()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1891 #define E1000_FCRTL_XONE 0x80000000 /* Enable XON frame transmission */ macro
H A De1000_hw.c781 ew32(FCRTL, (hw->fc_low_water | E1000_FCRTL_XONE)); in e1000_setup_link()