Home
last modified time | relevance | path

Searched refs:MGB_INTR_ENBL_SET (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mgb/
H A Dif_mgb.c751 intr_en = CSR_READ_REG(sc, MGB_INTR_ENBL_SET); in mgb_rxq_intr()
776 intr_en = CSR_READ_REG(sc, MGB_INTR_ENBL_SET); in mgb_admin_intr()
885 CSR_WRITE_REG(sc, MGB_INTR_ENBL_SET, intr_sts); 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()
928 CSR_WRITE_REG(sc, MGB_INTR_ENBL_SET, MGB_INTR_STS_TX(qid)); in mgb_tx_queue_intr_enable()
943 CSR_WRITE_REG(sc, MGB_INTR_ENBL_SET, in mgb_intr_test()
H A Dif_mgb.h199 #define MGB_INTR_ENBL_SET 0x788 macro