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.c75 static int run_dynamic_ccw_program(SubChannelId schid, uint16_t cutype, in run_dynamic_ccw_program()
113 static void run_readipl(SubChannelId schid, uint16_t cutype) in run_readipl()
190 static void run_ipl1(SubChannelId schid, uint16_t cutype) in run_ipl1()
199 static void run_ipl2(SubChannelId schid, uint16_t cutype, uint32_t addr) in run_ipl2()
210 void dasd_ipl(SubChannelId schid, uint16_t cutype) in dasd_ipl()
H A Dcio.c22 static int __do_cio(SubChannelId schid, uint32_t ccw_addr, int fmt, Irb *irb);
41 void enable_subchannel(SubChannelId schid) in enable_subchannel()
50 uint16_t cu_type(SubChannelId schid) in cu_type()
67 int basic_sense(SubChannelId schid, uint16_t cutype, void *sense_data, in basic_sense()
315 static int __do_cio(SubChannelId schid, uint32_t ccw_addr, int fmt, Irb *irb) in __do_cio()
375 int do_cio(SubChannelId schid, uint16_t cutype, uint32_t ccw_addr, int fmt) in do_cio()
H A Dcio.h136 } __attribute__ ((packed, aligned(4))) SubChannelId; typedef
365 void enable_subchannel(SubChannelId schid);
366 uint16_t cu_type(SubChannelId schid);
367 int basic_sense(SubChannelId schid, uint16_t cutype, void *sense_data,
369 int do_cio(SubChannelId schid, uint16_t cutype, uint32_t ccw_addr, int fmt);
H A Dvirtio.h106 SubChannelId schid;
240 SubChannelId schid;
273 int drain_irqs(SubChannelId schid);
H A Ds390-ccw.h66 bool virtio_is_supported(SubChannelId schid);
67 int virtio_blk_setup_device(SubChannelId schid);
H A Ddasd-ipl.h14 void dasd_ipl(SubChannelId schid, uint16_t cutype);
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()
307 bool virtio_is_supported(SubChannelId schid) in virtio_is_supported()
H A Dnetmain.c56 static SubChannelId net_schid = { .one = 1 };
443 SubChannelId *schid = (SubChannelId *) 184; in write_subsystem_identification()
H A Dvirtio-scsi.h72 int virtio_scsi_setup_device(SubChannelId schid);
H A Dmain.c20 static SubChannelId blk_schid = { .one = 1 };
H A Dvirtio-blkdev.c225 int virtio_blk_setup_device(SubChannelId schid) in virtio_blk_setup_device()
H A Dvirtio-scsi.c434 int virtio_scsi_setup_device(SubChannelId schid) in virtio_scsi_setup_device()