Searched refs:MGB_INTR_STS_RX (Results 1 – 2 of 2) sorted by relevance
755 if ((intr_sts & MGB_INTR_STS_RX(qidx))){ in mgb_rxq_intr()757 MGB_INTR_STS_RX(qidx)); in mgb_rxq_intr()758 CSR_WRITE_REG(sc, MGB_INTR_STS, MGB_INTR_STS_RX(qidx)); in mgb_rxq_intr()789 if ((intr_sts & MGB_INTR_STS_RX(qidx))){ in mgb_admin_intr()798 if ((intr_sts & MGB_INTR_STS_RX(qidx))) { in mgb_admin_intr()878 intr_sts |= MGB_INTR_STS_RX(i); in mgb_intr_enable_all()913 CSR_WRITE_REG(sc, MGB_INTR_ENBL_SET, MGB_INTR_STS_RX(qid)); in mgb_rx_queue_intr_enable()
201 #define MGB_INTR_STS_RX(_channel) (1 << (24 + (_channel))) macro