Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_mac.c671 ctrl &= (~(IGC_CTRL_TFCE | IGC_CTRL_RFCE)); in igc_force_mac_fc_generic()
675 ctrl |= IGC_CTRL_RFCE; in igc_force_mac_fc_generic()
678 ctrl &= (~IGC_CTRL_RFCE); in igc_force_mac_fc_generic()
682 ctrl |= (IGC_CTRL_TFCE | IGC_CTRL_RFCE); in igc_force_mac_fc_generic()
H A Digc_defines.h232 #define IGC_CTRL_RFCE 0x08000000 /* Receive Flow Control enable */ macro