Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/net/
H A Dlcs.c235 card->read.ccws[LCS_NUM_BUFFS - 1].flags |= CCW_FLAG_SUSPEND; in lcs_setup_read_ccws()
275 CCW_FLAG_SUSPEND | CCW_FLAG_CC | CCW_FLAG_SLI; in lcs_setup_write_ccws()
623 if (channel->ccws[channel->io_idx].flags & CCW_FLAG_SUSPEND) in __lcs_resume_channel()
650 if (channel->ccws[next].flags & CCW_FLAG_SUSPEND) { in __lcs_ready_buffer_bits()
652 if (!(channel->ccws[prev].flags & CCW_FLAG_SUSPEND)) in __lcs_ready_buffer_bits()
656 channel->ccws[index].flags &= ~CCW_FLAG_SUSPEND; in __lcs_ready_buffer_bits()
698 channel->ccws[index].flags |= CCW_FLAG_SUSPEND; in __lcs_processed_buffer()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dlcs.c230 card->read.ccws[LCS_NUM_BUFFS - 1].flags |= CCW_FLAG_SUSPEND; in lcs_setup_read_ccws()
270 CCW_FLAG_SUSPEND | CCW_FLAG_CC | CCW_FLAG_SLI; in lcs_setup_write_ccws()
619 if (channel->ccws[channel->io_idx].flags & CCW_FLAG_SUSPEND) in __lcs_resume_channel()
646 if (channel->ccws[next].flags & CCW_FLAG_SUSPEND) { in __lcs_ready_buffer_bits()
648 if (!(channel->ccws[prev].flags & CCW_FLAG_SUSPEND)) in __lcs_ready_buffer_bits()
652 channel->ccws[index].flags &= ~CCW_FLAG_SUSPEND; in __lcs_ready_buffer_bits()
694 channel->ccws[index].flags |= CCW_FLAG_SUSPEND; in __lcs_processed_buffer()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dcio.h62 #define CCW_FLAG_SUSPEND 0x02 macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dcio.h62 #define CCW_FLAG_SUSPEND 0x02 macro

Completed in 12 milliseconds