Home
last modified time | relevance | path

Searched refs:asb_queued (Results 1 – 6 of 6) sorted by relevance

/drivers/net/tokenring/
D3c359.c1135 if (xl_priv->asb_queued == 1) { in xl_interrupt()
1137 } else if (xl_priv->asb_queued == 2) { in xl_interrupt()
1610 xl_priv->asb_queued = 0 ; in xl_arb_cmd()
1613 xl_priv->asb_queued = 1 ; in xl_arb_cmd()
1649 if (xl_priv->asb_queued == 1) in xl_asb_cmd()
1666 xl_priv->asb_queued = 2 ; in xl_asb_cmd()
1694 xl_priv->asb_queued = 0 ; in xl_asb_bh()
Dolympic.c1003 if (olympic_priv->asb_queued) { in olympic_interrupt()
1447 olympic_priv->asb_queued = 1 ; in olympic_arb_cmd()
1460 olympic_priv->asb_queued = 2 ; in olympic_arb_cmd()
1565 if (olympic_priv->asb_queued == 1) { /* Dropped through the first time */ in olympic_asb_bh()
1573 olympic_priv->asb_queued = 2 ; in olympic_asb_bh()
1578 if (olympic_priv->asb_queued == 2) { in olympic_asb_bh()
1594 olympic_priv->asb_queued = 0 ; in olympic_asb_bh()
Dlanstreamer.c1112 if (streamer_priv->asb_queued) { in streamer_interrupt()
1616 streamer_priv->asb_queued = 1; in streamer_arb_cmd()
1631 streamer_priv->asb_queued = 2; in streamer_arb_cmd()
1727 if (streamer_priv->asb_queued == 1) in streamer_asb_bh()
1738 streamer_priv->asb_queued = 2; in streamer_asb_bh()
1743 if (streamer_priv->asb_queued == 2) { in streamer_asb_bh()
1762 streamer_priv->asb_queued = 0; in streamer_asb_bh()
D3c359.h274 volatile int asb_queued; member
Dlanstreamer.h290 volatile int asb_queued; /* True if an ASB is posted */ member
Dolympic.h264 volatile int asb_queued; /* True if an ASB is posted */ member