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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcio.h44 #define CCW_FLAG_SUSPEND 0x02 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 88 milliseconds