Lines Matching refs:schid

33 static inline int do_siga_sync(unsigned long schid,
41 " lgr 1,%[schid]\n"
48 : [fc] "d" (fc), [schid] "d" (schid),
54 static inline int do_siga_input(unsigned long schid, unsigned long mask,
61 " lgr 1,%[schid]\n"
67 : [fc] "d" (fc), [schid] "d" (schid), [mask] "d" (mask)
74 * @schid: subchannel id or in case of QEBSM the subchannel token
83 static inline int do_siga_output(unsigned long schid, unsigned long mask,
91 " lgr 1,%[schid]\n"
99 : [schid] "d" (schid), [mask] "d" (mask), [aob] "d" (aob)
298 unsigned long schid = *((u32 *) &q->irq_ptr->schid);
306 schid = q->irq_ptr->sch_token;
310 cc = do_siga_sync(schid, output, input, fc);
327 unsigned long schid = *((u32 *) &q->irq_ptr->schid);
340 schid = q->irq_ptr->sch_token;
344 cc = do_siga_output(schid, q->mask, busy_bit, fc, aob);
367 unsigned long schid = *((u32 *) &q->irq_ptr->schid);
375 schid = q->irq_ptr->sch_token;
379 cc = do_siga_input(schid, q->mask, fc);
857 DBF_ERROR("%4x sense:", irq_ptr->schid.sch_no);
900 DBF_ERROR("%4x ACT CHECK", irq_ptr->schid.sch_no);
939 DBF_ERROR("%4x EQ:error", irq_ptr->schid.sch_no);
949 struct subchannel_id schid;
953 ccw_device_get_schid(cdev, &schid);
954 DBF_ERROR("qint:%4x", schid.sch_no);
962 DBF_ERROR("%4x IO error", irq_ptr->schid.sch_no);
1007 struct subchannel_id schid;
1012 ccw_device_get_schid(cdev, &schid);
1013 DBF_EVENT("get ssqd:%4x", schid.sch_no);
1014 return qdio_setup_get_ssqd(NULL, &schid, data);
1046 DBF_ERROR("%4x SHUTD ERR", irq->schid.sch_no);
1067 struct subchannel_id schid;
1074 ccw_device_get_schid(cdev, &schid);
1075 DBF_EVENT("qshutdown:%4x", schid.sch_no);
1116 struct subchannel_id schid;
1121 ccw_device_get_schid(cdev, &schid);
1122 DBF_EVENT("qfree:%4x", schid.sch_no);
1148 struct subchannel_id schid;
1152 ccw_device_get_schid(cdev, &schid);
1153 DBF_EVENT("qallocate:%4x", schid.sch_no);
1256 struct subchannel_id schid;
1260 ccw_device_get_schid(cdev, &schid);
1261 DBF_EVENT("qestablish:%4x", schid.sch_no);
1298 DBF_ERROR("%4x est IO ERR", irq_ptr->schid.sch_no);
1348 struct subchannel_id schid;
1351 ccw_device_get_schid(cdev, &schid);
1352 DBF_EVENT("qactivate:%4x", schid.sch_no);
1375 DBF_ERROR("%4x act IO ERR", irq_ptr->schid.sch_no);