Home
last modified time | relevance | path

Searched refs:chsc (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/s390/cio/
H A Dtrace.h284 TP_PROTO(struct chsc_header *chsc, int cc),
285 TP_ARGS(chsc, cc),
295 __entry->code = chsc->code;
296 memcpy(&entry->request, chsc,
297 min_t(u16, chsc->length, CHSC_MAX_REQUEST_LEN));
298 chsc = (struct chsc_header *) ((char *) chsc + chsc->length);
299 __entry->rcode = chsc->code;
300 memcpy(&entry->response, chsc,
301 min_t(u16, chsc->length, CHSC_MAX_RESPONSE_LEN));
H A Dioasm.c175 int chsc(void *chsc_area) in chsc() function
195 EXPORT_SYMBOL(chsc);
H A Dioasm.h22 int chsc(void *chsc_area);
H A DMakefile10 obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \
/linux/Documentation/driver-api/
H A Ds390-drivers.rst43 * CHSC subchannels (at most one). The chsc subchannel driver can be used
44 to send asynchronous chsc commands.
/linux/arch/s390/
H A DKconfig754 The driver creates a device /dev/chsc, which may be used to
756 to issue asynchronous chsc commands (DANGEROUS).
/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst239 'c' 80-9F arch/s390/include/asm/chsc.h conflict!
/linux/arch/s390/tools/
H A Dopcodes.txt264 b25f chsc RRE_R0