Searched refs:ICFG_XMAC_TX_ALL (Results 1 – 4 of 4) sorted by relevance
50 #define NXGE_XMAC_TX_INTRS (ICFG_XMAC_TX_ALL & \
2180 ASSERT((iconfig != 0) && ((iconfig & ~ICFG_XMAC_TX_ALL) == 0)); in npi_xmac_tx_iconfig()2181 if ((iconfig == 0) || (iconfig & ~ICFG_XMAC_TX_ALL) != 0) { in npi_xmac_tx_iconfig()2197 ASSERT((iconfig & ~ICFG_XMAC_TX_ALL) == 0); in npi_xmac_tx_iconfig()2198 if ((iconfig & ~ICFG_XMAC_TX_ALL) != 0) { in npi_xmac_tx_iconfig()2967 ASSERT((iconfig != 0) && ((iconfig & ~ICFG_XMAC_TX_ALL) == 0)); in npi_bmac_tx_iconfig()2968 if ((iconfig == 0) || (iconfig & ~ICFG_XMAC_TX_ALL) != 0) { in npi_bmac_tx_iconfig()2984 ASSERT((iconfig & ~ICFG_XMAC_TX_ALL) == 0); in npi_bmac_tx_iconfig()2985 if ((iconfig & ~ICFG_XMAC_TX_ALL) != 0) { in npi_bmac_tx_iconfig()
87 ICFG_XMAC_TX_ALL = (XMAC_TX_FRAME_XMIT | XMAC_TX_UNDERRUN | enumerator
6944 if (status & ICFG_XMAC_TX_ALL) { in nxge_mac_intr()