Home
last modified time | relevance | path

Searched refs:SubChannelId (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Ddasd-ipl.c76 static int run_dynamic_ccw_program(SubChannelId schid, uint16_t cutype, in run_dynamic_ccw_program()
114 static int run_readipl(SubChannelId schid, uint16_t cutype) in run_readipl()
182 static int run_ipl1(SubChannelId schid, uint16_t cutype) in run_ipl1()
189 static int run_ipl2(SubChannelId schid, uint16_t cutype, uint32_t addr) in run_ipl2()
198 int dasd_ipl(SubChannelId schid, uint16_t cutype) in dasd_ipl()
H A Dcio.h136 } __attribute__ ((packed, aligned(4))) SubChannelId; typedef
364 extern SubChannelId net_schid;
367 void enable_subchannel(SubChannelId schid);
368 uint16_t cu_type(SubChannelId schid);
369 int basic_sense(SubChannelId schid, uint16_t cutype, void *sense_data,
371 int do_cio(SubChannelId schid, uint16_t cutype, uint32_t ccw_addr, int fmt);
H A Dcio.c23 static int __do_cio(SubChannelId schid, uint32_t ccw_addr, int fmt, Irb *irb);
42 void enable_subchannel(SubChannelId schid) in enable_subchannel()
51 uint16_t cu_type(SubChannelId schid) in cu_type()
69 int basic_sense(SubChannelId schid, uint16_t cutype, void *sense_data, in basic_sense()
310 static int __do_cio(SubChannelId schid, uint32_t ccw_addr, int fmt, Irb *irb) in __do_cio()
370 int do_cio(SubChannelId schid, uint16_t cutype, uint32_t ccw_addr, int fmt) in do_cio()
H A Dvirtio.h106 SubChannelId schid;
240 SubChannelId schid;
272 int drain_irqs(SubChannelId schid);
H A Ddasd-ipl.h14 int dasd_ipl(SubChannelId schid, uint16_t cutype);
H A Ds390-ccw.h72 bool virtio_is_supported(SubChannelId schid);
73 int virtio_blk_setup_device(SubChannelId schid);
H A Dvirtio-scsi.h72 int virtio_scsi_setup_device(SubChannelId schid);
H A Dvirtio.c65 static long virtio_notify(SubChannelId schid, int vq_idx, long cookie) in virtio_notify()
75 int drain_irqs(SubChannelId schid) in drain_irqs()
335 bool virtio_is_supported(SubChannelId schid) in virtio_is_supported()
H A Dvirtio-blkdev.c225 int virtio_blk_setup_device(SubChannelId schid) in virtio_blk_setup_device()
H A Dmain.c22 static SubChannelId blk_schid = { .one = 1 };
H A Dvirtio-scsi.c479 int virtio_scsi_setup_device(SubChannelId schid) in virtio_scsi_setup_device()
H A Dnetmain.c54 SubChannelId net_schid = { .one = 1 };