Home
last modified time | relevance | path

Searched refs:E1000_CTRL_RFCE (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/intel/igb/
H A De1000_mac.c865 ctrl &= (~(E1000_CTRL_TFCE | E1000_CTRL_RFCE)); in igb_force_mac_fc()
869 ctrl |= E1000_CTRL_RFCE; in igb_force_mac_fc()
872 ctrl &= (~E1000_CTRL_RFCE); in igb_force_mac_fc()
876 ctrl |= (E1000_CTRL_TFCE | E1000_CTRL_RFCE); in igb_force_mac_fc()
H A De1000_defines.h202 #define E1000_CTRL_RFCE 0x08000000 /* Receive Flow Control enable */ macro
H A Digb_ethtool.c1714 reg &= ~(E1000_CTRL_RFCE | in igb_setup_loopback_test()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dmac.c979 ctrl &= (~(E1000_CTRL_TFCE | E1000_CTRL_RFCE)); in e1000e_force_mac_fc()
983 ctrl |= E1000_CTRL_RFCE; in e1000e_force_mac_fc()
986 ctrl &= (~E1000_CTRL_RFCE); in e1000e_force_mac_fc()
990 ctrl |= (E1000_CTRL_TFCE | E1000_CTRL_RFCE); in e1000e_force_mac_fc()
H A Ddefines.h201 #define E1000_CTRL_RFCE 0x08000000 /* Receive Flow Control enable */ macro
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1448 #define E1000_CTRL_RFCE 0x08000000 /* Receive Flow Control enable */ macro
H A De1000_main.c2457 E1000_CTRL_RFCE)) ? "RX/TX" : ((ctrl & in e1000_watchdog()
2458 E1000_CTRL_RFCE) ? "RX" : ((ctrl & in e1000_watchdog()