Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Ddwc_eth_qos.c1161 u32 rxqsts = (val >> EQOS_MTL_RXQ0_DEBUG_RXQSTS_SHIFT) & in eqos_stop() local
1163 if ((!prxq) && (!rxqsts)) in eqos_stop()
/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c576 unsigned int rx_status, prxq, rxqsts; in xlgmac_prepare_rx_stop() local
588 rxqsts = XLGMAC_GET_REG_BITS(rx_status, MTL_Q_RQDR_RXQSTS_POS, in xlgmac_prepare_rx_stop()
590 if ((prxq == 0) && (rxqsts == 0)) in xlgmac_prepare_rx_stop()