Home
last modified time | relevance | path

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

/freebsd/sys/dev/mgb/
H A Dif_mgb.h203 #define MGB_INTR_STS_TX(_channel) (1 << (16 + (_channel))) macro
H A Dif_mgb.c801 MGB_INTR_STS_TX(qidx)); in mgb_admin_intr()
803 MGB_INTR_STS_TX(qidx)); in mgb_admin_intr()
928 CSR_WRITE_REG(sc, MGB_INTR_ENBL_SET, MGB_INTR_STS_TX(qid)); in mgb_tx_queue_intr_enable()