Home
last modified time | relevance | path

Searched refs:chsc (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dtrace.h282 * @chsc: CHSC block
286 TP_PROTO(struct chsc_header *chsc, int cc),
287 TP_ARGS(chsc, cc),
297 __entry->code = chsc->code;
298 memcpy(&entry->request, chsc,
299 min_t(u16, chsc->length, CHSC_MAX_REQUEST_LEN));
300 chsc = (struct chsc_header *) ((char *) chsc + chsc->length);
301 __entry->rcode = chsc
[all...]
H A Dchsc.c23 #include <asm/chsc.h>
34 #include "chsc.h"
41 * chsc_error_from_response() - convert a chsc response to an error
42 * @response: chsc response code
118 ccode = chsc(ssd_area); in chsc_get_ssd_info()
126 CIO_MSG_EVENT(2, "chsc: ssd failed for 0.%x.%04x (rc=%04x)\n", in chsc_get_ssd_info()
173 if (chsc(ssqd)) in chsc_ssqd()
210 if (chsc(scssc)) in chsc_sadc()
396 CIO_CRW_EVENT(4, "chsc: link incident (rs=%02x, rs_id=%04x, iq=%02x)\n", in chsc_process_sei_link_incident()
435 CIO_CRW_EVENT(4, "chsc in chsc_process_sei_res_acc()
[all...]
H A Dchsc_sch.c3 * Driver for s390 chsc subchannels
20 #include <asm/chsc.h>
50 MODULE_DESCRIPTION("driver for s390 chsc subchannels");
81 CHSC_MSG(6, "Detected chsc subchannel 0.%x.%04x\n", in chsc_subchannel_probe()
224 * chsc_async() - try to start a chsc request asynchronously
228 * Tries to start a chsc request on one of the existing chsc subchannels.
232 * %-EBUSY if all chsc subchannels are busy
233 * %-ENODEV if no chsc subchannels are available
258 cc = chsc(chsc_are in chsc_async()
[all...]
H A Dioasm.c166 int chsc(void *chsc_area) in chsc() function
184 EXPORT_SYMBOL(chsc); variable
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 \
H A Dchsc.h9 #include <asm/chsc.h>
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dtrace.h280 * @chsc: CHSC block
284 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
[all...]
H A Dchsc.c23 #include <asm/chsc.h>
34 #include "chsc.h"
44 * chsc_error_from_response() - convert a chsc response to an error
45 * @response: chsc response code
121 ccode = chsc(ssd_area); in chsc_get_ssd_info()
129 CIO_MSG_EVENT(2, "chsc: ssd failed for 0.%x.%04x (rc=%04x)\n", in chsc_get_ssd_info()
176 if (chsc(ssqd)) in chsc_ssqd()
213 if (chsc(scssc)) in chsc_sadc()
418 CIO_CRW_EVENT(4, "chsc: link incident (rs=%02x, rs_id=%04x, iq=%02x)\n", in chsc_process_sei_link_incident()
457 CIO_CRW_EVENT(4, "chsc in chsc_process_sei_res_acc()
[all...]
H A Dchsc_sch.c3 * Driver for s390 chsc subchannels
21 #include <asm/chsc.h>
51 MODULE_DESCRIPTION("driver for s390 chsc subchannels");
82 CHSC_MSG(6, "Detected chsc subchannel 0.%x.%04x\n", in chsc_subchannel_probe()
190 * chsc_async() - try to start a chsc request asynchronously
194 * Tries to start a chsc request on one of the existing chsc subchannels.
198 * %-EBUSY if all chsc subchannels are busy
199 * %-ENODEV if no chsc subchannels are available
224 cc = chsc(chsc_are in chsc_async()
[all...]
H A Dioasm.c173 int chsc(void *chsc_area) in chsc() function
191 EXPORT_SYMBOL(chsc); variable
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 \
H A Dchsc.h9 #include <asm/chsc.h>
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dchsc.h12 #include <uapi/asm/chsc.h>
H A Dccwdev.h14 #include <asm/chsc.h>
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dchsc.h12 #include <uapi/asm/chsc.h>
H A Dccwdev.h14 #include <asm/chsc.h>
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dqeth_l2_main.c25 #include <asm/chsc.h>
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dqeth_l2_main.c25 #include <asm/chsc.h>

Completed in 17 milliseconds