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

/linux-master/arch/s390/include/asm/
H A Dcio.h63 #define CCW_FLAG_SUSPEND 0x02 macro
/linux-master/drivers/s390/net/
H A Dlcs.c230 card->read.ccws[LCS_NUM_BUFFS - 1].flags |= CCW_FLAG_SUSPEND;
269 CCW_FLAG_SUSPEND | CCW_FLAG_CC | CCW_FLAG_SLI;
617 if (channel->ccws[channel->io_idx].flags & CCW_FLAG_SUSPEND)
644 if (channel->ccws[next].flags & CCW_FLAG_SUSPEND) {
646 if (!(channel->ccws[prev].flags & CCW_FLAG_SUSPEND))
650 channel->ccws[index].flags &= ~CCW_FLAG_SUSPEND;
692 channel->ccws[index].flags |= CCW_FLAG_SUSPEND;

Completed in 270 milliseconds