1 // SPDX-License-Identifier: GPL-2.0
3 * S/390 common I/O routines -- channel subsystem call
5 * Copyright IBM Corp. 1999,2012
11 #define KMSG_COMPONENT "cio"
12 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
14 #include <linux/module.h>
15 #include <linux/slab.h>
16 #include <linux/init.h>
17 #include <linux/device.h>
18 #include <linux/mutex.h>
19 #include <linux/pci.h>
22 #include <asm/chpid.h>
26 #include <asm/ebcdic.h>
30 #include "cio_debug.h"
35 static void *sei_page;
36 static void *chsc_page;
37 static DEFINE_SPINLOCK(chsc_page_lock);
39 #define SEI_VF_FLA 0xc0 /* VF flag for Full Link Address */
40 #define SEI_RS_CHPID 0x4 /* 4 in RS field indicates CHPID */
42 static BLOCKING_NOTIFIER_HEAD(chsc_notifiers);
44 int chsc_notifier_register(struct notifier_block *nb)
46 return blocking_notifier_chain_register(&chsc_notifiers, nb);
48 EXPORT_SYMBOL(chsc_notifier_register);
50 int chsc_notifier_unregister(struct notifier_block *nb)
52 return blocking_notifier_chain_unregister(&chsc_notifiers, nb);
54 EXPORT_SYMBOL(chsc_notifier_unregister);
57 * chsc_error_from_response() - convert a chsc response to an error
58 * @response: chsc response code
60 * Returns an appropriate Linux error code for @response.
62 int chsc_error_from_response(int response)
76 case 0x0106: /* "Wrong Channel Parm" for the op 0x003d */
79 case 0x0107: /* "Channel busy" for the op 0x003d */
84 case 0x0108: /* "HW limit exceeded" for the op 0x003d */
90 EXPORT_SYMBOL_GPL(chsc_error_from_response);
92 struct chsc_ssd_area {
93 struct chsc_header request;
97 u16 f_sch; /* first subchannel */
99 u16 l_sch; /* last subchannel */
101 struct chsc_header response;
105 u8 st : 3; /* subchannel type */
107 u8 unit_addr; /* unit address */
108 u16 devno; /* device number */
111 u16 sch; /* subchannel */
112 u8 chpid[8]; /* chpids 0-7 */
113 u16 fla[8]; /* full link addresses 0-7 */
114 } __packed __aligned(PAGE_SIZE);
116 int chsc_get_ssd_info(struct subchannel_id schid, struct chsc_ssd_info *ssd)
118 struct chsc_ssd_area *ssd_area;
125 spin_lock_irqsave(&chsc_page_lock, flags);
126 memset(chsc_page, 0, PAGE_SIZE);
127 ssd_area = chsc_page;
128 ssd_area->request.length = 0x0010;
129 ssd_area->request.code = 0x0004;
130 ssd_area->ssid = schid.ssid;
131 ssd_area->f_sch = schid.sch_no;
132 ssd_area->l_sch = schid.sch_no;
134 ccode = chsc(ssd_area);
135 /* Check response. */
137 ret = (ccode == 3) ? -ENODEV : -EBUSY;
140 ret = chsc_error_from_response(ssd_area->response.code);
142 CIO_MSG_EVENT(2, "chsc: ssd failed for 0.%x.%04x (rc=%04x)\n",
143 schid.ssid, schid.sch_no,
144 ssd_area->response.code);
147 if (!ssd_area->sch_valid) {
153 memset(ssd, 0, sizeof(struct chsc_ssd_info));
154 if ((ssd_area->st != SUBCHANNEL_TYPE_IO) &&
155 (ssd_area->st != SUBCHANNEL_TYPE_MSG))
157 ssd->path_mask = ssd_area->path_mask;
158 ssd->fla_valid_mask = ssd_area->fla_valid_mask;
159 for (i = 0; i < 8; i++) {
161 if (ssd_area->path_mask & mask) {
162 chp_id_init(&ssd->chpid[i]);
163 ssd->chpid[i].id = ssd_area->chpid[i];
165 if (ssd_area->fla_valid_mask & mask)
166 ssd->fla[i] = ssd_area->fla[i];
169 spin_unlock_irqrestore(&chsc_page_lock, flags);
174 * chsc_ssqd() - store subchannel QDIO data (SSQD)
175 * @schid: id of the subchannel on which SSQD is performed
176 * @ssqd: request and response block for SSQD
178 * Returns 0 on success.
180 int chsc_ssqd(struct subchannel_id schid, struct chsc_ssqd_area *ssqd)
182 memset(ssqd, 0, sizeof(*ssqd));
183 ssqd->request.length = 0x0010;
184 ssqd->request.code = 0x0024;
185 ssqd->first_sch = schid.sch_no;
186 ssqd->last_sch = schid.sch_no;
187 ssqd->ssid = schid.ssid;
192 return chsc_error_from_response(ssqd->response.code);
194 EXPORT_SYMBOL_GPL(chsc_ssqd);
197 * chsc_sadc() - set adapter device controls (SADC)
198 * @schid: id of the subchannel on which SADC is performed
199 * @scssc: request and response block for SADC
200 * @summary_indicator_addr: summary indicator address
201 * @subchannel_indicator_addr: subchannel indicator address
202 * @isc: Interruption Subclass for this subchannel
204 * Returns 0 on success.
206 int chsc_sadc(struct subchannel_id schid, struct chsc_scssc_area *scssc,
207 dma64_t summary_indicator_addr, dma64_t subchannel_indicator_addr, u8 isc)
209 memset(scssc, 0, sizeof(*scssc));
210 scssc->request.length = 0x0fe0;
211 scssc->request.code = 0x0021;
212 scssc->operation_code = 0;
214 scssc->summary_indicator_addr = summary_indicator_addr;
215 scssc->subchannel_indicator_addr = subchannel_indicator_addr;
217 scssc->ks = PAGE_DEFAULT_KEY >> 4;
218 scssc->kc = PAGE_DEFAULT_KEY >> 4;
220 scssc->schid = schid;
222 /* enable the time delay disablement facility */
223 if (css_general_characteristics.aif_tdd)
224 scssc->word_with_d_bit = 0x10000000;
229 return chsc_error_from_response(scssc->response.code);
231 EXPORT_SYMBOL_GPL(chsc_sadc);
233 static int s390_subchannel_remove_chpid(struct subchannel *sch, void *data)
235 spin_lock_irq(&sch->lock);
236 if (sch->driver && sch->driver->chp_event)
237 if (sch->driver->chp_event(sch, data, CHP_OFFLINE) != 0)
239 spin_unlock_irq(&sch->lock);
244 spin_unlock_irq(&sch->lock);
245 css_schedule_eval(sch->schid);
249 void chsc_chp_offline(struct chp_id chpid)
251 struct channel_path *chp = chpid_to_chp(chpid);
252 struct chp_link link;
255 sprintf(dbf_txt, "chpr%x.%02x", chpid.cssid, chpid.id);
256 CIO_TRACE_EVENT(2, dbf_txt);
258 if (chp_get_status(chpid) <= 0)
260 memset(&link, 0, sizeof(struct chp_link));
262 /* Wait until previous actions have settled. */
263 css_wait_for_slow_path();
265 mutex_lock(&chp->lock);
266 chp_update_desc(chp);
267 mutex_unlock(&chp->lock);
269 for_each_subchannel_staged(s390_subchannel_remove_chpid, NULL, &link);
272 static int __s390_process_res_acc(struct subchannel *sch, void *data)
274 spin_lock_irq(&sch->lock);
275 if (sch->driver && sch->driver->chp_event)
276 sch->driver->chp_event(sch, data, CHP_ONLINE);
277 spin_unlock_irq(&sch->lock);
282 static void s390_process_res_acc(struct chp_link *link)
286 sprintf(dbf_txt, "accpr%x.%02x", link->chpid.cssid,
288 CIO_TRACE_EVENT( 2, dbf_txt);
289 if (link->fla != 0) {
290 sprintf(dbf_txt, "fla%x", link->fla);
291 CIO_TRACE_EVENT( 2, dbf_txt);
293 /* Wait until previous actions have settled. */
294 css_wait_for_slow_path();
296 * I/O resources may have become accessible.
297 * Scan through all subchannels that may be concerned and
298 * do a validation on those.
299 * The more information we have (info), the less scanning
300 * will we have to do.
302 for_each_subchannel_staged(__s390_process_res_acc, NULL, link);
303 css_schedule_reprobe();
306 static int process_fces_event(struct subchannel *sch, void *data)
308 spin_lock_irq(&sch->lock);
309 if (sch->driver && sch->driver->chp_event)
310 sch->driver->chp_event(sch, data, CHP_FCES_EVENT);
311 spin_unlock_irq(&sch->lock);
315 struct chsc_sei_nt0_area {
317 u8 vf; /* validity flags */
318 u8 rs; /* reporting source */
319 u8 cc; /* content code */
320 u16 fla; /* full link address */
321 u16 rsid; /* reporting source id */
324 /* ccdf has to be big enough for a link-incident record */
325 u8 ccdf[PAGE_SIZE - 24 - 16]; /* content-code dependent field */
328 struct chsc_sei_nt2_area {
329 u8 flags; /* p and v bit */
332 u8 cc; /* content code */
334 u8 ccdf[PAGE_SIZE - 24 - 56]; /* content-code dependent field */
337 #define CHSC_SEI_NT0 (1ULL << 63)
338 #define CHSC_SEI_NT2 (1ULL << 61)
341 struct chsc_header request;
343 u64 ntsm; /* notification type mask */
344 struct chsc_header response;
348 struct chsc_sei_nt0_area nt0_area;
349 struct chsc_sei_nt2_area nt2_area;
350 u8 nt_area[PAGE_SIZE - 24];
352 } __packed __aligned(PAGE_SIZE);
355 * Link Incident Record as defined in SA22-7202, "ESCON I/O Interface"
358 #define LIR_IQ_CLASS_INFO 0
359 #define LIR_IQ_CLASS_DEGRADED 1
360 #define LIR_IQ_CLASS_NOT_OPERATIONAL 2
371 struct node_descriptor incident_node;
372 struct node_descriptor attached_node;
376 #define PARAMS_LEN 10 /* PARAMS=xx,xxxxxx */
377 #define NODEID_LEN 35 /* NODEID=tttttt/mdl,mmm.ppssssssssssss,xxxx */
379 /* Copy EBCDIC text, convert to ASCII and optionally add delimiter. */
380 static char *store_ebcdic(char *dest, const char *src, unsigned long len,
383 memcpy(dest, src, len);
392 static void chsc_link_from_sei(struct chp_link *link,
393 struct chsc_sei_nt0_area *sei_area)
395 if ((sei_area->vf & SEI_VF_FLA) != 0) {
396 link->fla = sei_area->fla;
397 link->fla_mask = ((sei_area->vf & SEI_VF_FLA) == SEI_VF_FLA) ?
402 /* Format node ID and parameters for output in LIR log message. */
403 static void format_node_data(char *params, char *id, struct node_descriptor *nd)
405 memset(params, 0, PARAMS_LEN);
406 memset(id, 0, NODEID_LEN);
408 if (nd->validity != ND_VALIDITY_VALID) {
409 strscpy(params, "n/a", PARAMS_LEN);
410 strscpy(id, "n/a", NODEID_LEN);
414 /* PARAMS=xx,xxxxxx */
415 snprintf(params, PARAMS_LEN, "%02x,%06x", nd->byte0, nd->params);
416 /* NODEID=tttttt/mdl,mmm.ppssssssssssss,xxxx */
417 id = store_ebcdic(id, nd->type, sizeof(nd->type), '/');
418 id = store_ebcdic(id, nd->model, sizeof(nd->model), ',');
419 id = store_ebcdic(id, nd->manufacturer, sizeof(nd->manufacturer), '.');
420 id = store_ebcdic(id, nd->plant, sizeof(nd->plant), 0);
421 id = store_ebcdic(id, nd->seq, sizeof(nd->seq), ',');
422 sprintf(id, "%04X", nd->tag);
425 static void chsc_process_sei_link_incident(struct chsc_sei_nt0_area *sei_area)
427 struct lir *lir = (struct lir *) &sei_area->ccdf;
428 char iuparams[PARAMS_LEN], iunodeid[NODEID_LEN], auparams[PARAMS_LEN],
429 aunodeid[NODEID_LEN];
431 CIO_CRW_EVENT(4, "chsc: link incident (rs=%02x, rs_id=%04x, iq=%02x)\n",
432 sei_area->rs, sei_area->rsid, sei_area->ccdf[0]);
434 /* Ignore NULL Link Incident Records. */
438 /* Inform user that a link requires maintenance actions because it has
439 * become degraded or not operational. Note that this log message is
440 * the primary intention behind a Link Incident Record. */
442 format_node_data(iuparams, iunodeid, &lir->incident_node);
443 format_node_data(auparams, aunodeid, &lir->attached_node);
445 switch (lir->iq.class) {
446 case LIR_IQ_CLASS_DEGRADED:
447 pr_warn("Link degraded: RS=%02x RSID=%04x IC=%02x "
448 "IUPARAMS=%s IUNODEID=%s AUPARAMS=%s AUNODEID=%s\n",
449 sei_area->rs, sei_area->rsid, lir->ic, iuparams,
450 iunodeid, auparams, aunodeid);
452 case LIR_IQ_CLASS_NOT_OPERATIONAL:
453 pr_err("Link stopped: RS=%02x RSID=%04x IC=%02x "
454 "IUPARAMS=%s IUNODEID=%s AUPARAMS=%s AUNODEID=%s\n",
455 sei_area->rs, sei_area->rsid, lir->ic, iuparams,
456 iunodeid, auparams, aunodeid);
463 static void chsc_process_sei_res_acc(struct chsc_sei_nt0_area *sei_area)
465 struct channel_path *chp;
466 struct chp_link link;
470 CIO_CRW_EVENT(4, "chsc: resource accessibility event (rs=%02x, "
471 "rs_id=%04x)\n", sei_area->rs, sei_area->rsid);
472 if (sei_area->rs != 4)
475 chpid.id = sei_area->rsid;
476 /* allocate a new channel path structure, if needed */
477 status = chp_get_status(chpid);
484 chp = chpid_to_chp(chpid);
485 mutex_lock(&chp->lock);
486 chp_update_desc(chp);
487 mutex_unlock(&chp->lock);
489 memset(&link, 0, sizeof(struct chp_link));
491 chsc_link_from_sei(&link, sei_area);
492 s390_process_res_acc(&link);
495 static void chsc_process_sei_chp_avail(struct chsc_sei_nt0_area *sei_area)
497 struct channel_path *chp;
502 CIO_CRW_EVENT(4, "chsc: channel path availability information\n");
503 if (sei_area->rs != 0)
505 data = sei_area->ccdf;
507 for (num = 0; num <= __MAX_CHPID; num++) {
508 if (!chp_test_bit(data, num))
512 CIO_CRW_EVENT(4, "Update information for channel path "
513 "%x.%02x\n", chpid.cssid, chpid.id);
514 chp = chpid_to_chp(chpid);
519 mutex_lock(&chp->lock);
520 chp_update_desc(chp);
521 mutex_unlock(&chp->lock);
525 struct chp_config_data {
531 static void chsc_process_sei_chp_config(struct chsc_sei_nt0_area *sei_area)
533 struct chp_config_data *data;
536 char *events[3] = {"configure", "deconfigure", "cancel deconfigure"};
538 CIO_CRW_EVENT(4, "chsc: channel-path-configuration notification\n");
539 if (sei_area->rs != 0)
541 data = (struct chp_config_data *) &(sei_area->ccdf);
543 for (num = 0; num <= __MAX_CHPID; num++) {
544 if (!chp_test_bit(data->map, num))
547 pr_notice("Processing %s for channel path %x.%02x\n",
548 events[data->op], chpid.cssid, chpid.id);
551 chp_cfg_schedule(chpid, 1);
554 chp_cfg_schedule(chpid, 0);
557 chp_cfg_cancel_deconfigure(chpid);
563 static void chsc_process_sei_scm_change(struct chsc_sei_nt0_area *sei_area)
567 CIO_CRW_EVENT(4, "chsc: scm change notification\n");
568 if (sei_area->rs != 7)
571 ret = scm_update_information();
573 CIO_CRW_EVENT(0, "chsc: updating change notification"
574 " failed (rc=%d).\n", ret);
577 static void chsc_process_sei_scm_avail(struct chsc_sei_nt0_area *sei_area)
581 CIO_CRW_EVENT(4, "chsc: scm available information\n");
582 if (sei_area->rs != 7)
585 ret = scm_process_availability_information();
587 CIO_CRW_EVENT(0, "chsc: process availability information"
588 " failed (rc=%d).\n", ret);
591 static void chsc_process_sei_ap_cfg_chg(struct chsc_sei_nt0_area *sei_area)
593 CIO_CRW_EVENT(3, "chsc: ap config changed\n");
594 if (sei_area->rs != 5)
597 blocking_notifier_call_chain(&chsc_notifiers,
598 CHSC_NOTIFY_AP_CFG, NULL);
601 static void chsc_process_sei_fces_event(struct chsc_sei_nt0_area *sei_area)
603 struct chp_link link;
605 struct channel_path *chp;
608 "chsc: FCES status notification (rs=%02x, rs_id=%04x, FCES-status=%x)\n",
609 sei_area->rs, sei_area->rsid, sei_area->ccdf[0]);
611 if (sei_area->rs != SEI_RS_CHPID)
614 chpid.id = sei_area->rsid;
616 /* Ignore the event on unknown/invalid chp */
617 chp = chpid_to_chp(chpid);
621 memset(&link, 0, sizeof(struct chp_link));
623 chsc_link_from_sei(&link, sei_area);
625 for_each_subchannel_staged(process_fces_event, NULL, &link);
628 static void chsc_process_sei_nt2(struct chsc_sei_nt2_area *sei_area)
630 switch (sei_area->cc) {
632 zpci_event_error(sei_area->ccdf);
635 zpci_event_availability(sei_area->ccdf);
638 CIO_CRW_EVENT(2, "chsc: sei nt2 unhandled cc=%d\n",
644 static void chsc_process_sei_nt0(struct chsc_sei_nt0_area *sei_area)
646 /* which kind of information was stored? */
647 switch (sei_area->cc) {
648 case 1: /* link incident*/
649 chsc_process_sei_link_incident(sei_area);
651 case 2: /* i/o resource accessibility */
652 chsc_process_sei_res_acc(sei_area);
654 case 3: /* ap config changed */
655 chsc_process_sei_ap_cfg_chg(sei_area);
657 case 7: /* channel-path-availability information */
658 chsc_process_sei_chp_avail(sei_area);
660 case 8: /* channel-path-configuration notification */
661 chsc_process_sei_chp_config(sei_area);
663 case 12: /* scm change notification */
664 chsc_process_sei_scm_change(sei_area);
666 case 14: /* scm available notification */
667 chsc_process_sei_scm_avail(sei_area);
669 case 15: /* FCES event notification */
670 chsc_process_sei_fces_event(sei_area);
672 default: /* other stuff */
673 CIO_CRW_EVENT(2, "chsc: sei nt0 unhandled cc=%d\n",
678 /* Check if we might have lost some information. */
679 if (sei_area->flags & 0x40) {
680 CIO_CRW_EVENT(2, "chsc: event overflow\n");
681 css_schedule_eval_all();
685 static void chsc_process_event_information(struct chsc_sei *sei, u64 ntsm)
687 static int ntsm_unsupported;
690 memset(sei, 0, sizeof(*sei));
691 sei->request.length = 0x0010;
692 sei->request.code = 0x000e;
693 if (!ntsm_unsupported)
699 if (sei->response.code != 0x0001) {
700 CIO_CRW_EVENT(2, "chsc: sei failed (rc=%04x, ntsm=%llx)\n",
701 sei->response.code, sei->ntsm);
703 if (sei->response.code == 3 && sei->ntsm) {
704 /* Fallback for old firmware. */
705 ntsm_unsupported = 1;
711 CIO_CRW_EVENT(2, "chsc: sei successful (nt=%d)\n", sei->nt);
714 chsc_process_sei_nt0(&sei->u.nt0_area);
717 chsc_process_sei_nt2(&sei->u.nt2_area);
720 CIO_CRW_EVENT(2, "chsc: unhandled nt: %d\n", sei->nt);
724 if (!(sei->u.nt0_area.flags & 0x80))
730 * Handle channel subsystem related CRWs.
731 * Use store event information to find out what's going on.
733 * Note: Access to sei_page is serialized through machine check handler
734 * thread, so no need for locking.
736 static void chsc_process_crw(struct crw *crw0, struct crw *crw1, int overflow)
738 struct chsc_sei *sei = sei_page;
741 css_schedule_eval_all();
744 CIO_CRW_EVENT(2, "CRW reports slct=%d, oflw=%d, "
745 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n",
746 crw0->slct, crw0->oflw, crw0->chn, crw0->rsc, crw0->anc,
747 crw0->erc, crw0->rsid);
749 CIO_TRACE_EVENT(2, "prcss");
750 chsc_process_event_information(sei, CHSC_SEI_NT0 | CHSC_SEI_NT2);
753 void chsc_chp_online(struct chp_id chpid)
755 struct channel_path *chp = chpid_to_chp(chpid);
756 struct chp_link link;
759 sprintf(dbf_txt, "cadd%x.%02x", chpid.cssid, chpid.id);
760 CIO_TRACE_EVENT(2, dbf_txt);
762 if (chp_get_status(chpid) != 0) {
763 memset(&link, 0, sizeof(struct chp_link));
765 /* Wait until previous actions have settled. */
766 css_wait_for_slow_path();
768 mutex_lock(&chp->lock);
769 chp_update_desc(chp);
770 mutex_unlock(&chp->lock);
772 for_each_subchannel_staged(__s390_process_res_acc, NULL,
774 css_schedule_reprobe();
778 static void __s390_subchannel_vary_chpid(struct subchannel *sch,
779 struct chp_id chpid, int on)
782 struct chp_link link;
784 memset(&link, 0, sizeof(struct chp_link));
786 spin_lock_irqsave(&sch->lock, flags);
787 if (sch->driver && sch->driver->chp_event)
788 sch->driver->chp_event(sch, &link,
789 on ? CHP_VARY_ON : CHP_VARY_OFF);
790 spin_unlock_irqrestore(&sch->lock, flags);
793 static int s390_subchannel_vary_chpid_off(struct subchannel *sch, void *data)
795 struct chp_id *chpid = data;
797 __s390_subchannel_vary_chpid(sch, *chpid, 0);
801 static int s390_subchannel_vary_chpid_on(struct subchannel *sch, void *data)
803 struct chp_id *chpid = data;
805 __s390_subchannel_vary_chpid(sch, *chpid, 1);
810 * chsc_chp_vary - propagate channel-path vary operation to subchannels
811 * @chpid: channl-path ID
812 * @on: non-zero for vary online, zero for vary offline
814 int chsc_chp_vary(struct chp_id chpid, int on)
816 struct channel_path *chp = chpid_to_chp(chpid);
819 * Redo PathVerification on the devices the chpid connects to
822 /* Try to update the channel path description. */
823 chp_update_desc(chp);
824 for_each_subchannel_staged(s390_subchannel_vary_chpid_on,
826 css_schedule_reprobe();
828 for_each_subchannel_staged(s390_subchannel_vary_chpid_off,
835 chsc_remove_cmg_attr(struct channel_subsystem *css)
839 for (i = 0; i <= __MAX_CHPID; i++) {
842 chp_remove_cmg_attr(css->chps[i]);
847 chsc_add_cmg_attr(struct channel_subsystem *css)
852 for (i = 0; i <= __MAX_CHPID; i++) {
855 ret = chp_add_cmg_attr(css->chps[i]);
864 chp_remove_cmg_attr(css->chps[i]);
869 int __chsc_do_secm(struct channel_subsystem *css, int enable)
872 struct chsc_header request;
873 u32 operation_code : 2;
879 dma64_t cub[CSS_NUM_CUB_PAGES];
880 dma64_t ecub[CSS_NUM_ECUB_PAGES];
882 struct chsc_header response;
887 } __packed *secm_area;
891 spin_lock_irqsave(&chsc_page_lock, flags);
892 memset(chsc_page, 0, PAGE_SIZE);
893 secm_area = chsc_page;
894 secm_area->request.length = 0x0050;
895 secm_area->request.code = 0x0016;
897 secm_area->key = PAGE_DEFAULT_KEY >> 4;
900 for (i = 0; i < CSS_NUM_CUB_PAGES; i++)
901 secm_area->cub[i] = (__force dma64_t)virt_to_dma32(css->cub[i]);
902 for (i = 0; i < CSS_NUM_ECUB_PAGES; i++)
903 secm_area->ecub[i] = virt_to_dma64(css->ecub[i]);
905 secm_area->operation_code = enable ? 0 : 1;
907 ccode = chsc(secm_area);
909 ret = (ccode == 3) ? -ENODEV : -EBUSY;
913 switch (secm_area->response.code) {
919 ret = chsc_error_from_response(secm_area->response.code);
922 CIO_CRW_EVENT(2, "chsc: secm failed (rc=%04x)\n",
923 secm_area->response.code);
925 spin_unlock_irqrestore(&chsc_page_lock, flags);
929 static int cub_alloc(struct channel_subsystem *css)
933 for (i = 0; i < CSS_NUM_CUB_PAGES; i++) {
934 css->cub[i] = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA);
938 for (i = 0; i < CSS_NUM_ECUB_PAGES; i++) {
939 css->ecub[i] = (void *)get_zeroed_page(GFP_KERNEL);
947 static void cub_free(struct channel_subsystem *css)
951 for (i = 0; i < CSS_NUM_CUB_PAGES; i++) {
952 free_page((unsigned long)css->cub[i]);
955 for (i = 0; i < CSS_NUM_ECUB_PAGES; i++) {
956 free_page((unsigned long)css->ecub[i]);
962 chsc_secm(struct channel_subsystem *css, int enable)
966 if (enable && !css->cm_enabled) {
967 ret = cub_alloc(css);
971 ret = __chsc_do_secm(css, enable);
973 css->cm_enabled = enable;
974 if (css->cm_enabled) {
975 ret = chsc_add_cmg_attr(css);
977 __chsc_do_secm(css, 0);
981 chsc_remove_cmg_attr(css);
985 if (!css->cm_enabled)
991 int chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt,
992 int c, int m, void *page)
994 struct chsc_scpd *scpd_area;
997 if ((rfmt == 1 || rfmt == 0) && c == 1 &&
998 !css_general_characteristics.fcs)
1000 if ((rfmt == 2) && !css_general_characteristics.cib)
1002 if ((rfmt == 3) && !css_general_characteristics.util_str)
1005 memset(page, 0, PAGE_SIZE);
1007 scpd_area->request.length = 0x0010;
1008 scpd_area->request.code = 0x0002;
1009 scpd_area->cssid = chpid.cssid;
1010 scpd_area->first_chpid = chpid.id;
1011 scpd_area->last_chpid = chpid.id;
1014 scpd_area->fmt = fmt;
1015 scpd_area->rfmt = rfmt;
1017 ccode = chsc(scpd_area);
1019 return (ccode == 3) ? -ENODEV : -EBUSY;
1021 ret = chsc_error_from_response(scpd_area->response.code);
1023 CIO_CRW_EVENT(2, "chsc: scpd failed (rc=%04x)\n",
1024 scpd_area->response.code);
1027 EXPORT_SYMBOL_GPL(chsc_determine_channel_path_desc);
1029 #define chsc_det_chp_desc(FMT, c) \
1030 int chsc_determine_fmt##FMT##_channel_path_desc( \
1031 struct chp_id chpid, struct channel_path_desc_fmt##FMT *desc) \
1033 struct chsc_scpd *scpd_area; \
1034 unsigned long flags; \
1037 spin_lock_irqsave(&chsc_page_lock, flags); \
1038 scpd_area = chsc_page; \
1039 ret = chsc_determine_channel_path_desc(chpid, 0, FMT, c, 0, \
1044 memcpy(desc, scpd_area->data, sizeof(*desc)); \
1046 spin_unlock_irqrestore(&chsc_page_lock, flags); \
1050 chsc_det_chp_desc(0, 0)
1051 chsc_det_chp_desc(1, 1)
1052 chsc_det_chp_desc(3, 0)
1055 chsc_initialize_cmg_chars(struct channel_path *chp, u8 cmcv,
1056 struct cmg_chars *chars)
1060 for (i = 0; i < NR_MEASUREMENT_CHARS; i++) {
1061 mask = 0x80 >> (i + 3);
1063 chp->cmg_chars.values[i] = chars->values[i];
1065 chp->cmg_chars.values[i] = 0;
1069 static unsigned long scmc_get_speed(u32 s, u32 p)
1071 unsigned long speed = s;
1081 int chsc_get_channel_measurement_chars(struct channel_path *chp)
1083 unsigned long flags;
1087 struct chsc_header request;
1089 u32 first_chpid : 8;
1093 struct chsc_header response;
1095 struct cmg_cmcb cmcb;
1103 if (!css_chsc_characteristics.scmc || !css_chsc_characteristics.secm)
1106 spin_lock_irqsave(&chsc_page_lock, flags);
1107 memset(chsc_page, 0, PAGE_SIZE);
1108 scmc_area = chsc_page;
1109 scmc_area->request.length = 0x0010;
1110 scmc_area->request.code = 0x0022;
1111 scmc_area->first_chpid = chp->chpid.id;
1112 scmc_area->last_chpid = chp->chpid.id;
1114 ccode = chsc(scmc_area);
1116 ret = (ccode == 3) ? -ENODEV : -EBUSY;
1120 ret = chsc_error_from_response(scmc_area->response.code);
1122 CIO_CRW_EVENT(2, "chsc: scmc failed (rc=%04x)\n",
1123 scmc_area->response.code);
1126 chp->cmcb = scmc_area->cmcb;
1127 if (scmc_area->cmcb.not_valid)
1130 chp->cmg = scmc_area->cmcb.cmg;
1131 chp->shared = scmc_area->cmcb.shared;
1132 chp->extended = scmc_area->cmcb.extended;
1133 chp->speed = scmc_get_speed(scmc_area->cmcb.cmgs, scmc_area->cmcb.cmgp);
1134 chsc_initialize_cmg_chars(chp, scmc_area->cmcb.cmcv,
1135 (struct cmg_chars *)&scmc_area->cmcb.data);
1137 spin_unlock_irqrestore(&chsc_page_lock, flags);
1141 int __init chsc_init(void)
1145 sei_page = (void *)get_zeroed_page(GFP_KERNEL);
1146 chsc_page = (void *)get_zeroed_page(GFP_KERNEL);
1147 if (!sei_page || !chsc_page) {
1151 ret = crw_register_handler(CRW_RSC_CSS, chsc_process_crw);
1156 free_page((unsigned long)chsc_page);
1157 free_page((unsigned long)sei_page);
1161 void __init chsc_init_cleanup(void)
1163 crw_unregister_handler(CRW_RSC_CSS);
1164 free_page((unsigned long)chsc_page);
1165 free_page((unsigned long)sei_page);
1168 int __chsc_enable_facility(struct chsc_sda_area *sda_area, int operation_code)
1172 sda_area->request.length = 0x0400;
1173 sda_area->request.code = 0x0031;
1174 sda_area->operation_code = operation_code;
1176 ret = chsc(sda_area);
1178 ret = (ret == 3) ? -ENODEV : -EBUSY;
1182 switch (sda_area->response.code) {
1187 ret = chsc_error_from_response(sda_area->response.code);
1193 int chsc_enable_facility(int operation_code)
1195 struct chsc_sda_area *sda_area;
1196 unsigned long flags;
1199 spin_lock_irqsave(&chsc_page_lock, flags);
1200 memset(chsc_page, 0, PAGE_SIZE);
1201 sda_area = chsc_page;
1203 ret = __chsc_enable_facility(sda_area, operation_code);
1205 CIO_CRW_EVENT(2, "chsc: sda (oc=%x) failed (rc=%04x)\n",
1206 operation_code, sda_area->response.code);
1208 spin_unlock_irqrestore(&chsc_page_lock, flags);
1212 int __init chsc_get_cssid_iid(int idx, u8 *cssid, u8 *iid)
1215 struct chsc_header request;
1219 struct chsc_header response;
1229 spin_lock_irq(&chsc_page_lock);
1230 memset(chsc_page, 0, PAGE_SIZE);
1231 sdcal_area = chsc_page;
1232 sdcal_area->request.length = 0x0020;
1233 sdcal_area->request.code = 0x0034;
1234 sdcal_area->atype = 4;
1236 ret = chsc(sdcal_area);
1238 ret = (ret == 3) ? -ENODEV : -EBUSY;
1242 ret = chsc_error_from_response(sdcal_area->response.code);
1244 CIO_CRW_EVENT(2, "chsc: sdcal failed (rc=%04x)\n",
1245 sdcal_area->response.code);
1249 if ((addr_t) &sdcal_area->list[idx] <
1250 (addr_t) &sdcal_area->response + sdcal_area->response.length) {
1251 *cssid = sdcal_area->list[idx].cssid;
1252 *iid = sdcal_area->list[idx].iid;
1257 spin_unlock_irq(&chsc_page_lock);
1261 struct css_general_char css_general_characteristics;
1262 struct css_chsc_char css_chsc_characteristics;
1265 chsc_determine_css_characteristics(void)
1267 unsigned long flags;
1270 struct chsc_header request;
1274 struct chsc_header response;
1276 u32 general_char[510];
1280 spin_lock_irqsave(&chsc_page_lock, flags);
1281 memset(chsc_page, 0, PAGE_SIZE);
1282 scsc_area = chsc_page;
1283 scsc_area->request.length = 0x0010;
1284 scsc_area->request.code = 0x0010;
1286 result = chsc(scsc_area);
1288 result = (result == 3) ? -ENODEV : -EBUSY;
1292 result = chsc_error_from_response(scsc_area->response.code);
1294 memcpy(&css_general_characteristics, scsc_area->general_char,
1295 sizeof(css_general_characteristics));
1296 memcpy(&css_chsc_characteristics, scsc_area->chsc_char,
1297 sizeof(css_chsc_characteristics));
1299 CIO_CRW_EVENT(2, "chsc: scsc failed (rc=%04x)\n",
1300 scsc_area->response.code);
1302 spin_unlock_irqrestore(&chsc_page_lock, flags);
1306 EXPORT_SYMBOL_GPL(css_general_characteristics);
1307 EXPORT_SYMBOL_GPL(css_chsc_characteristics);
1309 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, long *clock_delta)
1312 struct chsc_header request;
1314 unsigned int op : 8;
1315 unsigned int rsvd1 : 8;
1316 unsigned int ctrl : 16;
1317 unsigned int rsvd2[5];
1318 struct chsc_header response;
1319 unsigned int rsvd3[3];
1321 unsigned int rsvd4[2];
1325 memset(page, 0, PAGE_SIZE);
1327 rr->request.length = 0x0020;
1328 rr->request.code = 0x0033;
1334 rc = (rr->response.code == 0x0001) ? 0 : -EIO;
1336 *clock_delta = rr->clock_delta;
1340 int chsc_sstpi(void *page, void *result, size_t size)
1343 struct chsc_header request;
1344 unsigned int rsvd0[3];
1345 struct chsc_header response;
1350 memset(page, 0, PAGE_SIZE);
1352 rr->request.length = 0x0010;
1353 rr->request.code = 0x0038;
1357 memcpy(result, &rr->data, size);
1358 return (rr->response.code == 0x0001) ? 0 : -EIO;
1361 int chsc_stzi(void *page, void *result, size_t size)
1364 struct chsc_header request;
1365 unsigned int rsvd0[3];
1366 struct chsc_header response;
1371 memset(page, 0, PAGE_SIZE);
1373 rr->request.length = 0x0010;
1374 rr->request.code = 0x003e;
1378 memcpy(result, &rr->data, size);
1379 return (rr->response.code == 0x0001) ? 0 : -EIO;
1382 int chsc_siosl(struct subchannel_id schid)
1385 struct chsc_header request;
1387 struct subchannel_id sid;
1389 struct chsc_header response;
1392 unsigned long flags;
1396 spin_lock_irqsave(&chsc_page_lock, flags);
1397 memset(chsc_page, 0, PAGE_SIZE);
1398 siosl_area = chsc_page;
1399 siosl_area->request.length = 0x0010;
1400 siosl_area->request.code = 0x0046;
1401 siosl_area->word1 = 0x80000000;
1402 siosl_area->sid = schid;
1404 ccode = chsc(siosl_area);
1410 CIO_MSG_EVENT(2, "chsc: chsc failed for 0.%x.%04x (ccode=%d)\n",
1411 schid.ssid, schid.sch_no, ccode);
1414 rc = chsc_error_from_response(siosl_area->response.code);
1416 CIO_MSG_EVENT(2, "chsc: siosl failed for 0.%x.%04x (rc=%04x)\n",
1417 schid.ssid, schid.sch_no,
1418 siosl_area->response.code);
1420 CIO_MSG_EVENT(4, "chsc: siosl succeeded for 0.%x.%04x\n",
1421 schid.ssid, schid.sch_no);
1423 spin_unlock_irqrestore(&chsc_page_lock, flags);
1426 EXPORT_SYMBOL_GPL(chsc_siosl);
1429 * chsc_scm_info() - store SCM information (SSI)
1430 * @scm_area: request and response block for SSI
1431 * @token: continuation token
1433 * Returns 0 on success.
1435 int chsc_scm_info(struct chsc_scm_info *scm_area, u64 token)
1439 memset(scm_area, 0, sizeof(*scm_area));
1440 scm_area->request.length = 0x0020;
1441 scm_area->request.code = 0x004C;
1442 scm_area->reqtok = token;
1444 ccode = chsc(scm_area);
1446 ret = (ccode == 3) ? -ENODEV : -EBUSY;
1449 ret = chsc_error_from_response(scm_area->response.code);
1451 CIO_MSG_EVENT(2, "chsc: scm info failed (rc=%04x)\n",
1452 scm_area->response.code);
1456 EXPORT_SYMBOL_GPL(chsc_scm_info);
1459 * chsc_pnso() - Perform Network-Subchannel Operation
1460 * @schid: id of the subchannel on which PNSO is performed
1461 * @pnso_area: request and response block for the operation
1462 * @oc: Operation Code
1463 * @resume_token: resume token for multiblock response
1464 * @cnc: Boolean change-notification control
1466 * pnso_area must be allocated by the caller with get_zeroed_page(GFP_KERNEL)
1468 * Returns 0 on success.
1470 int chsc_pnso(struct subchannel_id schid, struct chsc_pnso_area *pnso_area,
1471 u8 oc, struct chsc_pnso_resume_token resume_token, int cnc)
1473 memset(pnso_area, 0, sizeof(*pnso_area));
1474 pnso_area->request.length = 0x0030;
1475 pnso_area->request.code = 0x003d; /* network-subchannel operation */
1476 pnso_area->m = schid.m;
1477 pnso_area->ssid = schid.ssid;
1478 pnso_area->sch = schid.sch_no;
1479 pnso_area->cssid = schid.cssid;
1481 pnso_area->resume_token = resume_token;
1482 pnso_area->n = (cnc != 0);
1483 if (chsc(pnso_area))
1485 return chsc_error_from_response(pnso_area->response.code);
1488 int chsc_sgib(u32 origin)
1491 struct chsc_header request;
1497 /* operation data area begin */
1502 u8 reserved06[4029];
1503 struct chsc_header response;
1508 spin_lock_irq(&chsc_page_lock);
1509 memset(chsc_page, 0, PAGE_SIZE);
1510 sgib_area = chsc_page;
1511 sgib_area->request.length = 0x0fe0;
1512 sgib_area->request.code = 0x0021;
1513 sgib_area->op = 0x1;
1514 sgib_area->gib_origin = origin;
1516 ret = chsc(sgib_area);
1518 ret = chsc_error_from_response(sgib_area->response.code);
1519 spin_unlock_irq(&chsc_page_lock);
1523 EXPORT_SYMBOL_GPL(chsc_sgib);
1525 #define SCUD_REQ_LEN 0x10 /* SCUD request block length */
1526 #define SCUD_REQ_CMD 0x4b /* SCUD Command Code */
1542 struct chsc_header request;
1550 struct chsc_header response;
1554 struct chse_cudb cudb[];
1558 * chsc_scud() - Store control-unit description.
1559 * @cu: number of the control-unit
1560 * @esm: 8 1-byte endpoint security mode values
1561 * @esm_valid: validity mask for @esm
1563 * Interface to retrieve information about the endpoint security
1564 * modes for up to 8 paths of a control unit.
1566 * Returns 0 on success.
1568 int chsc_scud(u16 cu, u64 *esm, u8 *esm_valid)
1570 struct chsc_scud *scud = chsc_page;
1573 spin_lock_irq(&chsc_page_lock);
1574 memset(chsc_page, 0, PAGE_SIZE);
1575 scud->request.length = SCUD_REQ_LEN;
1576 scud->request.code = SCUD_REQ_CMD;
1579 scud->first_cu = cu;
1584 ret = chsc_error_from_response(scud->response.code);
1586 if (!ret && (scud->response.length <= 8 || scud->fmt_resp != 0
1587 || !(scud->cudb[0].flags & 0x80)
1588 || scud->cudb[0].cu != cu)) {
1590 CIO_MSG_EVENT(2, "chsc: scud failed rc=%04x, L2=%04x "
1591 "FMT=%04x, cudb.flags=%02x, cudb.cu=%04x",
1592 scud->response.code, scud->response.length,
1593 scud->fmt_resp, scud->cudb[0].flags, scud->cudb[0].cu);
1600 memcpy(esm, scud->cudb[0].esm, sizeof(*esm));
1601 *esm_valid = scud->cudb[0].esm_valid;
1603 spin_unlock_irq(&chsc_page_lock);
1606 EXPORT_SYMBOL_GPL(chsc_scud);