Searched refs:ICFG_XMAC_CTRL_ALL (Results 1 – 3 of 3) sorted by relevance
132 ICFG_XMAC_CTRL_ALL = (XMAC_CTRL_PAUSE_RCVD | XMAC_CTRL_PAUSE_STATE | enumerator
2272 ((iconfig & ~ICFG_XMAC_CTRL_ALL) == 0)); in npi_xmac_ctl_iconfig()2273 if ((iconfig == 0) || (iconfig & ~ICFG_XMAC_CTRL_ALL) != 0) { in npi_xmac_ctl_iconfig()2289 ASSERT((iconfig & ~ICFG_XMAC_CTRL_ALL) == 0); in npi_xmac_ctl_iconfig()2290 if ((iconfig & ~ICFG_XMAC_CTRL_ALL) != 0) { in npi_xmac_ctl_iconfig()
6933 if (status & ICFG_XMAC_CTRL_ALL) { in nxge_mac_intr()