Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_mac.c1324 ctrl &= (~(E1000_CTRL_TFCE | E1000_CTRL_RFCE)); in e1000_force_mac_fc_generic()
1328 ctrl |= E1000_CTRL_RFCE; in e1000_force_mac_fc_generic()
1331 ctrl &= (~E1000_CTRL_RFCE); in e1000_force_mac_fc_generic()
1335 ctrl |= (E1000_CTRL_TFCE | E1000_CTRL_RFCE); in e1000_force_mac_fc_generic()
H A De1000_defines.h285 #define E1000_CTRL_RFCE 0x08000000 /* Receive Flow Control enable */ macro
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c3122 if (mreg & E1000_CTRL_RFCE) in igb_enable_phy_wol()