Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dldc.c792 unsigned long orig_state, flags; in ldc_rx() local
797 orig_state = lp->chan_state; in ldc_rx()
808 orig_state, lp->chan_state, lp->rx_head, lp->rx_tail); in ldc_rx()
821 if (orig_state != LDC_CHANNEL_UP) { in ldc_rx()
823 orig_state = lp->chan_state; in ldc_rx()
841 if (lp->chan_state != orig_state) { in ldc_rx()
855 if (lp->chan_state != orig_state) in ldc_rx()
915 unsigned long flags, orig_state; in ldc_tx() local
920 orig_state = lp->chan_state; in ldc_tx()
931 orig_state, lp->chan_state, lp->tx_head, lp->tx_tail); in ldc_tx()
[all …]
/Linux-v4.19/drivers/net/ethernet/neterion/
Ds2io.c6182 int orig_state = netif_running(sp->dev); in s2io_ethtool_test() local
6186 if (orig_state) in s2io_ethtool_test()
6205 if (orig_state) in s2io_ethtool_test()
6211 if (!orig_state) { in s2io_ethtool_test()