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.c752 intr_en = CSR_READ_REG(sc, MGB_INTR_ENBL_SET); in mgb_rxq_intr()
777 intr_en = CSR_READ_REG(sc, MGB_INTR_ENBL_SET); in mgb_admin_intr()
886 CSR_WRITE_REG(sc, MGB_INTR_ENBL_SET, intr_sts); in mgb_intr_enable_all()
914 CSR_WRITE_REG(sc, MGB_INTR_ENBL_SET, MGB_INTR_STS_RX(qid)); in mgb_rx_queue_intr_enable()
929 CSR_WRITE_REG(sc, MGB_INTR_ENBL_SET, MGB_INTR_STS_TX(qid)); in mgb_tx_queue_intr_enable()
944 CSR_WRITE_REG(sc, MGB_INTR_ENBL_SET, in mgb_intr_test()
H A Dif_mgb.h199 #define MGB_INTR_ENBL_SET 0x788 macro