Searched refs:ICFG_XMAC_CTRL_ALL (Results 1 – 3 of 3) sorted by relevance
134 ICFG_XMAC_CTRL_ALL = (XMAC_CTRL_PAUSE_RCVD | XMAC_CTRL_PAUSE_STATE | enumerator
2281 ((iconfig & ~ICFG_XMAC_CTRL_ALL) == 0)); in npi_xmac_ctl_iconfig()2282 if ((iconfig == 0) || (iconfig & ~ICFG_XMAC_CTRL_ALL) != 0) { in npi_xmac_ctl_iconfig()2298 ASSERT((iconfig & ~ICFG_XMAC_CTRL_ALL) == 0); in npi_xmac_ctl_iconfig()2299 if ((iconfig & ~ICFG_XMAC_CTRL_ALL) != 0) { in npi_xmac_ctl_iconfig()
7069 if (status & ICFG_XMAC_CTRL_ALL) { in nxge_mac_intr()