Searched refs:ICFG_XMAC_RX_ALL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac.h54 #define NXGE_XMAC_RX_INTRS (ICFG_XMAC_RX_ALL & \
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.h115 ICFG_XMAC_RX_ALL = (XMAC_RX_FRAME_RCVD | XMAC_RX_OVERFLOW | enumerator in enum:xmac_rx_iconfig_e
H A Dnpi_mac.c2230 ASSERT((iconfig != 0) && ((iconfig & ~ICFG_XMAC_RX_ALL) == 0));
2231 if ((iconfig == 0) || (iconfig & ~ICFG_XMAC_RX_ALL) != 0) {
2247 ASSERT((iconfig & ~ICFG_XMAC_RX_ALL) == 0);
2248 if ((iconfig & ~ICFG_XMAC_RX_ALL) != 0) {
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c6981 if (status & ICFG_XMAC_RX_ALL) {

Completed in 65 milliseconds