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

/linux-master/arch/s390/include/asm/
H A Dcio.h61 #define CCW_FLAG_PCI 0x08 macro
/linux-master/drivers/s390/net/
H A Dlcs.c215 CCW_FLAG_CC | CCW_FLAG_SLI | CCW_FLAG_PCI;
228 card->read.ccws[0].flags &= ~CCW_FLAG_PCI;
229 card->read.ccws[LCS_NUM_BUFFS - 1].flags &= ~CCW_FLAG_PCI;
648 channel->ccws[index].flags |= CCW_FLAG_PCI;
693 channel->ccws[index].flags &= ~CCW_FLAG_PCI;
705 channel->ccws[next].flags &= ~CCW_FLAG_PCI;

Completed in 92 milliseconds