Searched refs:SubChannelId (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | dasd-ipl.c | 75 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 D | cio.c | 22 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 D | cio.h | 136 } __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 D | virtio.h | 106 SubChannelId schid; 240 SubChannelId schid; 273 int drain_irqs(SubChannelId schid);
|
H A D | s390-ccw.h | 66 bool virtio_is_supported(SubChannelId schid); 67 int virtio_blk_setup_device(SubChannelId schid);
|
H A D | dasd-ipl.h | 14 void dasd_ipl(SubChannelId schid, uint16_t cutype);
|
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() 307 bool virtio_is_supported(SubChannelId schid) in virtio_is_supported()
|
H A D | netmain.c | 56 static SubChannelId net_schid = { .one = 1 }; 443 SubChannelId *schid = (SubChannelId *) 184; in write_subsystem_identification()
|
H A D | virtio-scsi.h | 72 int virtio_scsi_setup_device(SubChannelId schid);
|
H A D | main.c | 20 static SubChannelId blk_schid = { .one = 1 };
|
H A D | virtio-blkdev.c | 225 int virtio_blk_setup_device(SubChannelId schid) in virtio_blk_setup_device()
|
H A D | virtio-scsi.c | 434 int virtio_scsi_setup_device(SubChannelId schid) in virtio_scsi_setup_device()
|