Searched refs:CCW_FLAG_SUSPEND (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcio.h44 #define CCW_FLAG_SUSPEND 0x02 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Dcio.h44 #define CCW_FLAG_SUSPEND 0x02 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/net/
H A Dlcs.c251 card->read.ccws[LCS_NUM_BUFFS - 1].flags |= CCW_FLAG_SUSPEND;
291 CCW_FLAG_SUSPEND | CCW_FLAG_CC | CCW_FLAG_SLI;
643 if (channel->ccws[channel->io_idx].flags & CCW_FLAG_SUSPEND)
671 if (channel->ccws[next].flags & CCW_FLAG_SUSPEND) {
673 if (!(channel->ccws[prev].flags & CCW_FLAG_SUSPEND))
677 channel->ccws[index].flags &= ~CCW_FLAG_SUSPEND;
719 channel->ccws[index].flags |= CCW_FLAG_SUSPEND;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/net/
H A Dlcs.c251 card->read.ccws[LCS_NUM_BUFFS - 1].flags |= CCW_FLAG_SUSPEND;
291 CCW_FLAG_SUSPEND | CCW_FLAG_CC | CCW_FLAG_SLI;
643 if (channel->ccws[channel->io_idx].flags & CCW_FLAG_SUSPEND)
671 if (channel->ccws[next].flags & CCW_FLAG_SUSPEND) {
673 if (!(channel->ccws[prev].flags & CCW_FLAG_SUSPEND))
677 channel->ccws[index].flags &= ~CCW_FLAG_SUSPEND;
719 channel->ccws[index].flags |= CCW_FLAG_SUSPEND;

Completed in 75 milliseconds