Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c2745 CSR_WRITE_4(dev, Q_ADDR(txq, Q_CSR), BMU_STOP); in yge_stop_port()
2748 if ((val & (BMU_STOP | BMU_IDLE)) == 0) { in yge_stop_port()
2749 CSR_WRITE_4(dev, Q_ADDR(txq, Q_CSR), BMU_STOP); in yge_stop_port()
2756 if ((val & (BMU_STOP | BMU_IDLE)) == 0) in yge_stop_port()
H A Dyge.h941 #define BMU_STOP BIT(9) /* Stop Rx/Tx Queue */ macro