Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/tokenring/
Dolympic.c487 olympic_priv->srb_queued=1; in olympic_open()
497 while(olympic_priv->srb_queued) { in olympic_open()
505 olympic_priv->srb_queued=0; in olympic_open()
510 olympic_priv->srb_queued=0; in olympic_open()
517 olympic_priv->srb_queued = 0 ; in olympic_open()
954 if(olympic_priv->srb_queued==1) { in olympic_interrupt()
956 } else if (olympic_priv->srb_queued==2) { in olympic_interrupt()
959 olympic_priv->srb_queued=0; in olympic_interrupt()
1079 olympic_priv->srb_queued=1; in olympic_close()
1089 while(olympic_priv->srb_queued) { in olympic_close()
[all …]
Dlanstreamer.c661 streamer_priv->srb_queued = 1; in streamer_open()
667 while (streamer_priv->srb_queued) { in streamer_open()
675 streamer_priv->srb_queued = 0; in streamer_open()
1089 if (streamer_priv->srb_queued == 1) { in streamer_interrupt()
1091 } else if (streamer_priv->srb_queued == 2) { in streamer_interrupt()
1094 streamer_priv->srb_queued = 0; in streamer_interrupt()
1215 streamer_priv->srb_queued = 1; in streamer_close()
1220 while (streamer_priv->srb_queued) in streamer_close()
1231 streamer_priv->srb_queued = 0; in streamer_close()
1296 streamer_priv->srb_queued = 2; /* Can't sleep, use srb_bh */ in streamer_set_rx_mode()
[all …]
D3c359.h276 volatile int srb_queued; member
Dolympic.h261 volatile int srb_queued; /* True if an SRB is still posted */ member
Dlanstreamer.h299 volatile int srb_queued; /* True if an SRB is still posted */ member
D3c359.c1083 if (xl_priv->srb_queued) in xl_interrupt()
1724 xl_priv->srb_queued = 1 ; in xl_srb_cmd()