Searched refs:RB_RST_SET (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/yge/ |
H A D | yge.c | 2558 CSR_WRITE_1(dev, RB_ADDR(port->p_txsq, RB_CTRL), RB_RST_SET); in yge_start_port() 2759 CSR_WRITE_1(dev, RB_ADDR(txq, RB_CTRL), RB_RST_SET | RB_DIS_OP_MD); in yge_stop_port() 2775 CSR_WRITE_1(dev, RB_ADDR(txq, RB_CTRL), RB_RST_SET); in yge_stop_port() 2810 CSR_WRITE_1(dev, RB_ADDR(rxq, RB_CTRL), RB_RST_SET); in yge_stop_port()
|
H A D | yge.h | 1014 #define RB_RST_SET BIT(0) /* Set RAM Buf STM Reset */ macro
|