Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_main.c2285 RXQ_CFG_IPV6_CSUM_VERIFY | RXQ_CFG_ENB; in atge_device_start()
2337 RXQ_CFG_CUT_THROUGH_ENB | RXQ_CFG_ENB; in atge_device_start()
2392 RXQ_CFG_IPV6_CSUM_VERIFY | RXQ_CFG_ENB; in atge_device_start()
2628 reg = reg & ~RXQ_CFG_ENB; in atge_device_stop()
2656 reg = reg & ~RXQ_CFG_ENB; in atge_device_stop()
2676 reg = reg & ~RXQ_CFG_ENB; in atge_device_stop()
H A Datge_cmn_reg.h520 #define RXQ_CFG_ENB 0x80000000 macro