Searched refs:c64 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/s390/cio/
H A Dorb.h34 u32 c64:1; /* IDAW/QDIO 64 bit control */ member in struct:cmd_orb
H A Dvfio_ccw_cp.c235 #define idal_is_2k(_cp) (!(_cp)->orb.cmd.c64 || (_cp)->orb.cmd.i2k)
531 if (cp->orb.cmd.c64) {
570 int size = cp->orb.cmd.c64 ? sizeof(u64) : sizeof(u32);
588 if (!cp->orb.cmd.c64)
595 if (!cp->orb.cmd.c64)
646 if (cp->orb.cmd.c64)
703 * 1. Supports idal(c64) ccw chaining.
873 if (!orb->cmd.c64)
875 orb->cmd.c64 = 1;
H A Dcio.c147 orb->cmd.c64 = 1;

Completed in 156 milliseconds