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)
287 unsigned long schid = *((u32 *) &q->irq_ptr->schid);
295 schid = q->irq_ptr->sch_token;
299 cc = do_siga_sync(schid, output, input, fc);
326 unsigned long schid = *((u32 *) &q->irq_ptr->schid);
339 schid = q->irq_ptr->sch_token;
343 cc = do_siga_output(schid, q->mask, busy_bit, fc, aob);
366 unsigned long schid = *((u32 *) &q->irq_ptr->schid);
374 schid = q->irq_ptr->sch_token;
378 cc = do_siga_input(schid, q->mask, fc);
685 DBF_ERROR("%4x sense:", irq_ptr->schid.sch_no);
707 DBF_ERROR("%4x ACT CHECK", irq_ptr->schid.sch_no);
740 DBF_ERROR("%4x EQ:error", irq_ptr->schid.sch_no);
750 struct subchannel_id schid;
754 ccw_device_get_schid(cdev, &schid);
755 DBF_ERROR("qint:%4x", schid.sch_no);
763 DBF_ERROR("%4x IO error", irq_ptr->schid.sch_no);
808 struct subchannel_id schid;
813 ccw_device_get_schid(cdev, &schid);
814 DBF_EVENT("get ssqd:%4x", schid.sch_no);
815 return qdio_setup_get_ssqd(NULL, &schid, data);
834 DBF_ERROR("%4x SHUTD ERR", irq->schid.sch_no);
857 struct subchannel_id schid;
864 ccw_device_get_schid(cdev, &schid);
865 DBF_EVENT("qshutdown:%4x", schid.sch_no);
903 struct subchannel_id schid;
908 ccw_device_get_schid(cdev, &schid);
909 DBF_EVENT("qfree:%4x", schid.sch_no);
935 struct subchannel_id schid;
939 ccw_device_get_schid(cdev, &schid);
940 DBF_EVENT("qallocate:%4x", schid.sch_no);
1026 struct subchannel_id schid;
1031 ccw_device_get_schid(cdev, &schid);
1032 DBF_EVENT("qestablish:%4x", schid.sch_no);
1057 DBF_ERROR("%4x NO EQ", schid.sch_no);
1081 DBF_ERROR("%4x est IO ERR", irq_ptr->schid.sch_no);
1129 struct subchannel_id schid;
1133 ccw_device_get_schid(cdev, &schid);
1134 DBF_EVENT("qactivate:%4x", schid.sch_no);
1141 DBF_ERROR("%4x NO AQ", schid.sch_no);
1163 DBF_ERROR("%4x act IO ERR", irq_ptr->schid.sch_no);