Searched refs:SubChannelId (Results 1 – 12 of 12) sorted by relevance
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | dasd-ipl.c | 76 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 D | cio.h | 136 } __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 D | cio.c | 23 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 D | virtio.h | 106 SubChannelId schid; 240 SubChannelId schid; 272 int drain_irqs(SubChannelId schid);
|
| H A D | dasd-ipl.h | 14 int dasd_ipl(SubChannelId schid, uint16_t cutype);
|
| H A D | s390-ccw.h | 72 bool virtio_is_supported(SubChannelId schid); 73 int virtio_blk_setup_device(SubChannelId schid);
|
| H A D | virtio-scsi.h | 72 int virtio_scsi_setup_device(SubChannelId schid);
|
| H A D | virtio.c | 65 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 D | virtio-blkdev.c | 225 int virtio_blk_setup_device(SubChannelId schid) in virtio_blk_setup_device()
|
| H A D | main.c | 22 static SubChannelId blk_schid = { .one = 1 };
|
| H A D | virtio-scsi.c | 479 int virtio_scsi_setup_device(SubChannelId schid) in virtio_scsi_setup_device()
|
| H A D | netmain.c | 54 SubChannelId net_schid = { .one = 1 };
|