Home
last modified time | relevance | path

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

/freebsd/sys/dev/mgb/
H A Dif_mgb.h120 #define MGB_DMAC_TX_INTR_ENBL(_ch) (1 << (_ch)) macro
H A Dif_mgb.c930 CSR_WRITE_REG(sc, MGB_DMAC_INTR_STS, MGB_DMAC_TX_INTR_ENBL(qid)); in mgb_tx_queue_intr_enable()
931 CSR_WRITE_REG(sc, MGB_DMAC_INTR_ENBL_SET, MGB_DMAC_TX_INTR_ENBL(qid)); in mgb_tx_queue_intr_enable()