Home
last modified time | relevance | path

Searched refs:CSR_STOP (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/net/
H A Dpcnet.c67 #define CSR_STOP(S) !!(((S)->csr[0])&0x0004) macro
994 if (CSR_DRX(s) || CSR_STOP(s) || CSR_SPND(s) || !size || in pcnet_receive()
1318 if (!CSR_STOP(s) && !CSR_SPND(s) && !CSR_DPOLL(s)) { in pcnet_poll_timer()
1355 if (!CSR_STOP(s) && (val & 4)) { in pcnet_csr_writew()
1416 if (CSR_STOP(s) || CSR_SPND(s)) { in pcnet_csr_writew()
1482 if (!(CSR_STOP(s) || CSR_SPND(s))) in pcnet_bcr_writew()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dskge.h724 CSR_STOP = 1<<5, /* Stop Rx/Tx Queue */ enumerator
H A Dskge.c2646 skge_write8(hw, Q_ADDR(rxqaddr[port], Q_CSR), CSR_STOP); in skge_rx_stop()
2687 skge_write8(hw, Q_ADDR(txqaddr[port], Q_CSR), CSR_STOP); in skge_down()
2898 skge_write8(skge->hw, Q_ADDR(txqaddr[skge->port], Q_CSR), CSR_STOP); in skge_tx_timeout()